fix tests
- only leave fedora enabled - test each package one at a time to ensure they install correctly
This commit is contained in:
10
tests/lib.sh
Normal file
10
tests/lib.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
HOSTOS="$(uname -o)"
|
||||
IMAGE=${IMAGE:-packagetest}
|
||||
CONTAINER=${CONTAINER:-packagetest}
|
||||
MACHINENAME=${MACHINENAME:-podman-machine-default}
|
||||
# OSBUILDS=("fedora" "el9" "debian" "ubuntu")
|
||||
OSBUILDS=("fedora")
|
||||
|
||||
function machine_state {
|
||||
echo $(podman machine inspect $MACHINENAME | jq -r '.[].State')
|
||||
}
|
||||
Reference in New Issue
Block a user