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:29:03
Showing 1 changed files
... ...
@@ -310,6 +310,7 @@ function configure_tempest {
310 310
     iniset $TEMPEST_CONFIG network public_router_id "$public_router_id"
311 311
     iniset $TEMPEST_CONFIG network default_network "$FIXED_RANGE"
312 312
     iniset $TEMPEST_CONFIG network-feature-enabled ipv6 "$IPV6_ENABLED"
313
+    iniset $TEMPEST_CONFIG network-feature-enabled xml_api True
313 314
 
314 315
     # boto
315 316
     iniset $TEMPEST_CONFIG boto ec2_url "http://$SERVICE_HOST:8773/services/Cloud"