From bc1e96f548a6a23304cfbec2ec33f0f7d5315017 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 22 Nov 2018 14:06:05 +0100 Subject: [PATCH] Adjust JeOS for 15.1 images - Has a different name than 15.0 images, so need to split from 15.0 --- totest-manager.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/totest-manager.py b/totest-manager.py index bf9d2dd7..d0a9e5d7 100755 --- a/totest-manager.py +++ b/totest-manager.py @@ -984,6 +984,18 @@ class ToTest150Images(ToTestBaseNew): return 13 class ToTest151Images(ToTest150Images): + image_products = [ + ImageProduct('livecd-leap-gnome', ['x86_64']), + ImageProduct('livecd-leap-kde', ['x86_64']), + ImageProduct('livecd-leap-x11', ['x86_64']), + ImageProduct('opensuse-leap-image:lxc', ['x86_64']), + ImageProduct('openSUSE-Leap-15.1-JeOS:MS-HyperV', ['x86_64']), + ImageProduct('openSUSE-Leap-15.1-JeOS:OpenStack-Cloud', ['x86_64']), + ImageProduct('openSUSE-Leap-15.1-JeOS:VMware', ['x86_64']), + ImageProduct('openSUSE-Leap-15.1-JeOS:XEN', ['x86_64']), + ImageProduct('openSUSE-Leap-15.1-JeOS:kvm-and-xen', ['x86_64']), + ] + container_products = [ImageProduct('opensuse-leap-image:docker', ['x86_64'])] def openqa_group(self):