Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cfeb6d5

Browse filesBrowse files
committed
make: Add 'acceptance-basic' target
For use in CI. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent c56703d commit cfeb6d5
Copy full SHA for cfeb6d5

File tree

1 file changed

+5
-1
lines changed
Filter options

1 file changed

+5
-1
lines changed

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,13 @@ coverage:
3838
$(GO_TEST) -covermode count -coverprofile cover.out -coverpkg=./... ./...
3939
.PHONY: coverage
4040

41-
acceptance: acceptance-baremetal acceptance-blockstorage acceptance-compute acceptance-container acceptance-containerinfra acceptance-db acceptance-dns acceptance-identity acceptance-image acceptance-keymanager acceptance-loadbalancer acceptance-messaging acceptance-networking acceptance-objectstorage acceptance-orchestration acceptance-placement acceptance-sharedfilesystems acceptance-workflow
41+
acceptance: acceptance-basic acceptance-baremetal acceptance-blockstorage acceptance-compute acceptance-container acceptance-containerinfra acceptance-db acceptance-dns acceptance-identity acceptance-image acceptance-keymanager acceptance-loadbalancer acceptance-messaging acceptance-networking acceptance-objectstorage acceptance-orchestration acceptance-placement acceptance-sharedfilesystems acceptance-workflow
4242
.PHONY: acceptance
4343

44+
acceptance-basic:
45+
$(GO_TEST) -tags "fixtures acceptance" ./internal/acceptance/openstack
46+
.PHONY: acceptance-basic
47+
4448
acceptance-baremetal:
4549
$(GO_TEST) -tags "fixtures acceptance" ./internal/acceptance/openstack/baremetal/...
4650
.PHONY: acceptance-baremetal

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.