Add osbuild-weldr-tests to run the weldr integration tests
This runs tests against a running API server, either lorax-composer or osbuild-composer, and reports the results to stdout. It uses the /run/weldr/api.socket to communicate with the server.
This commit is contained in:
parent
f298fed16d
commit
2d4e4d14d0
2 changed files with 3 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -9,6 +9,7 @@ build:
|
|||
go build -o osbuild-upload-azure ./cmd/osbuild-upload-azure/
|
||||
go build -o osbuild-upload-aws ./cmd/osbuild-upload-aws/
|
||||
go build -o osbuild-tests ./cmd/osbuild-tests/
|
||||
go build -o osbuild-weldr-tests ./cmd/osbuild-weldr-tests/
|
||||
go build -o osbuild-dnf-json-tests ./cmd/osbuild-dnf-json-tests/
|
||||
|
||||
.PHONY: install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue