From ee6a9ee6a0475075ef61a703800e53d5aaf3441b Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Fri, 31 Mar 2017 18:02:30 -0500 Subject: Install nano editor in container Change-Id: Iaebe24c66eee9766207acf7947cc4b65b454aed9 Signed-off-by: Aimee Ukasick --- tests/utils/osclient.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/utils') 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` -- cgit