Change [[modules]] to [[packages]] in tests
> bcl: this should really be [[packages]] since [[modules]] is
> going to change to actual modules at some point
(cherry picked from commit 933fad9ded
)
This commit is contained in:
parent
31b260ccf2
commit
eb4a8ac3b1
@ -34,7 +34,7 @@ version = "0.0.1"
|
||||
modules = []
|
||||
groups = []
|
||||
|
||||
[[modules]]
|
||||
[[packages]]
|
||||
name = "beakerlib"
|
||||
version = "*"
|
||||
__EOF__
|
||||
|
@ -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__
|
||||
|
@ -74,7 +74,7 @@ name = "vmware"
|
||||
description = "HTTP image for vmware"
|
||||
version = "0.0.1"
|
||||
|
||||
[[modules]]
|
||||
[[packages]]
|
||||
name = "httpd"
|
||||
version = "*"
|
||||
|
||||
|
@ -31,7 +31,7 @@ name = "with-ssh"
|
||||
description = "HTTP image with SSH"
|
||||
version = "0.0.1"
|
||||
|
||||
[[modules]]
|
||||
[[packages]]
|
||||
name = "httpd"
|
||||
version = "*"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user