summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAimee Ukasick <aimeeu.opensource@gmail.com>2017-03-31 18:02:30 -0500
committerAimee Ukasick <aimeeu.opensource@gmail.com>2017-03-31 18:02:30 -0500
commitee6a9ee6a0475075ef61a703800e53d5aaf3441b (patch)
tree9c5f553c74e05f081787169bcc053ae64d27553a /tests
parentae58751c8b259526a9af0a6d3595c0363e2a2a16 (diff)
Install nano editor in container
Change-Id: Iaebe24c66eee9766207acf7947cc4b65b454aed9 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/utils/osclient.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/utils/osclient.sh b/tests/utils/osclient.sh
index d68bf7d..eab5b90 100644
--- a/tests/utils/osclient.sh
+++ b/tests/utils/osclient.sh
@@ -164,6 +164,9 @@ function setup () {
echo "$0: $(date) Setup shell environment variables"
echo "source $openrc" >>~/.bashrc
source ~/.bashrc
+
+ echo "$0: $(date) Install nano"
+ apt-get install nano
}
start=`date +%s`