diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 64: install usbutils with lava-test

Message ID 20110610184622.19795.27151.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Paul Larson June 10, 2011, 6:46 p.m. UTC
------------------------------------------------------------
revno: 64
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-dispatcher
timestamp: Fri 2011-06-10 13:45:47 -0500
message:
  install usbutils with lava-test
modified:
  lava/dispatcher/actions/lava-test.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava/dispatcher/actions/lava-test.py'
--- lava/dispatcher/actions/lava-test.py	2011-06-10 14:52:59 +0000
+++ lava/dispatcher/actions/lava-test.py	2011-06-10 18:45:47 +0000
@@ -52,7 +52,7 @@ 
             response = MASTER_STR)
         #Install necessary packages for build lava-test
         client.run_shell_command(
-            'chroot /mnt/root apt-get -y install bzr python-apt python-distutils-extra',
+            'chroot /mnt/root apt-get -y install bzr usbutils python-apt python-distutils-extra',
             response = MASTER_STR, timeout=2400)
         client.run_shell_command(
             'chroot /mnt/root bzr branch lp:lava-test',