summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INFO1
-rw-r--r--tests/utils/osclient.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/INFO b/INFO
index 9ff1c0d..1013a8f 100644
--- a/INFO
+++ b/INFO
@@ -12,6 +12,7 @@ Repo: models
Committers:
bs3131@att.com
bryan.sullivan@att.com
+aimeeu.opensource@gmail.com
Link to TSC approval: https://wiki.opnfv.org/wiki/tsc#february_16_2016
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`