summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2017-05-17 23:56:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-17 23:56:22 +0000
commit10a7f17ed48aa60cfc6fd987de5978bb17c41680 (patch)
tree2182e14f2fe9efb9523e1b6a7ae5dd68a103857b /tests
parentffcd5082bac1a0300d0be7859fbd731b8703b923 (diff)
parentee6a9ee6a0475075ef61a703800e53d5aaf3441b (diff)
Merge "Install nano editor in container"
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`