blueprint: add kickstart contents to conversion test
The option was added in f5c6cdd9cf but a
value was never added to the conversion test.
This commit is contained in:
parent
654a6ad8f5
commit
66c2c31a1c
1 changed files with 6 additions and 0 deletions
|
|
@ -173,6 +173,9 @@ func TestConvert(t *testing.T) {
|
|||
Installer: &InstallerCustomization{
|
||||
Unattended: true,
|
||||
SudoNopasswd: []string{"%group", "user"},
|
||||
Kickstart: &Kickstart{
|
||||
Contents: "# test kickstart addition created by osbuild-composer",
|
||||
},
|
||||
Modules: &AnacondaModules{
|
||||
Enable: []string{
|
||||
"org.fedoraproject.Anaconda.Modules.Localization",
|
||||
|
|
@ -360,6 +363,9 @@ func TestConvert(t *testing.T) {
|
|||
Installer: &iblueprint.InstallerCustomization{
|
||||
Unattended: true,
|
||||
SudoNopasswd: []string{"%group", "user"},
|
||||
Kickstart: &iblueprint.Kickstart{
|
||||
Contents: "# test kickstart addition created by osbuild-composer",
|
||||
},
|
||||
Modules: &iblueprint.AnacondaModules{
|
||||
Enable: []string{
|
||||
"org.fedoraproject.Anaconda.Modules.Localization",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue