Dima Kuznetsov has uploaded a new change for review.

Change subject: Add log collection on successfull test runs
......................................................................

Add log collection on successfull test runs

Change-Id: I6ff7db79260a7ee12989c2d5dcb68f240d734262
Signed-off-by: Dima Kuznetsov <dkuzn...@redhat.com>
---
M jobs/confs/shell-scripts/system_tests_common_container.sh
M jobs/confs/shell-scripts/system_tests_common_std.sh
2 files changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/31/42231/1

diff --git a/jobs/confs/shell-scripts/system_tests_common_container.sh 
b/jobs/confs/shell-scripts/system_tests_common_container.sh
index e00539e..f8c9144 100644
--- a/jobs/confs/shell-scripts/system_tests_common_container.sh
+++ b/jobs/confs/shell-scripts/system_tests_common_container.sh
@@ -64,7 +64,11 @@
 # Start testing
 testenvcli ovirt runtest \
     "${{OVIRT_CONTRIB?}}/test_scenarios/bootstrap.py"
+testenvcli ovirt collect --output "test_logs/post_bootstrap"
+
 testenvcli ovirt runtest \
     "${{OVIRT_CONTRIB?}}/test_scenarios/create_clean_snapshot.py"
+
 testenvcli ovirt runtest \
     "${{OVIRT_CONTRIB?}}/test_scenarios/basic_sanity.py"
+testenvcli ovirt collect --output "test_logs/post_basic_sanity"
diff --git a/jobs/confs/shell-scripts/system_tests_common_std.sh 
b/jobs/confs/shell-scripts/system_tests_common_std.sh
index df41f27..f98b117 100644
--- a/jobs/confs/shell-scripts/system_tests_common_std.sh
+++ b/jobs/confs/shell-scripts/system_tests_common_std.sh
@@ -56,7 +56,11 @@
 # Start testing
 testenvcli ovirt runtest \
     "${{OVIRT_CONTRIB?}}/test_scenarios/bootstrap.py"
+testenvcli ovirt collect --output "${{PREFIX?}}/test_logs/post_bootstrap"
+
 testenvcli ovirt runtest \
     "${{OVIRT_CONTRIB?}}/test_scenarios/create_clean_snapshot.py"
+
 testenvcli ovirt runtest \
     "${{OVIRT_CONTRIB?}}/test_scenarios/basic_sanity.py"
+testenvcli ovirt collect --output "${{PREFIX?}}/test_logs/post_basic_sanity"


-- 
To view, visit https://gerrit.ovirt.org/42231
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ff7db79260a7ee12989c2d5dcb68f240d734262
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Dima Kuznetsov <dkuzn...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to