abc06c36e8
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
19 lines
960 B
Plaintext
19 lines
960 B
Plaintext
# 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
|
|
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
|
|
tempest.scenario.test_network_v6.TestGettingAddress
|
|
tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps
|
|
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
|