| commit | 75009bd13b85cc4e7436c417ce7c7571511e700c | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Wed May 18 10:59:48 2016 +0200 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Wed May 18 10:59:48 2016 +0200 |
| tree | b08a4b966604e361d0d3804f81adc5766184effc | |
| parent | 053d8ac226aa604c3bdbd0c0a6c5b90bb5d35ee8 [diff] [blame] |
update monitoring scripts
diff --git a/utils/ci/test_sdk_monitor.sh b/utils/ci/test_sdk_monitor.sh index 370ca80..3a1d09c 100755 --- a/utils/ci/test_sdk_monitor.sh +++ b/utils/ci/test_sdk_monitor.sh
@@ -21,11 +21,11 @@ son-emu-cli compute stop -d datacenter1 -n vnf1 # test if prometheus query worked +echo $cpu_load if [[ $cpu_load =~ $regex ]] ; then echo " cpu monitor test OK" exit 0 else - echo $cpu_load echo "cpu monitor test not OK" exit 1 fi