diff options
author | xudan <xudan16@huawei.com> | 2017-08-22 07:52:48 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2017-08-22 07:53:28 -0400 |
commit | 09da7b7329a50277d7a280e6015a36deb7391442 (patch) | |
tree | 79530d9167e004b959332cb6ab9897ba20470f06 | |
parent | 5bec8614dd747bf62336ae4ecf5393869643ad09 (diff) |
Bugfix: min_microversion in tempest_conf.yaml is too small
JIRA: DOVETAIL-486
Now min_microversion is 2 which is too small for some other test cases.
Change it to 2.2.
Change-Id: Ibf2653b83b36d03420a62595010672d52d8bf77d
Signed-off-by: xudan <xudan16@huawei.com>
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index d05b309cd..346a1ef08 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -173,7 +173,7 @@ cat << EOF >$tempest_conf_file compute: min_compute_nodes: 2 volume_device_name: ${volume_device} - min_microversion: 2.0 + min_microversion: 2.2 max_microversion: latest compute-feature-enabled: |