Browse code

Merge "Do not run cinder API V1 tests anymore by default"

Jenkins authored on 2017/02/24 19:14:12
Showing 1 changed files
... ...
@@ -48,10 +48,6 @@ TEMPEST_CONFIG_DIR=${TEMPEST_CONFIG_DIR:-$TEMPEST_DIR/etc}
48 48
 TEMPEST_CONFIG=$TEMPEST_CONFIG_DIR/tempest.conf
49 49
 TEMPEST_STATE_PATH=${TEMPEST_STATE_PATH:=$DATA_DIR/tempest}
50 50
 
51
-NOVA_SOURCE_DIR=$DEST/nova
52
-
53
-BUILD_INTERVAL=1
54
-
55 51
 # This is the timeout that tempest will wait for a VM to change state,
56 52
 # spawn, delete, etc.
57 53
 # The default is set to 196 seconds.
... ...
@@ -442,6 +438,7 @@ function configure_tempest {
442 442
 
443 443
     # TODO(ameade): Remove the api_v3 flag when Mitaka and Liberty are end of life.
444 444
     iniset $TEMPEST_CONFIG volume-feature-enabled api_v3 True
445
+    iniset $TEMPEST_CONFIG volume-feature-enabled api_v1 $(trueorfalse False TEMPEST_VOLUME_API_V1)
445 446
     local tempest_volume_min_microversion=${TEMPEST_VOLUME_MIN_MICROVERSION:-None}
446 447
     local tempest_volume_max_microversion=${TEMPEST_VOLUME_MAX_MICROVERSION:-"latest"}
447 448
     if [ "$tempest_volume_min_microversion" == "None" ]; then