Test fixing (proposal)

This commit is contained in:
Celso Providelo 2015-02-05 08:04:39 -05:00
parent 01fdb16995
commit 8ffc7049b5
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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):