~openstack-charmers/+junk/hardening-ssh-tests-layer

« back to all changes in this revision

Viewing changes to tests/00-setup

  • Committer: Edward Hope-Morley
  • Date: 2016-03-16 15:35:57 UTC
  • Revision ID: edward.hope-morley@canonical.com-20160316153557-i5luokk0ou852to1
* Import from https://github.com/CanonicalLTD/hardening-ssh-tests
* Additions and ammendments to fix pep8 and test runner.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
sudo add-apt-repository ppa:juju/stable -y
 
4
sudo apt-get update
 
5
sudo apt-get install amulet python3-requests -y