From 3fec729a3e6d9828e6136a92332192723cd16fa6 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sun, 27 Feb 2011 08:50:43 +0200 Subject: [PATCH] test-eurocon: add README --- Utils/test-socket-signal/test/eurocon/README | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Utils/test-socket-signal/test/eurocon/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 -- 2.20.1