docker test update

This commit is contained in:
Joseph Henry
2016-07-07 13:21:50 -05:00
parent 196b487d95
commit 41308ccf06
8 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,6 @@
export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/
# --- Test Parameters ---
test_namefile=$(ls *.name)
test_name="${test_namefile%.*}" # test network id
@@ -13,7 +12,6 @@ file_base="$test_name".txt # test result output file
tmp_ext=.tmp # temporary filetype used for sharing test data between containers
address_file="$file_path$test_name"_addr"$tmp_ext" # file shared between host and containers for sharing address (optional)
# --- Network Config ---
echo '*** ZeroTier SDK Test: ' "$test_name"
chown -R daemon /var/lib/zerotier-one