From 1100c66ce03a059ebe7ece9734e799b49b3a5a9e Mon Sep 17 00:00:00 2001 From: WuKong Date: Sat, 23 Dec 2017 21:49:35 +0100 Subject: moonv4 cleanup Change-Id: Icef927f3236d985ac13ff7376f6ce6314b2b39b0 Signed-off-by: WuKong --- tests/run_tests.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 tests/run_tests.sh (limited to 'tests/run_tests.sh') 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 -- cgit