From 019cf56b8322fcb8e9624c4485d122e77037f657 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 7 Apr 2015 16:17:40 +0100 Subject: [PATCH] Remove Tempest NetworkBasicOps from commit tests The NetworkBasicOps tests are failing most of the time, causing severe gate check blockage and therefore hindering development progress. The tests are being removed from the commit check in order to unblock the gate, allowing development to continue while the root cause of this issue is determined. Change-Id: Iec35a592d04f1e2345207a0f8754c33ab1d4830e Related-Bug: #1425255 --- .../roles/os_tempest/templates/openstack_tempest_gate.sh.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 b/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 index ef179b9457..27c19e4283 100644 --- a/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 +++ b/playbooks/roles/os_tempest/templates/openstack_tempest_gate.sh.j2 @@ -47,7 +47,10 @@ function gen_test_list_api() { # Run selected scenario tests function gen_test_list_scenario() { - egrep 'tempest\.scenario\.test_(minimum|swift|server|network)_basic(_ops)?' + # network tests have been removed due to + # https://bugs.launchpad.net/openstack-ansible/+bug/1425255 + # TODO: add them back once the bug has been fixed + egrep 'tempest\.scenario\.test_(minimum|swift|server)_basic(_ops)?' } # Run smoke tests