From 545759b62d7ecbfccadc3fa6b1692079a7bbd18c Mon Sep 17 00:00:00 2001 From: Alon Kochba Date: Sun, 5 Mar 2017 14:25:21 +0200 Subject: [PATCH] Correct exception grepping in netvirt jobs Change-Id: Ie101de8401dfc1d484a040e8e1fa016552dabf20 Signed-off-by: Alon Kochba --- .../include-raw-integration-deploy-openstack-run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh index 0a4c4fd60..28aa092af 100644 --- a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh @@ -383,7 +383,7 @@ do scp "${!CONTROLLERIP}:/tmp/odl${i}_karaf.log.tar" "${WORKSPACE}/odl${i}_karaf.log.tar" tar -xvf ${WORKSPACE}/odl${i}_karaf.log.tar -C . --strip-components 2 --transform s/karaf/odl${i}_karaf/g grep "ROBOT MESSAGE\| ERROR " odl${i}_karaf.log > odl${i}_err.log - grep "ROBOT MESSAGE\| Exception " odl${i}_karaf.log > odl${i}_exception.log + grep "ROBOT MESSAGE\|Exception" odl${i}_karaf.log > odl${i}_exception.log grep "ROBOT MESSAGE\| ERROR \| WARN \|Exception" odl${i}_karaf.log > odl${i}_err_warn_exception.log rm ${WORKSPACE}/odl${i}_karaf.log.tar done -- 2.36.6