diff --git a/tests/cli/test_blueprints_sanity.sh b/tests/cli/test_blueprints_sanity.sh index ff0e5aee..0db99d6e 100755 --- a/tests/cli/test_blueprints_sanity.sh +++ b/tests/cli/test_blueprints_sanity.sh @@ -34,7 +34,7 @@ version = "0.0.1" groups = [] modules = [] -[[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 2a9a9808..b4d66ec3 100755 --- a/tests/cli/test_build_and_deploy_openstack.sh +++ b/tests/cli/test_build_and_deploy_openstack.sh @@ -57,11 +57,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 860ebb1a..767cc05a 100755 --- a/tests/cli/test_build_and_deploy_vmware.sh +++ b/tests/cli/test_build_and_deploy_vmware.sh @@ -75,7 +75,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 cc4261ae..275ad291 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 = "*"