summaryrefslogtreecommitdiffstats
path: root/tests/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-test.sh')
-rwxr-xr-xtests/run-test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-test.sh b/tests/run-test.sh
new file mode 100755
index 0000000..afda064
--- /dev/null
+++ b/tests/run-test.sh
@@ -0,0 +1,4 @@
+for ((i=1;i<=18;i++))
+do
+ ip netns exec c$i .././tiptorrent-client 10.141.10.1 TEST &
+done