commit
ca7fec3f2b
@ -57,6 +57,7 @@ class ToTestBase(object):
|
||||
def __init__(self, project, dryrun=False, norelease=False, api_url=None, openqa_server='https://openqa.opensuse.org', test_subproject=None):
|
||||
self.project = project
|
||||
self.dryrun = dryrun
|
||||
self.norelease = norelease
|
||||
if not api_url:
|
||||
api_url = osc.conf.config['apiurl']
|
||||
self.api = StagingAPI(api_url, project=project)
|
||||
@ -790,7 +791,7 @@ class ToTestFactoryARM(ToTestFactory):
|
||||
return 2
|
||||
|
||||
|
||||
class ToTest150(ToTestBaseNew):
|
||||
class ToTest151(ToTestBaseNew):
|
||||
main_products = [
|
||||
'000product:openSUSE-cd-mini-x86_64',
|
||||
'000product:openSUSE-dvd5-dvd-x86_64',
|
||||
@ -803,7 +804,7 @@ class ToTest150(ToTestBaseNew):
|
||||
livecd_products = []
|
||||
|
||||
def openqa_group(self):
|
||||
return 'openSUSE Leap 15.0'
|
||||
return 'openSUSE Leap 15.1'
|
||||
|
||||
def get_current_snapshot(self):
|
||||
return self.iso_build_version(self.project + ':ToTest', self.main_products[0])
|
||||
@ -874,6 +875,11 @@ class ToTest150Images(ToTestBaseNew):
|
||||
def jobs_num(self):
|
||||
return 13
|
||||
|
||||
class ToTest151Images(ToTest150Images):
|
||||
|
||||
def openqa_group(self):
|
||||
return 'openSUSE Leap 15.1 Images'
|
||||
|
||||
|
||||
class ToTestSLE150(ToTestBaseNew):
|
||||
main_products = [
|
||||
@ -918,9 +924,10 @@ class CommandlineInterface(cmdln.Cmdln):
|
||||
'openSUSE:Factory:PowerPC': ToTestFactoryPowerPC,
|
||||
'openSUSE:Factory:ARM': ToTestFactoryARM,
|
||||
'openSUSE:Factory:zSystems': ToTestFactoryzSystems,
|
||||
'openSUSE:Leap:15.0': ToTest150,
|
||||
'openSUSE:Leap:15.1': ToTest151,
|
||||
'openSUSE:Leap:15.0:Ports': ToTest150Ports,
|
||||
'openSUSE:Leap:15.0:Images': ToTest150Images,
|
||||
'openSUSE:Leap:15.1:Images': ToTest151Images,
|
||||
'SUSE:SLE-15:GA': ToTestSLE150,
|
||||
}
|
||||
self.openqa_server = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user