blob: a86c9649f603768621074b84188754aaaa460a97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/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
|