| commit | 1a6843a29e131df6719e5a859e1460d957879458 | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Thu May 19 12:19:36 2016 +0200 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Thu May 19 12:19:36 2016 +0200 |
| tree | 57fe62c671a4915b035e1cebcced5d2e4bff69cf | |
| parent | 49378157d278717311359ee6691dea6124cc990a [diff] [blame] |
prepare son-emu-cli for son-cli integration
diff --git a/utils/ci/test_sdk_monitor.sh b/utils/ci/test_sdk_monitor.sh index afd4b8c..51e5e7a 100755 --- a/utils/ci/test_sdk_monitor.sh +++ b/utils/ci/test_sdk_monitor.sh
@@ -29,6 +29,9 @@ # test if prometheus query worked echo $cpu_load + +regex='\[[0-9.]*, .*\]' + if [[ $cpu_load =~ $regex ]] ; then echo " cpu monitor test OK" exit 0 @@ -36,3 +39,5 @@ echo "cpu monitor test not OK" exit 1 fi + +