diff options
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 |