diff --git a/tests/cli/test_blueprints_sanity.sh b/tests/cli/test_blueprints_sanity.sh index 5c57944f..a1701b5f 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 ce530bd2..f3f01988 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 6ce0c318..22c18139 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 dc282e19..6ede23c1 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 = "*"