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