Merge lp:~joetalbott/utah/add_mock_note into lp:utah

Proposed by Joe Talbott
Status: Merged
Approved by: Joe Talbott
Approved revision: 817
Merged at revision: 825
Proposed branch: lp:~joetalbott/utah/add_mock_note
Merge into: lp:utah
Diff against target: 14 lines (+3/-1)
1 file modified
utah/client/tests/README (+3/-1)
To merge this branch: bzr merge lp:~joetalbott/utah/add_mock_note
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
Joe Talbott (community) Needs Resubmitting
Javier Collado (community) Approve
Review via email: mp+148353@code.launchpad.net

Commit message

update client testing instructions.

Description of the change

update client testing instructions.

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) wrote :

+1

Revision history for this message
Javier Collado (javier.collado) wrote :

Looks good to me.

review: Approve
Revision history for this message
Max Brustkern (nuclearbob) wrote :

I'm guessing ppa:utah/dail should be ppa:utah/daily ?

Also, I like apt-add-repository -y, but it's not necessary.

review: Needs Fixing
lp:~joetalbott/utah/add_mock_note updated
817. By Joe Talbott

client tests - Fix typo and add '-y' for Max.

Revision history for this message
Joe Talbott (joetalbott) wrote :

Added some 'y's :)

review: Needs Resubmitting
Revision history for this message
Max Brustkern (nuclearbob) wrote :

Sometimes y makes all the difference.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utah/client/tests/README'
2--- utah/client/tests/README 2012-08-09 14:05:44 +0000
3+++ utah/client/tests/README 2013-02-15 03:21:21 +0000
4@@ -12,7 +12,9 @@
5 To run the tests.
6
7 # install required packages
8- sudo apt-get install python-yaml python-jsonschema python-nose python-pip rsync
9+ sudo apt-add-repository -y ppa:utah/daily # needed for python-jsonschema
10+ sudo apt-get install python-yaml python-jsonschema python-nose python-pip \
11+ rsync python-mock
12
13 cd ~/bzr/utah-dev
14 sudo nosetests utah/client/tests

Subscribers

People subscribed via source and target branches