charm-neutron-gateway/tests/00-setup
Corey Bryant 31f23b8e2f Amulet test fixes:
* Makefile: Only run precise-icehouse and trusty-icehouse tests by default
      and increase test timeout
    * t/00-setup: Simplify dependencies install and add glanceclient
    * t/README: Mention charm-tools dependency
    * t/basic_deployment.py:
      - Specify unstable charm deployment
      - Use dicts in add_services
      - Let things settle with short sleep after deployment
      - Rename restart test
      - Cleanup on test failure
      - Fix mechanism_drivers expected value in test_ml2_config()
2014-10-07 21:19:29 +00:00

12 lines
332 B
Bash
Executable File

#!/bin/bash
set -ex
sudo add-apt-repository --yes ppa:juju/stable
sudo apt-get update --yes
sudo apt-get install --yes python-amulet \
python-neutronclient \
python-keystoneclient \
python-novaclient \
python-glanceclient