Composer API - add support for services enable/disable
Add service sections to the customization unittests
This commit is contained in:
parent
fc1d754999
commit
08811dd632
4 changed files with 159 additions and 106 deletions
|
|
@ -931,7 +931,15 @@ func TestComposeCustomizations(t *testing.T) {
|
|||
"check_gpg": false,
|
||||
"ignore_ssl": false,
|
||||
"gpg_key": "some-gpg-key"
|
||||
}]
|
||||
}],
|
||||
"services": {
|
||||
"enabled": [
|
||||
"nftables"
|
||||
],
|
||||
"disabled": [
|
||||
"firewalld"
|
||||
]
|
||||
}
|
||||
},
|
||||
"image_request":{
|
||||
"architecture": "%s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue