tests/image/ami: test ami images on AWS
Prior this commit the ami images were tested locally using qemu. This does not reflect at all how they're used in practice. This commit introduces the support for running them in the actual AWS. Yay! The structure of code reflects that we want to switch to osbuild-composer to build the images soon.
This commit is contained in:
parent
92e69dcb85
commit
7dd09443cf
7 changed files with 362 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"ami": {
|
||||
"boot": {
|
||||
"type": "qemu-extract"
|
||||
"type": "aws"
|
||||
},
|
||||
"compose-request": {
|
||||
"distro": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue