set maxsize for ppc ftp product
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
This commit is contained in:
parent
42291d90b5
commit
272ef52583
@ -198,6 +198,9 @@ class ToTestBase(object):
|
|||||||
if package == '_product:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64':
|
if package == '_product:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64':
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
if package == '_product:openSUSE-ftp-ftp-ppc_ppc64_ppc64le':
|
||||||
|
return None
|
||||||
|
|
||||||
raise Exception('No maxsize for {}'.format(package))
|
raise Exception('No maxsize for {}'.format(package))
|
||||||
|
|
||||||
def package_ok(self, project, package, repository, arch):
|
def package_ok(self, project, package, repository, arch):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user