tempest/tools/tempest-integrated-gate-storage-blacklist.txt
Luigi Toscano abc06c36e8 Integrated gate storage/swift: blacklist more tests
Add all the scenario network tests which mainly involves network
and compute.
Also, fix an incorrect entry which most likely has no matches
(test_network_v6.py test_security_groups_basic_ops.py are different
files at the same level).

Change-Id: I936f263b4c1d96689d276ecfcf25ef1560d66ced
2020-04-19 00:57:38 +02:00

15 lines
639 B
Plaintext

# This file includes the backlist of tests which need to be
# skipped for Integrated-gate-storage template. Integrated-gate-storage template
# needs to run only Cinder, Glance, Swift and Nova related tests and rest all
# tests will be skipped by below list.
# Skip network, keystone API tests.
tempest.api.network
tempest.api.identity
# Skip network only scenario tests.
tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
tempest.scenario.test_network_v6.TestGettingAddress
tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps