Exemplo n.º 1
0
 def test_rpc(self):
     p = Project("rpc", rpc=True, lib=True)
     p.build_main()
     p.start_server()
     try:
         p.run_main("2000 31 31 9000 29700\n", repeat=3)
     finally:
         p.stop_server()
Exemplo n.º 2
0
 def test_rpc(self):
     p = Project("rpc", mpi=True,rpc=True, lib=True)
     p.build_main()
     p.start_server()
     try:
         p.run_main("2000 31 31 9000 29700\n", repeat=3)
     finally:
         p.stop_server()