File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,9 +75,7 @@ acceptance/openstack/networking/v2/extensions/trunks
7575
7676acceptance/openstack/objectstorage/v1
7777acceptance/openstack/orchestration/v1
78-
79- # Disabled temporarily
80- # acceptance/openstack/sharedfilesystems/v2
78+ acceptance/openstack/sharedfilesystems/v2
8179
8280# No suitable endpoint could be found in the service catalog
8381# acceptance/openstack/workflow/v2
Original file line number Diff line number Diff line change 11# Prep the testing environment by creating the required testing resources and
2- # environment variables. This env is for theopenlab CI jobs, you might need
2+ # environment variables. This env is for theopenlab CI jobs, you might need
33# to modify this according to your setup
44
55pushd /opt/stack/new/devstack
66source openrc admin admin
77openstack flavor create m1.acctest --id 99 --ram 512 --disk 5 --vcpu 1 --ephemeral 10
88openstack flavor create m1.resize --id 98 --ram 512 --disk 6 --vcpu 1 --ephemeral 10
99_NETWORK_ID=$(openstack network show private -c id -f value)
10- _SUBNET_ID=$(openstack subnet show private_subnet -c id -f value)
10+ _SUBNET_ID=$(openstack subnet show private-subnet -c id -f value)
1111_EXTGW_ID=$(openstack network show public -c id -f value)
1212_IMAGE=$(openstack image list | grep -i cirros | head -n 1)
1313_IMAGE_ID=$(echo $_IMAGE | awk -F\| '{print $2}' | tr -d ' ')
@@ -23,4 +23,3 @@ echo export OS_FLAVOR_ID_RESIZE=98 >> openrc
2323echo export OS_DOMAIN_ID=default >> openrc
2424source openrc admin admin
2525popd
26-
You can’t perform that action at this time.
0 commit comments