aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/Controllers/ODL/CI/create_venv.sh
diff options
context:
space:
mode:
authorPeter Bandzi <pbandzi@cisco.com>2015-05-21 10:17:16 +0200
committerPeter Bandzi <pbandzi@cisco.com>2015-05-21 10:36:45 +0200
commit71f3b45b900fd1e4ae27324f34b4fa28d5f76bf7 (patch)
tree663551c7bf173306a8c0468b84f696b80517b41b /testcases/Controllers/ODL/CI/create_venv.sh
parente5bd917a64e7f0305c254f10ac168a714ce04456 (diff)
This version of script was tested on POD1 manualy
added execute permission to scripts + other fixes need to be tested via jenkins also JIRA: FUNCTEST-5 Change-Id: I7c6fc23c3610b7a5e2b22ca30f8ffebdd319983c Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
Diffstat (limited to 'testcases/Controllers/ODL/CI/create_venv.sh')
-rwxr-xr-x[-rw-r--r--]testcases/Controllers/ODL/CI/create_venv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Controllers/ODL/CI/create_venv.sh b/testcases/Controllers/ODL/CI/create_venv.sh
index 5d0733a5a..19d9b49c4 100644..100755
--- a/testcases/Controllers/ODL/CI/create_venv.sh
+++ b/testcases/Controllers/ODL/CI/create_venv.sh
@@ -13,7 +13,7 @@ function venv_install() {
elif command -v virtualenv; then
virtualenv $1
else
- echo Please make sure virtualenv package is installed.
+ echo Cannot find virtualenv command.
return 1
fi
}