diff options
author | Magnus Ahltorp <map@kth.se> | 2017-02-02 16:08:24 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-02-02 16:08:24 +0100 |
commit | 06a6db0d0dc921527c4667037d7cc9fa000645d5 (patch) | |
tree | 3f4ff97960386e7bf69d36ae6b4d34331495a752 /test/scripts/light-system-test.sh | |
parent | c9f058c7c7984a4443ca302ace4de85d2e5b18fa (diff) |
Added tools for getting and generating global configkey-management2
Diffstat (limited to 'test/scripts/light-system-test.sh')
-rwxr-xr-x | test/scripts/light-system-test.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/scripts/light-system-test.sh b/test/scripts/light-system-test.sh index eee1078..961520d 100755 --- a/test/scripts/light-system-test.sh +++ b/test/scripts/light-system-test.sh @@ -67,5 +67,19 @@ echo ${SCRIPTS}/light-system-test-prepare-redistribute-frontend.sh tests_start ${SCRIPTS}/light-system-test-run-4.sh || (echo "Tests failed"; sleep 5; tests_stop; false) + +echo +echo +echo +echo +echo Test 5 +echo +echo +echo +echo +echo + + +${SCRIPTS}/light-system-test-run-5.sh || (echo "Tests failed"; sleep 5; tests_stop; false) sleep 5 tests_stop |