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#1698366
This commit is contained in:
Alexander Todorov 2019-04-11 09:02:42 +03:00 committed by Alexander Todorov
parent 83707bfa06
commit 1bf7708830
4 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ version = "0.0.1"
groups = []
modules = []
[[modules]]
[[packages]]
name = "beakerlib"
version = "*"
__EOF__

View File

@ -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__

View File

@ -75,7 +75,7 @@ name = "vmware"
description = "HTTP image for vmware"
version = "0.0.1"
[[modules]]
[[packages]]
name = "httpd"
version = "*"

View File

@ -31,7 +31,7 @@ name = "with-ssh"
description = "HTTP image with SSH"
version = "0.0.1"
[[modules]]
[[packages]]
name = "httpd"
version = "*"