diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-09-07 14:38:22 +0530 |
---|---|---|
committer | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-09-07 17:24:17 +0530 |
commit | 55b429cfc73802e3e52fa2f3864ecc4cdd552728 (patch) | |
tree | 5eee99f5b0b7e039ea0250d5549ca25aae74fd04 /platform-logic/restapi-templates/src/main/json/sdwan-tenant.json | |
parent | db323d0fa39eabc03faf8c803876da5f87079e58 (diff) |
integration test issues fix for sdwan and sotn
Change-Id: I406550404f0cfb661d6e480cf1df48d39fad06e7
Issue-ID: SDNC-357
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Former-commit-id: 3e4fa46160a5d6d52bb7eccf08dbb790d96a4682
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-tenant.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/sdwan-tenant.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-tenant.json b/platform-logic/restapi-templates/src/main/json/sdwan-tenant.json index a32136a0..6161b1bd 100644 --- a/platform-logic/restapi-templates/src/main/json/sdwan-tenant.json +++ b/platform-logic/restapi-templates/src/main/json/sdwan-tenant.json @@ -1,12 +1,12 @@ { "tenantName": ${prop.customer-id}, - "tenantEmail": "test@test.com", + "tenantEmail": ${prop.userEmail}, "tenantPhone": "8888888888", "tenantDescription": "This is a test tenant created by ONAP", "tenantAddress": "Road123", "limitAccountNum": 1000, - "userAccount": "test@test.com", - "userEmail": "test@test.com", + "userAccount": ${prop.userAccount}, + "userEmail": ${prop.userEmail}, "sendInitEmailEnable": "true", "countryCode": "CN", "userPassword": "Test@12345" |