Enable IPv6 scenario tests in Upstream CI
This change complements the work of preceding IPv6 scenario test changes [1,2] by enabling the settings that allow the tests to be run in the Upstream CI. [1] I4ca727f92618998242af18908bbbda6bb5f86303 [2] Id8b005cdd429d53a75624885fe7ca795746c3ede Change-Id: I705b7d9cbc14d4bbc4d89b4c343205908758a5cb Depends-on: Id8b005cdd429d53a75624885fe7ca795746c3ede Depends-on: I4ca727f92618998242af18908bbbda6bb5f86303
This commit is contained in:
parent
dc93ae534c
commit
c4449bc4e2
@ -179,6 +179,7 @@ if [[ "$DRIVER" == "lvm" ]]; then
|
|||||||
RUN_MANILA_SHRINK_TESTS=False
|
RUN_MANILA_SHRINK_TESTS=False
|
||||||
RUN_MANILA_REVERT_TO_SNAPSHOT_TESTS=True
|
RUN_MANILA_REVERT_TO_SNAPSHOT_TESTS=True
|
||||||
RUN_MANILA_MOUNT_SNAPSHOT_TESTS=True
|
RUN_MANILA_MOUNT_SNAPSHOT_TESTS=True
|
||||||
|
RUN_MANILA_IPV6_TESTS=True
|
||||||
iniset $TEMPEST_CONFIG share enable_ip_rules_for_protocols 'nfs'
|
iniset $TEMPEST_CONFIG share enable_ip_rules_for_protocols 'nfs'
|
||||||
iniset $TEMPEST_CONFIG share enable_user_rules_for_protocols 'cifs'
|
iniset $TEMPEST_CONFIG share enable_user_rules_for_protocols 'cifs'
|
||||||
iniset $TEMPEST_CONFIG share image_with_share_tools 'manila-service-image-master'
|
iniset $TEMPEST_CONFIG share image_with_share_tools 'manila-service-image-master'
|
||||||
|
@ -143,6 +143,7 @@ elif [[ "$DRIVER" == "lvm" ]]; then
|
|||||||
|
|
||||||
echo "SHARE_DRIVER=manila.share.drivers.lvm.LVMShareDriver" >> $localconf
|
echo "SHARE_DRIVER=manila.share.drivers.lvm.LVMShareDriver" >> $localconf
|
||||||
echo "SHARE_BACKING_FILE_SIZE=32000M" >> $localconf
|
echo "SHARE_BACKING_FILE_SIZE=32000M" >> $localconf
|
||||||
|
export MANILA_SETUP_IPV6=True
|
||||||
elif [[ "$DRIVER" == "zfsonlinux" ]]; then
|
elif [[ "$DRIVER" == "zfsonlinux" ]]; then
|
||||||
MANILA_SERVICE_IMAGE_ENABLED=True
|
MANILA_SERVICE_IMAGE_ENABLED=True
|
||||||
echo "SHARE_DRIVER=manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver" >> $localconf
|
echo "SHARE_DRIVER=manila.share.drivers.zfsonlinux.driver.ZFSonLinuxShareDriver" >> $localconf
|
||||||
|
@ -54,6 +54,9 @@
|
|||||||
export DEVSTACK_GATE_NEUTRON=1
|
export DEVSTACK_GATE_NEUTRON=1
|
||||||
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
|
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
|
||||||
|
|
||||||
|
export MANILA_SETUP_IPV6=True
|
||||||
|
export RUN_MANILA_IPV6_TESTS=True
|
||||||
|
|
||||||
# Basic services needed for minimal job
|
# Basic services needed for minimal job
|
||||||
OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest
|
OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest
|
||||||
if [ "lvm" == "lvm" ]; then
|
if [ "lvm" == "lvm" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user