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:
Achilleas Koutsou 2021-02-03 15:04:27 +01:00 committed by Ondřej Budai
parent 899d78f7e1
commit a7d982d9be
5 changed files with 28 additions and 7 deletions

View file

@ -109,7 +109,7 @@ CUSTOMIZATIONS_BLUEPRINT = {
}
],
"customizations": {
"hosname": "my-host",
"hostname": "my-host",
"kernel": {
"append": "debug"
},