Merge lp:~cjohnston/uci-engine/missing-test-run-import-checks into lp:uci-engine

Proposed by Chris Johnston
Status: Merged
Approved by: Francis Ginther
Approved revision: 488
Merged at revision: 489
Proposed branch: lp:~cjohnston/uci-engine/missing-test-run-import-checks
Merge into: lp:uci-engine
Diff against target: 12 lines (+1/-1)
1 file modified
tests/run.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/uci-engine/missing-test-run-import-checks
Reviewer Review Type Date Requested Status
Francis Ginther Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+219743@code.launchpad.net

Commit message

Add missing import checks to tests/run.py

Description of the change

Today I noticed that with some of the changes that have landed, the amulet tests have new dependencies..

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

PASSED: Continuous integration, rev:488
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/635/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/635/rebuild

review: Approve (continuous-integration)
Revision history for this message
Francis Ginther (fginther) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/run.py'
2--- tests/run.py 2014-05-06 21:30:28 +0000
3+++ tests/run.py 2014-05-15 18:28:21 +0000
4@@ -219,7 +219,7 @@
5
6 def main():
7 check_nova_env()
8- deploy.check_dependencies(needed_imports=['gnupg'])
9+ deploy.check_dependencies(needed_imports=['gnupg', 'amqplib', 'mock'])
10
11 test_dir = os.path.dirname(sys.argv[0])
12 tests = get_tests(test_dir)

Subscribers

People subscribed via source and target branches