X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Frun.sh;fp=tests%2Frun.sh;h=ea7ded50a24a084bc0d33818af23c1db5f15235f;hb=e1df30c97affb902f651b31910e2aff2e1874bc5;hp=3c4afc1bacc0304b9cbf3ecec4ecc6e5ec1f1ebf;hpb=dffe8ff7c269af0d8d11593d8aed95f5a9039114;p=doctor.git diff --git a/tests/run.sh b/tests/run.sh index 3c4afc1b..ea7ded50 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -475,8 +475,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 die $LINENO "Consumer hasn't received fault notification." fi