Write exceptions to file 90/72590/2
authorSam Hague <shague@redhat.com>
Fri, 25 May 2018 18:26:44 +0000 (14:26 -0400)
committerSam Hague <shague@redhat.com>
Sat, 2 Jun 2018 01:43:05 +0000 (21:43 -0400)
Change-Id: I9463167f27418cb97b33dd99a7f3eab027060c8c
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index fad09d960e2eb0e0deadfbd5b1803362bac9d673..6fa072b14887597500e75d6b3f4e9db129dd8389 100644 (file)
@@ -682,6 +682,7 @@ EOF
             ${NODE_FOLDER}/odl${i}_karaf.log > ${NODE_FOLDER}/odl${i}_err_warn_exception.log
         # Print ROBOT lines and print Exception lines. For exception lines also print the previous line for context
         sed -n -e '/ROBOT MESSAGE/P' -e '$!N;/Exception/P;D' ${NODE_FOLDER}/odl${i}_karaf.log > ${NODE_FOLDER}/odl${i}_exception.log
+        mv /tmp/odl${i}_exceptions.txt ${NODE_FOLDER}
         rm ${NODE_FOLDER}/odl${i}_karaf.log.tar
         mv *_threads* ${NODE_FOLDER}
         mv ps_* ${NODE_FOLDER}