Handle Leap:15.0:Ports images_arm repository

For Leap 15.0 Ports we need to be able to support two image
repos, one for arm and one for ppc because they get published
to two different locations. for now as we have only images_arm
add support for that while ppc is still making its way through
an initial build.
This commit is contained in:
Dirk Mueller 2018-04-16 14:20:10 +02:00
parent 71fd5fe607
commit cf7dbb0b32

View File

@ -756,6 +756,8 @@ class ToTest150Ports(ToTestBaseNew):
livecd_products = []
product_repo = 'images_arm'
def openqa_group(self):
return 'openSUSE Leap 15.0 Ports'