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
=== modified file 'iso_static_validation.py'
--- iso_static_validation.py 2012-12-05 15:52:32 +0000
+++ iso_static_validation.py 2013-03-22 13:43:35 +0000
@@ -379,7 +379,7 @@
379 def test_report_html(self):379 def test_report_html(self):
380 if(self.ubiquity_image == True):380 if(self.ubiquity_image == True):
381 self.skipTest("Skipping for ubiquity based images")381 self.skipTest("Skipping for ubiquity based images")
382 report_url = os.path.join(self.url, 'current', 'report.html')382 report_url = os.path.join(self.url, 'pending', 'report.html')
383 try:383 try:
384 fh_report_page = urllib2.urlopen(report_url).read()384 fh_report_page = urllib2.urlopen(report_url).read()
385 except urllib2.HTTPError, e:385 except urllib2.HTTPError, e:

Subscribers

People subscribed via source and target branches

to all changes: