summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGhanshyam <gmann@ghanshyammann.com>2019-07-05 08:58:32 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-07-16 04:37:49 +0000
commit95358523e40467a0e42cbf17215533645c96d7c8 (patch)
tree59dd36dacf8a75e1b63bc35e1fdddaa33d6f4815 /tools
parentee7fd1f7e9a4bfc374f005a72ef112921ce785d9 (diff)
downloadtempest-95358523e40467a0e42cbf17215533645c96d7c8.tar.gz
Define the Integrated-gate-object-storage gate template
tempest-full job run all services API and scenario tests (non slow) and this job is part of Integrated-gate gate template which run on multiple services (nova, neutron, cinder, glance, placement) check and gate pipeline. But there are many unrelated tests run on each project gate. For example, neutron gate run cinder only tests and fail due to cinder bugs. There is no point of breaking the neutron gate due to cinder only test failure and slow down the neutron development phase. This is what we dicussed in Train PTG in denver to improve the integrated gate[1] and came up with idea of split the integated-gate template into much logical way so that only dependent services tests run on their gate. One way was to move the service only tests to service tempest plugin side but Tempest is used by interop as well as on production cloud testing so moving the test is not good idea. This commit propose the idea of defining the 'Integrated-gate-object-storage' gate template for swift gate which will run only Swift, Cinder and glance tests. ML discussion: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005871.html Next step will be to replace the Integrated-gate-py3 template with new Integrated-gate-object-storage template on swift gate. [1] https://etherpad.openstack.org/p/qa-train-ptg Change-Id: I70851d41174462b83cc8c525cecdb1b3d65e4ec7
Diffstat (limited to 'tools')
-rw-r--r--tools/tempest-integrated-gate-object-storage-blacklist.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/tempest-integrated-gate-object-storage-blacklist.txt b/tools/tempest-integrated-gate-object-storage-blacklist.txt
new file mode 100644
index 000000000..064cf46f8
--- /dev/null
+++ b/tools/tempest-integrated-gate-object-storage-blacklist.txt
@@ -0,0 +1,17 @@
+# This file includes the backlist of tests which need to be
+# skipped for Integrated-gate-object-storage template. Integrated-gate-object-storage template
+# needs to run only Swift, Cinder and Glance related tests and rest all
+# tests will be skipped by below list.
+
+# Skip network, compute, keystone API tests.
+tempest.api.network
+tempest.api.compute
+tempest.api.identity
+
+# Skip network, compute, keystone only scenario tests
+tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_network_advanced_server_ops
+tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops
+tempest.scenario.test_network_v6.TestGettingAddress.test_security_groups_basic_ops
+tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume
+tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops
+tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes