Merge lp:~xnox/ubuntu-test-cases/snap-more-info into lp:ubuntu-test-cases/live-server

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 31
Proposed branch: lp:~xnox/ubuntu-test-cases/snap-more-info
Merge into: lp:ubuntu-test-cases/live-server
Diff against target: 12 lines (+2/-0)
1 file modified
testsuites/snap/test_snap/test.py (+2/-0)
To merge this branch: bzr merge lp:~xnox/ubuntu-test-cases/snap-more-info
Reviewer Review Type Date Requested Status
Dimitri John Ledkov (community) self Approve
Review via email: mp+384479@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Let me self-merge this, and rerun the jenkins jobs.

review: Approve (self)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testsuites/snap/test_snap/test.py'
2--- testsuites/snap/test_snap/test.py 2020-02-20 16:09:46 +0000
3+++ testsuites/snap/test_snap/test.py 2020-05-24 02:02:37 +0000
4@@ -38,6 +38,8 @@
5 if line[0] == "stress-ng":
6 break
7 else:
8+ subprocess.run(["snap", "changes"])
9+ subprocess.run(["snap", "tasks", "--last=install"])
10 self.fail("stress-ng snap not found")
11
12 if __name__ == "__main__":

Subscribers

People subscribed via source and target branches