721aeca8ef
During migrating the testing to Ubutnu Focal, we skipped few device detach tests due to bug#1882521 - https://review.opendev.org/#/c/734700/8 Now Nova bug#1882521 is fixed so let's unskip those tests. Change-Id: I9e48d72fc1192a775671ca339e0339e8ec1afa17 Related-Bug: #1882521 Related-Bug: #1894804
15 lines
639 B
Plaintext
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
|