Skip to content

Commit 13466e3

Browse files
authored
Acc Tests: Fixing subnet creation and re-enabling sharedfilesystem (#1717)
1 parent 36aaa4d commit 13466e3

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

script/acceptancetest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ acceptance/openstack/networking/v2/extensions/trunks
7575

7676
acceptance/openstack/objectstorage/v1
7777
acceptance/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

script/stackenv

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

55
pushd /opt/stack/new/devstack
66
source openrc admin admin
77
openstack flavor create m1.acctest --id 99 --ram 512 --disk 5 --vcpu 1 --ephemeral 10
88
openstack 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
2323
echo export OS_DOMAIN_ID=default >> openrc
2424
source openrc admin admin
2525
popd
26-

0 commit comments

Comments
 (0)