Merge lp:~canonical-platform-qa/qa-jenkins-jobs/ust-cmdline-refactor into lp:qa-jenkins-jobs

Proposed by Richard Huddie
Status: Merged
Approved by: Allan LeSage
Approved revision: 154
Merged at revision: 154
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/ust-cmdline-refactor
Merge into: lp:qa-jenkins-jobs
Diff against target: 14 lines (+4/-1)
1 file modified
scripts/ubuntu-system-tests/run-ubuntu-system-tests.sh (+4/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/ust-cmdline-refactor
Reviewer Review Type Date Requested Status
Allan LeSage (community) Approve
Max Brustkern (community) Approve
platform-qa-bot continuous-integration Approve
Review via email: mp+298529@code.launchpad.net

Commit message

Update ubuntu-system-tests scripts to use updated command line options.

Description of the change

Update the scripts to use the new command line options.

There could also be further changes made to retry on setup failure, but this is not part of the scope of this change.

This MP should land in conjunction with: https://code.launchpad.net/~canonical-platform-qa/ubuntu-system-tests/refactor-command-line/+merge/298321

To post a comment you must log in.
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
154. By Richard Huddie

Don't rely on default actions for setup.

Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Max Brustkern (nuclearbob) wrote :

This looks reasonable to me, but we should make sure alesage signs off on it.

review: Approve
Revision history for this message
Allan LeSage (allanlesage) wrote :

We're in the process of testing this!

Revision history for this message
Allan LeSage (allanlesage) wrote :

Able to get a passing run, let's land and debug.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/ubuntu-system-tests/run-ubuntu-system-tests.sh'
2--- scripts/ubuntu-system-tests/run-ubuntu-system-tests.sh 2016-06-22 02:07:18 +0000
3+++ scripts/ubuntu-system-tests/run-ubuntu-system-tests.sh 2016-06-28 13:24:20 +0000
4@@ -13,6 +13,9 @@
5 cd ubuntu-system-tests
6
7 python3 setup.py develop
8-python3 -m ubuntu_system_tests.run -n -d -p -u -v --config=$CONFIG_PATH "$TESTS"
9+# setup device
10+python3 -m ubuntu_system_tests.run setup -n -d -p -u -v --config=$CONFIG_PATH
11+# run tests
12+python3 -m ubuntu_system_tests.run run -n -v --config=$CONFIG_PATH "$TESTS"
13
14 deactivate # our virtualenv

Subscribers

People subscribed via source and target branches