From d1bb2e5be03dba561ae3aa13041c3a46396a1581 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Mon, 15 Jan 2018 11:51:21 +0200 Subject: Fix for csit update docker_run add pass suite Change-Id: Ided3f606a59eb24589c1de494cafe29ea6af3486 Issue-ID: SDC-608 Signed-off-by: Yuli Shlosberg --- .../sdc-sanity/recipes/sanityTests_3_sanity_execution.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sdc-os-chef/sdc-sanity') diff --git a/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb b/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb index 53482a7dd7..517db3d76f 100644 --- a/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb +++ b/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb @@ -1,5 +1,5 @@ tests_base="/var/lib/tests" -ci_test_suite="onap.xml" +ci_test_suite="pass.xml" bash "run asdc ci sanity tests" do cwd "#{tests_base}" @@ -8,6 +8,12 @@ code <<-EOH jar_file=`ls test-apis*-jar-with-dependencies.jar` ./startTest.sh $jar_file #{ci_test_suite} > #{tests_base}/target/startTest.log 2>&1 echo "return code from startTest.sh = [$?]" + echo "DOCKER STARTED" EOH timeout 72000 +end +bash "echo status" do + code <<-EOH + echo "DOCKER STARTED" + EOH end \ No newline at end of file -- cgit 1.2.3-korg