Going to deprecate sanity.robot soon
Change-Id: I4e28cf719b94725c4810c736e269326ab0cc4581
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy
index 527d3a7..7fe97dd 100644
--- a/jjb/pipeline/voltha-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -156,7 +156,8 @@
set +e
# copy robot logs
if [ -d RobotLogs ]; then rm -r RobotLogs; fi; mkdir RobotLogs
- cp -r $WORKSPACE/voltha/voltha-system-tests/tests/sanity/*ml ./RobotLogs || true
+ cp -r $WORKSPACE/voltha/voltha-system-tests/tests/*/*.html ./RobotLogs || true
+ cp -r $WORKSPACE/voltha/voltha-system-tests/tests/*/*.xml ./RobotLogs || true
cd kind-voltha/
cp install-minimal.log $WORKSPACE/
export KUBECONFIG="$(./bin/kind get kubeconfig-path --name="voltha-minimal")"
@@ -187,7 +188,7 @@
## clean up node
FANCY=0 WAIT_ON_DOWN=y ./voltha down
cd $WORKSPACE/
- rm -rf kind-voltha/ voltha-system-tests/ || true
+ rm -rf kind-voltha/ voltha/ || true
'''
step([$class: 'RobotPublisher',
disableArchiveOutput: false,