(fixed) nwid detection in test script

This commit is contained in:
Joseph Henry
2015-12-03 18:50:20 -08:00
parent 5c5943a00c
commit 2196d982c3
13 changed files with 24 additions and 52 deletions

View File

@@ -8,8 +8,8 @@ test_namefile=$(ls *.name)
test_name="${test_namefile%.*}" # test network id
nwconf=$(ls *.conf) # blank test network config file
nwid="${nwconf%.*}" # test network id
netcon_wait_time=25 # wait for test container to come online
app_timeout_time=15 # app-specific timeout
netcon_wait_time=35 # wait for test container to come online
app_timeout_time=25 # app-specific timeout
file_path=/opt/results/ # test result output file path (fs shared between host and containers)
file_base="$test_name".txt # test result output file
fail=FAIL. # appended to result file in event of failure