devstack-plugin-ceph/tempest_blacklist.txt
Matt Riedemann 5e11880882 Skip tempest.api.network tests
There is really no point in running the tempest.api.network
tests in the devstack-plugin-ceph-tempest job since a ceph
backend shouldn't make any difference to those tests.

This should speed up the job slightly and more importantly
avoid unnecessarily random failures from tests that don't matter
for this setup.

Change-Id: Icf8d776a648b93b232b83fd4493e00b5f76b3ebf
2019-04-24 10:11:20 -04:00

7 lines
287 B
Plaintext

# List of tests getting skipped
# The RBD driver only supports LUKS encryption.
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
# Skip network API tests since they have no bearing on a Ceph backend.
tempest.api.network