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
This commit is contained in:
Matt Riedemann 2019-04-24 10:09:56 -04:00
parent 29510701eb
commit 5e11880882

View File

@ -2,3 +2,6 @@
# 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