Merge lp:~elopio/unity-scope-click/enable_credentials into lp:unity-scope-click/devel

Proposed by Leo Arias
Status: Work in progress
Proposed branch: lp:~elopio/unity-scope-click/enable_credentials
Merge into: lp:unity-scope-click/devel
Diff against target: 16 lines (+2/-3)
1 file modified
autopilot/unityclickscope/test_click_scope.py (+2/-3)
To merge this branch: bzr merge lp:~elopio/unity-scope-click/enable_credentials
Reviewer Review Type Date Requested Status
dobey (community) Abstain
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+226226@code.launchpad.net

Commit message

Remove the skip on the credentials autopilot tests.

Description of the change

This branch is proposed to see if the jenkins runners now have the keyring unlocked. Waiting for results...

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
dobey (dobey) :
review: Abstain
Revision history for this message
dobey (dobey) wrote :

Just remembered that Leo was waiting to see how jenkins behaved before landing this.

Revision history for this message
Leo Arias (elopio) wrote :

Yes, sorry about that.
Adding the empty ring files caused more troubles, so still investigating.

Unmerged revisions

320. By Leo Arias

Remove the skip on the credentials autopilot tests.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'autopilot/unityclickscope/test_click_scope.py'
2--- autopilot/unityclickscope/test_click_scope.py 2014-07-07 18:25:46 +0000
3+++ autopilot/unityclickscope/test_click_scope.py 2014-07-09 23:13:33 +0000
4@@ -240,10 +240,9 @@
5
6 class ClickScopeTestCaseWithCredentials(BaseTestCaseWithStoreScopeOpen):
7
8+ # This test case needs to run with an unlocked keyring.
9+
10 def setUp(self):
11- self.skipTest(
12- 'We cannot add credentials yet because the keyring dialog will be '
13- 'opened prompting for a password. http://pad.lv/1338714')
14 self.add_u1_credentials()
15 super(ClickScopeTestCaseWithCredentials, self).setUp()
16 self.preview = self.open_app_preview('appstore', 'Delta')

Subscribers

People subscribed via source and target branches

to all changes: