diff options
author | xudan <xudan16@huawei.com> | 2019-10-31 07:49:39 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2019-10-31 07:49:39 -0400 |
commit | 037d520a19c80902a99c6e75f569090b96ec9b0f (patch) | |
tree | a2baced9e12571e2b666a3a77992940238490bb7 /jjb | |
parent | 38c0e54ce5c354abd10035f2acb1204c057e4a8b (diff) |
Update dovetail env_config.sh and tempest_conf.yaml to run tests
JIRA: DOVETAIL-785
Signed-off-by: xudan <xudan16@huawei.com>
Change-Id: I91b0ed008e30cd4577fcc9e885628e07a35e7cd4
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index e914ae1a2..a52019e41 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -133,8 +133,8 @@ get_cred_file() { cat $OPENRC echo "INFO: change cacert file path in credentials file" change_cred_file_cacert_path - echo "INFO: set external network in credentials file" - change_cred_file_ext_net + #echo "INFO: set external network in credentials file" + #change_cred_file_ext_net echo "INFO: final openstack credentials file is:" cat $OPENRC else @@ -396,6 +396,7 @@ cat << EOF >$tempest_conf_file compute: min_compute_nodes: 2 volume_device_name: ${volume_device} + max_microversion: 2.65 EOF |