Skip to content

Commit

Permalink
run/qemu: remove usb and device flags
Browse files Browse the repository at this point in the history
refactor: move qemu to its own package
tests: implements end to end tests for the convert command with the following images: alpine:3.17, ubuntu:20.04, debian:11, centos:8

Signed-off-by: Adphi <[email protected]>
  • Loading branch information
Adphi committed Feb 23, 2023
1 parent 532ee3f commit 1970ac1
Show file tree
Hide file tree
Showing 12 changed files with 760 additions and 364 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ bin
dist
images
examples/build
e2e
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ docker-run:
.PHONY: tests
tests:
@go generate ./...
@go list ./...| xargs go test -exec sudo -count=1 -timeout 20m -v
@go list .| xargs go test -exec sudo -count=1 -timeout 20m -v

e2e: docker-build .build
@go test -v -exec sudo -count=1 -timeout 60m -ldflags "-X '$(MODULE).Version=$(VERSION)' -X '$(MODULE).BuildDate=$(shell date)'" ./e2e

docs-up-to-date:
@$(MAKE) cli-docs
Expand Down
Loading

0 comments on commit 1970ac1

Please sign in to comment.