summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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`