From 14370639a36f8db776467045c69d2927d6aad429 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Thu, 24 Dec 2020 10:57:03 +0000 Subject: [PATCH] Add tempest.api.identity to tempest blacklist As with tempest.api.network the identity tests have nothing to do with ceph so lets blacklist them and hopefully reduce runtime. Change-Id: Ibcda268021b236bc049e21b7ddd9e99a7c24dace --- tempest_blacklist.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tempest_blacklist.txt b/tempest_blacklist.txt index cb84c3f6..7ccf1c08 100644 --- a/tempest_blacklist.txt +++ b/tempest_blacklist.txt @@ -3,5 +3,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 +# Skip network and identity API tests since they have no bearing on a Ceph backend. +tempest.api.network +tempest.api.identity