summaryrefslogtreecommitdiff
path: root/tests/http/docker-main.sh
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-01-06 11:06:47 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-01-06 11:06:47 -0800
commit0a3ef38cade03c9b6a4f94611bd3df620ce1f4e6 (patch)
treefeaa8fb701c0822ec43afafc4deb156f4c76bd96 /tests/http/docker-main.sh
parent9aee72099e518636acb243237042049c50dcf483 (diff)
downloadinfinitytier-0a3ef38cade03c9b6a4f94611bd3df620ce1f4e6.tar.gz
infinitytier-0a3ef38cade03c9b6a4f94611bd3df620ce1f4e6.zip
Put old test code in attic.
Diffstat (limited to 'tests/http/docker-main.sh')
-rwxr-xr-xtests/http/docker-main.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/http/docker-main.sh b/tests/http/docker-main.sh
deleted file mode 100755
index 29cdced9..00000000
--- a/tests/http/docker-main.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
-
-/zerotier-one -d >>zerotier-one.out 2>&1
-
-# Wait for ZeroTier to start and join the network
-while [ ! -d "/proc/sys/net/ipv6/conf/zt0" ]; do
- sleep 0.25
-done
-
-# Wait just a bit longer for stuff to settle
-sleep 5
-
-exec node --harmony /agent.js >>agent.out 2>&1
-#exec node --harmony /agent.js