test: update ostree osname in pending test cases

This commit is contained in:
Mario Cattamo 2024-05-30 13:10:36 +02:00 committed by Achilleas Koutsou
parent 4267c28ffb
commit ba60b22104
3 changed files with 8 additions and 8 deletions

View file

@ -69,7 +69,7 @@ CONTAINER_TYPE=edge-container
CONTAINER_FILENAME=container.tar
AMI_IMAGE_TYPE=edge-ami
AMI_IMAGE_FILENAME=image.raw
OSTREE_OSNAME=redhat
OSTREE_OSNAME=rhel-edge
BUCKET_NAME="composer-ci-${TEST_UUID}"
BUCKET_URL="s3://${BUCKET_NAME}"
OBJECT_URL="http://${BUCKET_NAME}.s3.${AWS_DEFAULT_REGION}.amazonaws.com"

View file

@ -584,7 +584,7 @@ EOF
# Test IoT/Edge OS
sudo ansible-playbook -v -i "${TEMPDIR}"/inventory \
-e image_type=redhat \
-e image_type=rhel-edge \
-e ostree_commit="${INSTALL_HASH}" \
-e skip_rollback_test="true" \
-e ignition="true" \
@ -722,7 +722,7 @@ EOF
# Test IoT/Edge OS
sudo ansible-playbook -v -i "${TEMPDIR}"/inventory \
-e image_type=redhat \
-e image_type=rhel-edge \
-e ostree_commit="${UPGRADE_HASH}" \
-e skip_rollback_test="true" \
-e ignition="true" \
@ -859,7 +859,7 @@ EOF
# Test IoT/Edge OS
sudo ansible-playbook -v -i "${TEMPDIR}"/inventory \
-e image_type=redhat \
-e image_type=rhel-edge \
-e ostree_commit="${INSTALL_HASH}" \
-e skip_rollback_test="true" \
-e ignition="true" \
@ -998,7 +998,7 @@ EOF
# Test IoT/Edge OS
sudo ansible-playbook -v -i "${TEMPDIR}"/inventory \
-e image_type=redhat \
-e image_type=rhel-edge \
-e ostree_commit="${INSTALL_HASH}" \
-e skip_rollback_test="true" \
-e ignition="true" \
@ -1067,7 +1067,7 @@ EOF
# Test IoT/Edge OS
sudo ansible-playbook -v -i "${TEMPDIR}"/inventory \
-e image_type=redhat \
-e image_type=rhel-edge \
-e ostree_commit="${UPGRADE_HASH}" \
-e skip_rollback_test="true" \
-e ignition="true" \

View file

@ -542,7 +542,7 @@ EOF
# Test IoT/Edge OS
sudo ansible-playbook -v -i "${TEMPDIR}"/inventory \
-e ignition="true" \
-e image_type=redhat \
-e image_type=rhel-edge \
-e ostree_commit="${INSTALL_HASH}" \
-e edge_type=edge-vsphere \
-e fdo_credential="false" \
@ -676,7 +676,7 @@ EOF
# Test IoT/Edge OS
sudo ansible-playbook -v -i "${TEMPDIR}"/inventory \
-e ignition="true" \
-e image_type=redhat \
-e image_type=rhel-edge \
-e ostree_commit="${UPGRADE_HASH}" \
-e edge_type=edge-vsphere \
-e fdo_credential="false" \