From 2c267febded0d55082a16cdd8707897984746c93 Mon Sep 17 00:00:00 2001 From: xudan <xudan16@huawei.com> Date: Wed, 27 Sep 2017 04:30:38 -0400 Subject: Remove extra tempest config item Dovetail has deleted some tempest test cases. So their config item can be removed. Change-Id: I331b8082c5a9ff40297a8e525564f222a77cb182 Signed-off-by: xudan <xudan16@huawei.com> --- jjb/dovetail/dovetail-run.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index 9c4e205ae..1b09cca08 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -186,14 +186,6 @@ cat << EOF >$tempest_conf_file compute: min_compute_nodes: 2 volume_device_name: ${volume_device} - min_microversion: 2.2 - max_microversion: latest - -compute-feature-enabled: - live_migration: True - block_migration_for_live_migration: True - block_migrate_cinder_iscsi: True - attach_encrypted_volume: True EOF -- cgit