summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authortiptorrent development team <tiptorrent@soleta.eu>2021-09-17 14:13:40 +0200
committertiptorrent development team <tiptorrent@soleta.eu>2021-09-18 18:36:06 +0200
commit5c8ec91711f4cc1a52c499f0b1adfb0d10754cdd (patch)
treea4103bad51f5e00e686459d398f9fbb887d24049 /tests
initial commit
Diffstat (limited to 'tests')
-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