image-tests: fix hostname typo in customizations
The test case generation script contained a typo in the blueprint customizations dictionary: "hosname" instead of "hostname". Fixed typo and regenerated relevant test cases.
This commit is contained in:
parent
899d78f7e1
commit
a7d982d9be
5 changed files with 28 additions and 7 deletions
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
],
|
||||
"customizations": {
|
||||
"hosname": "my-host",
|
||||
"hostname": "my-host",
|
||||
"kernel": {
|
||||
"append": "debug"
|
||||
},
|
||||
|
|
@ -3442,6 +3442,12 @@
|
|||
"keymap": "dvorak"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.hostname",
|
||||
"options": {
|
||||
"hostname": "my-host"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.timezone",
|
||||
"options": {
|
||||
|
|
@ -9274,6 +9280,7 @@
|
|||
"video:x:39:",
|
||||
"wheel:x:10:"
|
||||
],
|
||||
"hostname": "my-host",
|
||||
"image-format": "qcow2",
|
||||
"os-release": {
|
||||
"ANSI_COLOR": "0;34",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
],
|
||||
"customizations": {
|
||||
"hosname": "my-host",
|
||||
"hostname": "my-host",
|
||||
"kernel": {
|
||||
"append": "debug"
|
||||
},
|
||||
|
|
@ -3495,7 +3495,7 @@
|
|||
{
|
||||
"name": "org.osbuild.hostname",
|
||||
"options": {
|
||||
"hostname": "localhost.localdomain"
|
||||
"hostname": "my-host"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -9443,7 +9443,7 @@
|
|||
"video:x:39:",
|
||||
"wheel:x:10:"
|
||||
],
|
||||
"hostname": "localhost.localdomain",
|
||||
"hostname": "my-host",
|
||||
"image-format": "qcow2",
|
||||
"os-release": {
|
||||
"ANSI_COLOR": "0;38;2;60;110;180",
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
],
|
||||
"customizations": {
|
||||
"hosname": "my-host",
|
||||
"hostname": "my-host",
|
||||
"kernel": {
|
||||
"append": "debug"
|
||||
},
|
||||
|
|
@ -3508,6 +3508,12 @@
|
|||
"keymap": "dvorak"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.hostname",
|
||||
"options": {
|
||||
"hostname": "my-host"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.timezone",
|
||||
"options": {
|
||||
|
|
@ -9649,6 +9655,7 @@
|
|||
"video:x:39:",
|
||||
"wheel:x:10:"
|
||||
],
|
||||
"hostname": "my-host",
|
||||
"image-format": "qcow2",
|
||||
"os-release": {
|
||||
"ANSI_COLOR": "0;31",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
],
|
||||
"customizations": {
|
||||
"hosname": "my-host",
|
||||
"hostname": "my-host",
|
||||
"kernel": {
|
||||
"append": "debug"
|
||||
},
|
||||
|
|
@ -3499,6 +3499,12 @@
|
|||
"keymap": "dvorak"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.hostname",
|
||||
"options": {
|
||||
"hostname": "my-host"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.timezone",
|
||||
"options": {
|
||||
|
|
@ -9644,6 +9650,7 @@
|
|||
"video:x:39:",
|
||||
"wheel:x:10:"
|
||||
],
|
||||
"hostname": "my-host",
|
||||
"image-format": "qcow2",
|
||||
"os-release": {
|
||||
"ANSI_COLOR": "0;31",
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ CUSTOMIZATIONS_BLUEPRINT = {
|
|||
}
|
||||
],
|
||||
"customizations": {
|
||||
"hosname": "my-host",
|
||||
"hostname": "my-host",
|
||||
"kernel": {
|
||||
"append": "debug"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue