Merge lp:~psivaa/qa-iso-static-validation-test/report-in-pending into lp:qa-iso-static-validation-test

Proposed by Para Siva
Status: Merged
Approved by: Paul Larson
Approved revision: 24
Merged at revision: 24
Proposed branch: lp:~psivaa/qa-iso-static-validation-test/report-in-pending
Merge into: lp:qa-iso-static-validation-test
Diff against target: 12 lines (+1/-1)
1 file modified
iso_static_validation.py (+1/-1)
To merge this branch: bzr merge lp:~psivaa/qa-iso-static-validation-test/report-in-pending
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+154956@code.launchpad.net

Description of the change

Ran it once for precise alternate and it works fine. Since the file is present in pending/ for raring too this will pass there. Thanks

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'iso_static_validation.py'
2--- iso_static_validation.py 2012-12-05 15:52:32 +0000
3+++ iso_static_validation.py 2013-03-22 13:43:35 +0000
4@@ -379,7 +379,7 @@
5 def test_report_html(self):
6 if(self.ubiquity_image == True):
7 self.skipTest("Skipping for ubiquity based images")
8- report_url = os.path.join(self.url, 'current', 'report.html')
9+ report_url = os.path.join(self.url, 'pending', 'report.html')
10 try:
11 fh_report_page = urllib2.urlopen(report_url).read()
12 except urllib2.HTTPError, e:

Subscribers

People subscribed via source and target branches

to all changes: