Update tempest config
nova-lxd does not allow migration to the same host so prevent the resize tests from running. Change-Id: I91fe991c3c422210a4574e29b600e8c6a6e7348c Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
parent
9f128502c1
commit
9526a8fcac
@ -62,6 +62,7 @@ function init_nova-lxd() {
|
|||||||
iniset $TEMPEST_CONFIG image disk_formats "ami,ari,aki,vhd,raw,iso,root-tar"
|
iniset $TEMPEST_CONFIG image disk_formats "ami,ari,aki,vhd,raw,iso,root-tar"
|
||||||
iniset $TEMPEST_CONFIG compute ssh_user ubuntu
|
iniset $TEMPEST_CONFIG compute ssh_user ubuntu
|
||||||
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
|
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
|
||||||
|
iniset $TEMPEST_CONFIG compute-feature-enabled resize False
|
||||||
iniset $TEMPEST_CONFIG compute image_ref $TEMPEST_IMAGE
|
iniset $TEMPEST_CONFIG compute image_ref $TEMPEST_IMAGE
|
||||||
iniset $TEMPEST_CONFIG compute image_ref_alt $TEMPEST_IMAGE
|
iniset $TEMPEST_CONFIG compute image_ref_alt $TEMPEST_IMAGE
|
||||||
iniset $TEMPEST_CONFIG validation image_ssh_user ubuntu
|
iniset $TEMPEST_CONFIG validation image_ssh_user ubuntu
|
||||||
|
Loading…
Reference in New Issue
Block a user