From 07a64aab07aadaf6729aea47ede5aff77821983c Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 11 Apr 2019 09:02:42 +0300 Subject: [PATCH] Change [[modules]] to [[packages]] in tests > bcl: this should really be [[packages]] since [[modules]] is > going to change to actual modules at some point Related: rhbz#1698368 --- tests/cli/test_blueprints_sanity.sh | 2 +- tests/cli/test_build_and_deploy_openstack.sh | 4 ++-- tests/cli/test_build_and_deploy_vmware.sh | 2 +- tests/cli/test_compose_qcow2.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/cli/test_blueprints_sanity.sh b/tests/cli/test_blueprints_sanity.sh index 36604662..066c473c 100755 --- a/tests/cli/test_blueprints_sanity.sh +++ b/tests/cli/test_blueprints_sanity.sh @@ -34,7 +34,7 @@ version = "0.0.1" modules = [] groups = [] -[[modules]] +[[packages]] name = "beakerlib" version = "*" __EOF__ diff --git a/tests/cli/test_build_and_deploy_openstack.sh b/tests/cli/test_build_and_deploy_openstack.sh index 1dbd0868..3eaa4f03 100755 --- a/tests/cli/test_build_and_deploy_openstack.sh +++ b/tests/cli/test_build_and_deploy_openstack.sh @@ -52,11 +52,11 @@ name = "http-with-rng" description = "HTTP image for OpenStack with rng-tools" version = "0.0.1" -[[modules]] +[[packages]] name = "httpd" version = "*" -[[modules]] +[[packages]] name = "rng-tools" version = "*" __EOF__ diff --git a/tests/cli/test_build_and_deploy_vmware.sh b/tests/cli/test_build_and_deploy_vmware.sh index c5a8f269..9a5a66d9 100755 --- a/tests/cli/test_build_and_deploy_vmware.sh +++ b/tests/cli/test_build_and_deploy_vmware.sh @@ -74,7 +74,7 @@ name = "vmware" description = "HTTP image for vmware" version = "0.0.1" -[[modules]] +[[packages]] name = "httpd" version = "*" diff --git a/tests/cli/test_compose_qcow2.sh b/tests/cli/test_compose_qcow2.sh index 8d9c75f4..262d423b 100755 --- a/tests/cli/test_compose_qcow2.sh +++ b/tests/cli/test_compose_qcow2.sh @@ -31,7 +31,7 @@ name = "with-ssh" description = "HTTP image with SSH" version = "0.0.1" -[[modules]] +[[packages]] name = "httpd" version = "*"