diff options
author | Thomas Duval <thomas.duval@orange.com> | 2016-08-10 15:49:30 +0200 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2016-08-10 15:49:30 +0200 |
commit | 5634a52f01ddff5438516e5d60b98dc04c685a32 (patch) | |
tree | e46800cc00a2a95bfecd63be1384397e2d4fbcfe | |
parent | 90b15dfde9db51dc5b9330472578edf0691fad85 (diff) |
Update tests script to point to the python test file.
Change-Id: I174479c4b3547fc30c736b3d17cac8baa136a1fc
-rwxr-xr-x | tests/run_tests.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 8b5ee7e3..db7e6206 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -3,8 +3,7 @@ # ========================================================== # test for OpenStack/Moon API through moonclient cli -moon test --self - +python run_tests.py # ========================================================== # test for OpenStack OpenDaylight identity federation |