Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1135)

Unified Diff: tests/00_setup.sh

Issue 56640044: added amulet testing scaffold
Patch Set: added amulet testing scaffold Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | tests/200_deploy.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/00_setup.sh
=== added file 'tests/00_setup.sh'
--- tests/00_setup.sh 1970-01-01 00:00:00 +0000
+++ tests/00_setup.sh 2014-01-28 21:51:49 +0000
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+sudo apt-get install python-setuptools -y
+
+if [ -f '/etc/apt.d/sources.list.d/juju-stable-precise.list' ]; then
+ sudo add-apt-repository ppa:juju/stable -y
+fi
+
+sudo apt-get update
+
+sudo apt-get install amulet python3 python3-requests python3-pymongo juju-core charm-tools -y
« no previous file with comments | « [revision details] ('k') | tests/200_deploy.test » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b