From d7aee1183c29bde1e70cf3eb63f09eccd48cc4e2 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Thu, 15 Sep 2016 05:49:21 +0800 Subject: [PATCH] Revert 'Add neutron-lbaas-agent to exlude image for Ubuntu binary' TrivialFix Change-Id: Iac56f3b45d8c11bcb61f5d0a389251dfd5c88752 --- tests/test_build.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_build.py b/tests/test_build.py index 0db8901c91..a225f73011 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -90,12 +90,8 @@ class BuildTestCentosSource(BuildTest, base.BaseTestCase): class BuildTestUbuntuBinary(BuildTest, base.BaseTestCase): - # TODO(Jeffrey4l): UCA latest Newton release lack of neutron-lbaas-common - # package, just add neutron-lbaas-agent into the exclude_image. Once they - # fix it, this should be reverted. excluded_images = ["kuryr-base", "neutron-sfc-agent", - "neutron-lbaas-agent", "senlin-base", "vmtp", "zaqar",