containers / podman-bootc

Apache License 2.0
24 stars 9 forks source link

integration tests #64

Closed vrothberg closed 4 months ago

vrothberg commented 4 months ago

I would like to add some integration tests. Running them on all supported platforms (Win, Mac, Linux) will be a herculean task but we could start with Linux.

I am fluent in bats but maybe there are other options/preferences.

@germag @cgwalters WDYT?

ckyrouac commented 4 months ago

have you seen the existing e2e tests? https://github.com/containers/podman-bootc/blob/main/test/e2e/e2e_test.go

vrothberg commented 4 months ago

have you seen the existing e2e tests? https://github.com/containers/podman-bootc/blob/main/test/e2e/e2e_test.go

Will take a closer look, thanks :)

vrothberg commented 4 months ago

Yeah, they do the trick. Thanks!