diff --git a/test/cases/api.sh b/test/cases/api.sh index a12b4af96..da9c8d904 100755 --- a/test/cases/api.sh +++ b/test/cases/api.sh @@ -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 diff --git a/test/cases/aws.sh b/test/cases/aws.sh index 8d3eccd80..144680c8e 100755 --- a/test/cases/aws.sh +++ b/test/cases/aws.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. diff --git a/test/cases/azure.sh b/test/cases/azure.sh index 5efe2cc30..1b8038755 100755 --- a/test/cases/azure.sh +++ b/test/cases/azure.sh @@ -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. diff --git a/test/cases/base_tests.sh b/test/cases/base_tests.sh index 11911fc2d..866c131dd 100755 --- a/test/cases/base_tests.sh +++ b/test/cases/base_tests.sh @@ -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. diff --git a/test/cases/image_tests.sh b/test/cases/image_tests.sh index e83ebce91..a2ee49dff 100755 --- a/test/cases/image_tests.sh +++ b/test/cases/image_tests.sh @@ -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. diff --git a/test/cases/installers.sh b/test/cases/installers.sh index 554b8ef73..9b1158b8e 100755 --- a/test/cases/installers.sh +++ b/test/cases/installers.sh @@ -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. diff --git a/test/cases/koji.sh b/test/cases/koji.sh index 2a705c12a..25c9487a8 100755 --- a/test/cases/koji.sh +++ b/test/cases/koji.sh @@ -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" diff --git a/test/cases/ostree-ng.sh b/test/cases/ostree-ng.sh index 70c7d5cc4..c7f0744d6 100755 --- a/test/cases/ostree-ng.sh +++ b/test/cases/ostree-ng.sh @@ -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. diff --git a/test/cases/ostree.sh b/test/cases/ostree.sh index 82727f041..c7c7bfa89 100755 --- a/test/cases/ostree.sh +++ b/test/cases/ostree.sh @@ -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. diff --git a/test/cases/regression-excluded-dependency.sh b/test/cases/regression-excluded-dependency.sh index 3d771398a..0ca41f76e 100644 --- a/test/cases/regression-excluded-dependency.sh +++ b/test/cases/regression-excluded-dependency.sh @@ -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 diff --git a/test/cases/regression-include-excluded-packages.sh b/test/cases/regression-include-excluded-packages.sh index 932454502..0f226764d 100644 --- a/test/cases/regression-include-excluded-packages.sh +++ b/test/cases/regression-include-excluded-packages.sh @@ -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 diff --git a/test/cases/regression.sh b/test/cases/regression.sh index 2d3b860a4..2662556a4 100644 --- a/test/cases/regression.sh +++ b/test/cases/regression.sh @@ -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. diff --git a/test/cases/vmware.sh b/test/cases/vmware.sh index 94d6e4bee..80df655d8 100755 --- a/test/cases/vmware.sh +++ b/test/cases/vmware.sh @@ -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