Output debug info after testrun 75/6075/1
authorMike Marchetti <mmarchetti@sandvine.com>
Fri, 4 May 2018 14:26:42 +0000 (10:26 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Fri, 4 May 2018 14:26:42 +0000 (10:26 -0400)
Change-Id: I3420956b06be8b083dd1d4d886c038591735e68e
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/ci-pipelines/ci_helper.groovy

index 94e1b70..32967f5 100644 (file)
@@ -75,7 +75,8 @@ def systest_run(container_name, test, source_rc = null) {
         pre_source = "/tmp/" + source_rc.substring(source_rc.lastIndexOf('/')+1)
  
         lxc_file_push(container_name,source_rc,pre_source)
-        lxc_run(container_name, "sh -c '. ${pre_source}; make -C devops/systest OSM_HOSTNAME=${so_ip} OSM_RO_HOSTNAME=${ro_ip} ${test}'")
+        result = lxc_run(container_name, "sh -c '. ${pre_source}; make -C devops/systest OSM_HOSTNAME=${so_ip} OSM_RO_HOSTNAME=${ro_ip} ${test}'")
+        echo result
     }
     else
     {