Browse code

set xml_api flag for Network tests

XML api support is being removed in Kilo, so we need to enable here to
ensure that the API is still tested in this stable release.

Change-Id: Iaf0cb93fda607c62911c57132eced14a33f94f97

Mark McClain authored on 2014/10/23 06:22:59
Showing 1 changed files
... ...
@@ -312,6 +312,7 @@ function configure_tempest {
312 312
     iniset $TEMPEST_CONFIG network-feature-enabled ipv6_subnet_attributes "$IPV6_SUBNET_ATTRIBUTES_ENABLED"
313 313
     iniset $TEMPEST_CONFIG network-feature-enabled api_extensions ${NETWORK_API_EXTENSIONS:-"all"}
314 314
     iniset $TEMPEST_CONFIG network-feature-disabled api_extensions ${DISABLE_NETWORK_API_EXTENSIONS}
315
+    iniset $TEMPEST_CONFIG network-feature-enabled xml_api True
315 316
 
316 317
     # boto
317 318
     iniset $TEMPEST_CONFIG boto ec2_url "$EC2_SERVICE_PROTOCOL://$SERVICE_HOST:8773/services/Cloud"