(WIP) Additional test script changes

This commit is contained in:
Joseph Henry 2015-12-04 15:39:35 -08:00
commit 7ea53dd21b
47 changed files with 558 additions and 1125 deletions

View file

@ -8,7 +8,7 @@ rm _results/*.txt
# How long we shall wait for each test to conclude
export netcon_test_wait_time=60s
export image_build_script=build_single_image.sh
export image_build_script=_build_single_image.sh
# Iterate over all depth=2 (relatively-speaking) directories and perform each test
find . -mindepth 2 -maxdepth 2 -type d | while read testdir; do