Merge "SEBA-274 adding k8s synchronizer test for simpleexampleservice"
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy
index 1ca5fbe..1d5112f 100644
--- a/jjb/pipeline/chart-api-test-helm.groovy
+++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -342,6 +342,9 @@
            docker cp $WORKSPACE/cord/test/cord-tester/src/test/cord-api/Tests/targets/xoslibrary.xtarget \$CORE_CONTAINER:/opt/xos/lib/xos-genx/xosgenx/targets/xoslibrary.xtarget
            docker exec -i \$CORE_CONTAINER /bin/bash -c "xosgenx --target /opt/xos/lib/xos-genx/xosgenx/targets/./xosapitests.xtarget /opt/xos/core/models/core.xproto" > $WORKSPACE/cord/test/cord-tester/src/test/cord-api/Tests/XOSCoreAPITests.robot
 
+           # run e2e synchronizer test
+           helm test demo-simpleexampleservice
+
            export testname=_service_api.robot
            export library=_library.robot
 
@@ -432,6 +435,9 @@
          if [ -d RobotLogs ]; then rm -r RobotLogs; fi; mkdir RobotLogs
          cp -r $WORKSPACE/cord/test/cord-tester/src/test/cord-api/Tests/Log/*ml ./RobotLogs
 
+         #copy helm test robot logs
+         cp -r /tmp/*ml ./RobotLogs
+
          kubectl get pods --all-namespaces
 
          echo "# removing helm deployments"