Test fixing (proposal)

bzr-import-20160707
Celso Providelo 10 years ago
parent 01fdb16995
commit 8ffc7049b5

@ -130,8 +130,9 @@ class BootTest(object):
"RUNNING": '<span style="background:#99ddff">Test in progress</span>', "RUNNING": '<span style="background:#99ddff">Test in progress</span>',
} }
script_path = os.path.expanduser( #script_path = os.path.expanduser(
"~/auto-package-testing/jenkins/boottest-britney") # "~/auto-package-testing/jenkins/boottest-britney")
script_path = 'boottest/jenkins/boottest-britney'
def __init__(self, britney, distribution, series, debug=False): def __init__(self, britney, distribution, series, debug=False):
self.britney = britney self.britney = britney

@ -156,7 +156,7 @@ class TestBoottestEnd2End(TestBase):
"""Create a manifest for this britney run context.""" """Create a manifest for this britney run context."""
path = os.path.join( path = os.path.join(
self.data.path, self.data.path,
'boottest/images/ubuntu/{}'.format(self.data.series)) 'boottest/images/ubuntu-touch/{}'.format(self.data.series))
create_manifest(path, lines) create_manifest(path, lines)
def make_boottest(self): def make_boottest(self):

Loading…
Cancel
Save