From 5e118808823b2a38e161b6f74189a26e78a6d362 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 24 Apr 2019 10:09:56 -0400 Subject: [PATCH] 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 --- tempest_blacklist.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tempest_blacklist.txt b/tempest_blacklist.txt index c2a8ea0e..cb84c3f6 100644 --- a/tempest_blacklist.txt +++ b/tempest_blacklist.txt @@ -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 \ No newline at end of file