test-eurocon: add README
[p2p-testing-infrastructure.git] / Utils / test-socket-signal / test / eurocon / README
1 Common usage scenario:
2
3 * run ./all_ct_rsync
4 ** runs ct_rsync an copies (syncs) basic folder to container
5
6 * run ./all_install
7
8 * depending on what you would like to test (interface down, suspend and stop),
9 run:
10
11 ** ./super_run_if -- test interface down, create an xterm for each pair
12 *** runs all_run_if (inside an xterm window)
13 **** runs remote_run_if for each time difference (4, 8, 16 etc.)
14 *** uses pairs-ifdown
15
16 ** ./super_run_stop -- test stop (SIGKILL), create an xterm for each pair
17 *** runs all_run_stop (inside an xterm window)
18 **** runs remote_run_stop for each time difference (4, 8, 16 etc.)
19 *** uses pairs-stop
20
21 ** ./super_run_suspend -- test suspend (SIGSTOP), create an xterm for each pair
22 *** runs all_run_suspend (inside an xterm window)
23 **** runs remote_run_suspend for each time difference (4, 8, 16 etc.)
24 *** uses pairs-suspend