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:
Ondřej Budai 2020-04-02 15:17:10 +02:00 committed by Tom Gundersen
parent 92e69dcb85
commit 7dd09443cf
7 changed files with 362 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"ami": {
"boot": {
"type": "qemu-extract"
"type": "aws"
},
"compose-request": {
"distro": "",