test/cases: stop the spread of the tet typo
Hoping this is the end of this viral typo.
This commit is contained in:
parent
8d64cb9665
commit
47ae5de5c0
13 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue