From afd79133862510b397ffd4dfbc49ecabad428a76 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sat, 8 Aug 2015 10:35:10 -0700 Subject: [PATCH] Update test_images.py to have the correct exclusion list Swift now builds and gnocchi-base builds. This should get the gate passing in most cases unless there is a real build problem. Change-Id: I800c2192fc459f6b283654aa884e6ad97772e89c Closes-Bug: #1482895 --- tests/test_images.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/test_images.py b/tests/test_images.py index 9dbf72b8ce..9c0ceefadf 100644 --- a/tests/test_images.py +++ b/tests/test_images.py @@ -39,14 +39,8 @@ class ImagesTest(base.BaseTestCase): proc.wait() # these are images that are known to not build properly - excluded_images = ["kollaglue/centos-rdo-swift-base", - "kollaglue/centos-rdo-swift-object", - "kollaglue/centos-rdo-swift-proxy-server", - "kollaglue/centos-rdo-swift-container", - "kollaglue/centos-rdo-swift-account", - "kollaglue/centos-rdo-rhel-osp-base", + excluded_images = ["kollaglue/centos-rdo-rhel-osp-base", "kollaglue/centos-rdo-barbican", - "kollaglue/centos-rdo-gnocchi-base", "kollaglue/centos-rdo-gnocchi-api", "kollaglue/centos-rdo-gnocchi-statsd"]