diff options
author | luxin <luxin7@huawei.com> | 2017-09-20 11:27:40 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2017-09-20 11:27:40 +0800 |
commit | 38df25ab71371f3b7b55cce16f635bdcdba23f96 (patch) | |
tree | 645cd7547219af458bc10a614d07d086c3f8c1a0 /test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json | |
parent | 3a1815060b18242ee6515ba62c1562dc07266f71 (diff) |
Add CSIT for vfc-svnfm-huawei
Change-Id: Iaf133b277c8b669c51974f8c59b8f8d170121ea7
Issue-Id:VFC-391
Signed-off-by: luxin <luxin7@huawei.com>
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.json | 13 |
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 |