Composer API - add support for services enable/disable

Add service sections to the customization unittests
This commit is contained in:
Ygal Blum 2022-06-15 17:41:07 +03:00 committed by Ondřej Budai
parent fc1d754999
commit 08811dd632
4 changed files with 159 additions and 106 deletions

View file

@ -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",