Closed
Bug 948936
Opened 11 years ago
Closed 11 years ago
[marketplace-tests] Fix Marketplace tests fail object has no attribute 'install_marketplace'
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bebe, Assigned: Bebe)
Details
Attachments
(1 file)
All of the 11 tests are currently failing with the following stack:
Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.inari.mozilla-b2g26_v1_2.marketplace/.env/local/lib/python2.7/site-packages/marionette_client-0.6.2-py2.7.egg/marionette/marionette_test.py", line 127, in run
self.setUp()
File "/var/jenkins/workspace/b2g.inari.mozilla-b2g26_v1_2.marketplace/marketplacetests/tests/test_marketplace_add_review.py", line 19, in setUp
self.install_marketplace()
AttributeError: 'TestMarketplaceAddReview' object has no attribute 'install_marketplace'
Assignee | ||
Comment 1•11 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•11 years ago
|
Attachment #8345875 -
Flags: review?(dave.hunt)
Attachment #8345875 -
Flags: review?(bob.silverberg)
Updated•11 years ago
|
Attachment #8345875 -
Flags: review?(dave.hunt) → review-
Assignee | ||
Updated•11 years ago
|
Attachment #8345875 -
Flags: review- → review?(dave.hunt)
Comment 2•11 years ago
|
||
Comment on attachment 8345875 [details]
Pointer to Github pull request: https://github.com/mozilla/marketplace-tests-gaia/pull/6#attch-to-bugzilla
This looks okay, but I've not run the tests. r- because of a leftover dict.
Attachment #8345875 -
Flags: review?(dave.hunt) → review-
Assignee | ||
Updated•11 years ago
|
Attachment #8345875 -
Flags: review- → review?(dave.hunt)
Comment 3•11 years ago
|
||
Comment on attachment 8345875 [details]
Pointer to Github pull request: https://github.com/mozilla/marketplace-tests-gaia/pull/6#attch-to-bugzilla
Changes have been squashed since my last review so it's hard to see that only my suggested changes have been made. We should avoid squashing until we're ready to merge. Anyway r+ but as before I have not run these tests.
Attachment #8345875 -
Flags: review?(dave.hunt) → review+
![]() |
||
Updated•11 years ago
|
Attachment #8345875 -
Flags: review+
Comment 4•11 years ago
|
||
It looks like the PR was merged [1]. Is there a reason this bug is still open?
[1] https://github.com/mozilla/marketplace-tests-gaia/commit/23d93d0bda363bdacc20137f2a74cbf8446de289
Updated•11 years ago
|
Attachment #8345875 -
Flags: review?(bob.silverberg)
![]() |
||
Comment 5•11 years ago
|
||
I don't think so.
Closing this bug as the pull was merged
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: nobody → florin.strugariu
Severity: normal → major
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
You need to log in
before you can comment on or make changes to this bug.
Description
•