mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 23:38:20 +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>',
|
||||
}
|
||||
|
||||
script_path = os.path.expanduser(
|
||||
"~/auto-package-testing/jenkins/boottest-britney")
|
||||
#script_path = os.path.expanduser(
|
||||
# "~/auto-package-testing/jenkins/boottest-britney")
|
||||
script_path = 'boottest/jenkins/boottest-britney'
|
||||
|
||||
def __init__(self, britney, distribution, series, debug=False):
|
||||
self.britney = britney
|
||||
|
@ -156,7 +156,7 @@ class TestBoottestEnd2End(TestBase):
|
||||
"""Create a manifest for this britney run context."""
|
||||
path = os.path.join(
|
||||
self.data.path,
|
||||
'boottest/images/ubuntu/{}'.format(self.data.series))
|
||||
'boottest/images/ubuntu-touch/{}'.format(self.data.series))
|
||||
create_manifest(path, lines)
|
||||
|
||||
def make_boottest(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user