From: Razvan Deaconescu Date: Sun, 27 Feb 2011 06:50:43 +0000 (+0200) Subject: test-eurocon: add README X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=3fec729a3e6d9828e6136a92332192723cd16fa6;p=p2p-testing-infrastructure.git test-eurocon: add README --- diff --git a/Utils/test-socket-signal/test/eurocon/README b/Utils/test-socket-signal/test/eurocon/README new file mode 100644 index 0000000..7356631 --- /dev/null +++ b/Utils/test-socket-signal/test/eurocon/README @@ -0,0 +1,24 @@ +Common usage scenario: + +* run ./all_ct_rsync +** runs ct_rsync an copies (syncs) basic folder to container + +* run ./all_install + +* depending on what you would like to test (interface down, suspend and stop), +run: + +** ./super_run_if -- test interface down, create an xterm for each pair +*** runs all_run_if (inside an xterm window) +**** runs remote_run_if for each time difference (4, 8, 16 etc.) +*** uses pairs-ifdown + +** ./super_run_stop -- test stop (SIGKILL), create an xterm for each pair +*** runs all_run_stop (inside an xterm window) +**** runs remote_run_stop for each time difference (4, 8, 16 etc.) +*** uses pairs-stop + +** ./super_run_suspend -- test suspend (SIGSTOP), create an xterm for each pair +*** runs all_run_suspend (inside an xterm window) +**** runs remote_run_suspend for each time difference (4, 8, 16 etc.) +*** uses pairs-suspend