From 53625975453d17397a004fd1844ba1a5fe269ea4 Mon Sep 17 00:00:00 2001 From: cdiep Date: Fri, 13 Feb 2015 10:41:24 -0800 Subject: [PATCH] Remove XML tests in the havancore.json file. Remove the 3 XML tests included in the havanacore.json because all XML tests were removed from Tempest-3 which is the tag release that Refstack is using. Change-Id: Id4c22c699c5e929a1626c03a63392dda3fd3f3eb --- defcore/havanacore.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/defcore/havanacore.json b/defcore/havanacore.json index 00475f6d..202c07de 100644 --- a/defcore/havanacore.json +++ b/defcore/havanacore.json @@ -134,9 +134,6 @@ "tests": [ "tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson.test_list_fixed_ip_details", "tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson.test_set_reserve", - "tempest.api.compute.admin.test_fixed_ips.FixedIPsTestXml.test_list_fixed_ip_details", - "tempest.api.compute.admin.test_fixed_ips.FixedIPsTestXml.test_set_unreserve", - "tempest.api.compute.admin.test_fixed_ips.FixedIPsTestXml.test_set_reserve", "tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson.test_set_unreserve" ] }, @@ -1661,4 +1658,4 @@ "tests": [] } } -} \ No newline at end of file +}