| commit | 32e2fa55e105d5b87e9d57012b35f205e0036d59 | [log] [tgz] |
|---|---|---|
| author | Adam Israel <adam.israel@canonical.com> | Wed Dec 14 22:50:51 2016 -0500 |
| committer | Adam Israel <adam.israel@canonical.com> | Tue Dec 20 12:25:09 2016 -0500 |
| tree | 064806f0300cb384713e3f7b12f8dff0bdb1e5f7 | |
| parent | 14e91c04c69eea5009f159c173de99dff0d5378b [diff] [blame] |
Ping/pong charm This is the Juju charm layer to build the pingpong charm Change-Id: I732746a53ce6db0faa3e7e528cb60a60e0296afe Signed-off-by: Adam Israel <adam.israel@canonical.com>
diff --git a/layers/pingpong/tests/00-setup b/layers/pingpong/tests/00-setup new file mode 100755 index 0000000..f0616a5 --- /dev/null +++ b/layers/pingpong/tests/00-setup
@@ -0,0 +1,5 @@ +#!/bin/bash + +sudo add-apt-repository ppa:juju/stable -y +sudo apt-get update +sudo apt-get install amulet python-requests -y