From 0469be7a22a2b0b769062b89922c85169c17970a Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 21 Jul 2020 12:00:13 +0300 Subject: [PATCH] tests: Change boot typo to openstack. Refs #876 this will cause the images to be uploaded and booted in our OpenStack cluster. --- test/cases/fedora_31-x86_64-openstack-boot.json | 2 +- test/cases/fedora_32-x86_64-openstack-boot.json | 2 +- test/cases/rhel_8-x86_64-openstack-boot.json | 2 +- tools/test-case-generators/format-request-map.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/cases/fedora_31-x86_64-openstack-boot.json b/test/cases/fedora_31-x86_64-openstack-boot.json index f7346f786..e33ff4d2d 100644 --- a/test/cases/fedora_31-x86_64-openstack-boot.json +++ b/test/cases/fedora_31-x86_64-openstack-boot.json @@ -1,6 +1,6 @@ { "boot": { - "type": "qemu" + "type": "openstack" }, "compose-request": { "distro": "fedora-31", diff --git a/test/cases/fedora_32-x86_64-openstack-boot.json b/test/cases/fedora_32-x86_64-openstack-boot.json index e1c384293..9d40eabc8 100644 --- a/test/cases/fedora_32-x86_64-openstack-boot.json +++ b/test/cases/fedora_32-x86_64-openstack-boot.json @@ -1,6 +1,6 @@ { "boot": { - "type": "qemu" + "type": "openstack" }, "compose-request": { "distro": "fedora-32", diff --git a/test/cases/rhel_8-x86_64-openstack-boot.json b/test/cases/rhel_8-x86_64-openstack-boot.json index 14adc8577..277315d10 100644 --- a/test/cases/rhel_8-x86_64-openstack-boot.json +++ b/test/cases/rhel_8-x86_64-openstack-boot.json @@ -1,6 +1,6 @@ { "boot": { - "type": "qemu" + "type": "openstack" }, "compose-request": { "distro": "rhel-8", diff --git a/tools/test-case-generators/format-request-map.json b/tools/test-case-generators/format-request-map.json index 36f2e7560..7b0f9f6e4 100644 --- a/tools/test-case-generators/format-request-map.json +++ b/tools/test-case-generators/format-request-map.json @@ -34,7 +34,7 @@ }, "openstack": { "boot": { - "type": "qemu" + "type": "openstack" }, "compose-request": { "distro": "",