Add the base container to container_products of openSUSE:Factory

This commit is contained in:
Fabian Vogt 2018-10-29 16:32:18 +01:00
parent 2d8a8e295a
commit f55e210347

View File

@ -395,7 +395,7 @@ class ToTestBase(object):
return None
# docker container has no size limit
if re.match(r'opensuse-leap-image.*', package):
if re.match(r'opensuse-.*-image.*', package):
return None
if '-Addon-NonOss-ftp-ftp' in package:
@ -755,6 +755,8 @@ class ToTestFactory(ToTestBase):
'000product:openSUSE-cd-mini-x86_64',
'000product:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64']
container_products = [ImageProduct('opensuse-tumbleweed-image:docker', ['i586', 'x86_64'])]
ftp_products = ['000product:openSUSE-ftp-ftp-i586_x86_64',
'000product:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64']