test-eurocon: add README
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sun, 27 Feb 2011 06:50:43 +0000 (08:50 +0200)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 28 Feb 2011 18:11:26 +0000 (20:11 +0200)
Utils/test-socket-signal/test/eurocon/README [new file with mode: 0644]

diff --git a/Utils/test-socket-signal/test/eurocon/README b/Utils/test-socket-signal/test/eurocon/README
new file mode 100644 (file)
index 0000000..7356631
--- /dev/null
@@ -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