diff options
author | Tomi Juvonen <tomi.juvonen@nokia.com> | 2016-12-08 07:33:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-08 07:33:51 +0000 |
commit | 75f48053575ebb04b7516016421c41c2a02f63cb (patch) | |
tree | da48d4c0ed3108a7ebadf491b232dfb244612ae8 /tests/run.sh | |
parent | 2f60002bba5dd4d2c2071af6acf4f56e87fc13cc (diff) | |
parent | b7b37cfd508ca612c217e802b38b7a50d04e7e7e (diff) |
Merge "remove `Debug = True when run Flask and add logger"
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-x | tests/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.sh b/tests/run.sh index 99e8feff..093d4e8c 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -489,8 +489,8 @@ END_TXT } calculate_notification_time() { - detected=$(grep "doctor monitor detected at" monitor.log | awk '{print $5}') - notified=$(grep "doctor consumer notified at" consumer.log | awk '{print $5}') + detected=$(grep "doctor monitor detected at" monitor.log | awk '{print $10}') + notified=$(grep "doctor consumer notified at" consumer.log | awk '{print $10}') if ! grep -q "doctor consumer notified at" consumer.log ; then echo "ERROR: consumer hasn't received fault notification." exit 1 |