mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-11 02:21:33 +00:00
Test fixing (proposal)
This commit is contained in:
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…
x
Reference in New Issue
Block a user