6b2efa0da1
- avoids having to modify them in the first place so less changes
to the SUT
- will help with transition to osbuild-composer backend
- each test which needs a blueprint either declares it on its own
(some already do this) or may use a shared blueprints from the
tests lib dir
Cherry-picked from 7b08fa8838
Related: rhbz#1825190
19 lines
332 B
TOML
19 lines
332 B
TOML
name = "test-http-server"
|
|
description = "Http server with PHP and MySQL support used in tests."
|
|
version = "0.0.1"
|
|
|
|
[[modules]]
|
|
name = "httpd"
|
|
version = "2.4.*"
|
|
|
|
[[modules]]
|
|
name = "php"
|
|
version = "7.*"
|
|
|
|
[[packages]]
|
|
name = "openssh-server"
|
|
version = "*"
|
|
|
|
[customizations.kernel]
|
|
append = "custom_cmdline_arg console=ttyS0,115200n8"
|