diff options
author | 2017-12-23 21:49:35 +0100 | |
---|---|---|
committer | 2017-12-23 21:49:58 +0100 | |
commit | 1100c66ce03a059ebe7ece9734e799b49b3a5a9e (patch) | |
tree | a057e7e7511f6675a9327b79e6919f07c5f89f07 /tests/run_tests.sh | |
parent | 7a4dfdde6314476ae2a1a1c881ff1e3c430f790e (diff) |
moonv4 cleanup
Change-Id: Icef927f3236d985ac13ff7376f6ce6314b2b39b0
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-x | tests/run_tests.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh deleted file mode 100755 index a86c9649..00000000 --- a/tests/run_tests.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash - -if [ $# -eq 1 ]; then cd $1; fi - -# ========================================================== -# test for OpenStack/Moon API through moonclient cli - -python run_tests.py - -# ========================================================== -# test for OpenStack OpenDaylight identity federation - -# create tenant, user, and password in OpenStack/moon -# use the created tenant, user, password to access OpenDaylight |