test/cases: stop the spread of the tet typo

Hoping this is the end of this viral typo.
This commit is contained in:
Achilleas Koutsou 2021-07-14 11:43:10 +02:00 committed by Ondřej Budai
parent 8d64cb9665
commit 47ae5de5c0
13 changed files with 14 additions and 14 deletions

View file

@ -24,7 +24,7 @@ if [[ $DISTRO_CODE == rhel_90 ]]; then
fi
#
# Provision the software under tet.
# Provision the software under test.
#
/usr/libexec/osbuild-composer-test/provision.sh

View file

@ -17,7 +17,7 @@ if [[ $DISTRO_CODE == rhel_90 ]]; then
exit 0
fi
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
# We need awscli to talk to AWS.

View file

@ -18,7 +18,7 @@ if [[ $DISTRO_CODE == rhel_90 ]]; then
exit 0
fi
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
# Terraform needs azure-cli to talk to Azure.

View file

@ -40,7 +40,7 @@ run_test_case () {
}
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
# Change to the working directory.

View file

@ -70,7 +70,7 @@ run_test_case () {
echo
}
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
# Change to the working directory.

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
# Get OS data.

View file

@ -20,7 +20,7 @@ function greenprint {
echo -e "\033[1;32m${1}\033[0m"
}
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
greenprint "Defining distro selector"

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
# Get OS data.

View file

@ -8,7 +8,7 @@ source /usr/libexec/osbuild-composer-test/define-compose-url.sh
source /etc/os-release
ARCH=$(uname -m)
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
# Set os-variant and boot location used by virt-install.

View file

@ -15,7 +15,7 @@
# Get OS data.
source /etc/os-release
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
if [[ "${ID}-${VERSION_ID}" != "rhel-8.5" ]]; then
@ -25,7 +25,7 @@ fi
set -xeuo pipefail
# Provision the software under tet.
# Provision the software under test.
BLUEPRINT_FILE=/tmp/blueprint.toml
COMPOSE_START=/tmp/compose-start.json
COMPOSE_INFO=/tmp/compose-info.json

View file

@ -14,7 +14,7 @@
set -xeuo pipefail
# Provision the software under tet.
# Provision the software under test.
BLUEPRINT_FILE=/tmp/blueprint.toml
COMPOSE_START=/tmp/compose-start.json
COMPOSE_INFO=/tmp/compose-info.json

View file

@ -37,7 +37,7 @@ run_test_case () {
}
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
# Run each test case.

View file

@ -15,7 +15,7 @@ if [ "$ID" != "rhel" ]; then
exit 0
fi
# Provision the software under tet.
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh
GOVC_CMD=/tmp/govc