aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-09-20 07:28:52 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-20 07:28:52 +0000
commit83af5d25696a0af63d0ca835b3180e1d31e33940 (patch)
tree21e7a99f87914922a2f5e128811babe38ccdd7f4 /test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json
parent16c93bd15d9809c1e4a4295db6a634d75ed1a8ea (diff)
parent38df25ab71371f3b7b55cce16f635bdcdba23f96 (diff)
Merge "Add CSIT for vfc-svnfm-huawei"
Diffstat (limited to 'test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json')
-rw-r--r--test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json b/test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json
new file mode 100644
index 000000000..e9a6c3e92
--- /dev/null
+++ b/test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json
@@ -0,0 +1,13 @@
+{
+ "auth": {
+ "identity": {
+ "methods": ["password"],
+ "password": {
+ "user": {
+ "name": "admin",
+ "password": "User@12345"
+ }
+ }
+ }
+ }
+} \ No newline at end of file