Skip to content

Commit 976c367

Browse files
authored
Merge pull request #3632 from shiftstack/fix-fwaas-job-v2
2 parents 263aea4 + 42c2f68 commit 976c367

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/functional-fwaas_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run Gophercloud acceptance tests
7070
run: |
7171
source ${{ github.workspace }}/script/stackenv
72-
make acceptance-networking
72+
make acceptance-fwaas
7373
env:
7474
DEVSTACK_PATH: ${{ github.workspace }}/devstack
7575
OS_BRANCH: ${{ matrix.openstack_version }}

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ acceptance-dns:
7878
$(GO_TEST) -timeout $(TIMEOUT) -tags "fixtures acceptance" ./internal/acceptance/openstack/dns/...
7979
.PHONY: acceptance-dns
8080

81+
acceptance-fwaas:
82+
$(GO_TEST) -timeout $(TIMEOUT) -tags "fixtures acceptance" ./internal/acceptance/openstack/networking/v2/extensions/fwaas_v2/...
83+
.PHONY: acceptance-fwaas
84+
8185
acceptance-identity:
8286
$(GO_TEST) -timeout $(TIMEOUT) -tags "fixtures acceptance" ./internal/acceptance/openstack/identity/...
8387
.PHONY: acceptance-identity

0 commit comments

Comments
 (0)