Message ID | 20120420015910.15541.5147.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/actions/lava-test.py' --- lava_dispatcher/actions/lava-test.py 2012-03-28 03:13:38 +0000 +++ lava_dispatcher/actions/lava-test.py 2012-04-19 12:20:23 +0000 @@ -34,7 +34,7 @@ #Install necessary packages for build lava-test cmd = ('apt-get -y --force-yes install ' 'bzr usbutils python-apt python-setuptools ' - 'python-simplejson lsb-release') + 'python-simplejson lsb-release python-keyring') session.run(cmd, timeout=2400) session.run("apt-get -y --force-yes install python-pip")