blob: db7e620658464ed75b07f9583a20005e2b3ba3ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env bash
# ==========================================================
# 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
|