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
This commit is contained in:
cdiep 2015-02-13 10:41:24 -08:00
parent a8da23acd4
commit 5362597545

View File

@ -134,9 +134,6 @@
"tests": [ "tests": [
"tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson.test_list_fixed_ip_details", "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.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" "tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson.test_set_unreserve"
] ]
}, },
@ -1661,4 +1658,4 @@
"tests": [] "tests": []
} }
} }
} }