Browse Source

test: re-enabled group_suvives_restart

PYADPT-55
Edouard Tisserant 9 years ago
parent
commit
7f6cb7cac5
  1. 2
      test/mp_sync_test.py
  2. 4
      test/multipEp.py

2
test/mp_sync_test.py

@ -134,6 +134,6 @@ if __name__ == "__main__":
run_scenario(group_on_cannotdecrypt) run_scenario(group_on_cannotdecrypt)
run_scenario(group_of_3_members) run_scenario(group_of_3_members)
run_scenario(keygen_in_a_group_of_3_members) run_scenario(keygen_in_a_group_of_3_members)
# run_scenario(group_suvives_restart) run_scenario(group_suvives_restart)
run_scenario(nokey_in_a_group_of_3_members) run_scenario(nokey_in_a_group_of_3_members)

4
test/multipEp.py

@ -345,7 +345,9 @@ def run_scenario(scenario):
action = sc.send(res) action = sc.send(res)
except StopIteration: pass except StopIteration: pass
if "wait_for_debug" in sys.argv: if "wait_for_cleanup" in sys.argv:
for iname,(proc, conn, tmpdir) in instances.items():
print("Instance " + iname + " waits into " + tmpdir.name)
input("#"*80 + "\n" + input("#"*80 + "\n" +
"Press ENTER to cleanup\n" + "Press ENTER to cleanup\n" +
"#"*80 + "\n") "#"*80 + "\n")

Loading…
Cancel
Save