aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-sanity
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-os-chef/sdc-sanity')
-rw-r--r--sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb8
1 files changed, 7 insertions, 1 deletions
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