chore: Create base integration test setup (#55)
This will allow us to create a suite of tests for our new features rather than using my personal image repo
This commit is contained in:
parent
fe671cdd1a
commit
46700ab794
13 changed files with 143 additions and 73 deletions
3
integration-tests/mock-scripts/buildah
Executable file
3
integration-tests/mock-scripts/buildah
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo 'Running buildah'
|
||||
3
integration-tests/mock-scripts/podman
Executable file
3
integration-tests/mock-scripts/podman
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo 'Running podman'
|
||||
3
integration-tests/mock-scripts/rpm-ostree
Executable file
3
integration-tests/mock-scripts/rpm-ostree
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo 'Running rpm-ostree'
|
||||
Loading…
Add table
Add a link
Reference in a new issue