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:
parent
83707bfa06
commit
1bf7708830
@ -34,7 +34,7 @@ version = "0.0.1"
|
||||
groups = []
|
||||
modules = []
|
||||
|
||||
[[modules]]
|
||||
[[packages]]
|
||||
name = "beakerlib"
|
||||
version = "*"
|
||||
__EOF__
|
||||
|
@ -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__
|
||||
|
@ -75,7 +75,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