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
This commit is contained in:
parent
b735c8ce0c
commit
07a64aab07
@ -34,7 +34,7 @@ version = "0.0.1"
|
|||||||
modules = []
|
modules = []
|
||||||
groups = []
|
groups = []
|
||||||
|
|
||||||
[[modules]]
|
[[packages]]
|
||||||
name = "beakerlib"
|
name = "beakerlib"
|
||||||
version = "*"
|
version = "*"
|
||||||
__EOF__
|
__EOF__
|
||||||
|
@ -52,11 +52,11 @@ name = "http-with-rng"
|
|||||||
description = "HTTP image for OpenStack with rng-tools"
|
description = "HTTP image for OpenStack with rng-tools"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
||||||
[[modules]]
|
[[packages]]
|
||||||
name = "httpd"
|
name = "httpd"
|
||||||
version = "*"
|
version = "*"
|
||||||
|
|
||||||
[[modules]]
|
[[packages]]
|
||||||
name = "rng-tools"
|
name = "rng-tools"
|
||||||
version = "*"
|
version = "*"
|
||||||
__EOF__
|
__EOF__
|
||||||
|
@ -74,7 +74,7 @@ name = "vmware"
|
|||||||
description = "HTTP image for vmware"
|
description = "HTTP image for vmware"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
||||||
[[modules]]
|
[[packages]]
|
||||||
name = "httpd"
|
name = "httpd"
|
||||||
version = "*"
|
version = "*"
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ name = "with-ssh"
|
|||||||
description = "HTTP image with SSH"
|
description = "HTTP image with SSH"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
||||||
[[modules]]
|
[[packages]]
|
||||||
name = "httpd"
|
name = "httpd"
|
||||||
version = "*"
|
version = "*"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user