From 4a4dcc5185f8ba5a28c7f9fef509f32c0c2389e6 Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Sun, 12 Aug 2018 14:51:28 +0300 Subject: vid-automation selenium tests Change-Id: I6c1b0a0cf3bbfa4314c81f0cc72507db805ec632 Issue-ID: VID-281 Signed-off-by: Sonsino, Ofir (os0695) --- vid-automation/conf/users | 121 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 90 insertions(+), 31 deletions(-) (limited to 'vid-automation/conf/users') diff --git a/vid-automation/conf/users b/vid-automation/conf/users index 26be7ced..e6d3c6ac 100644 --- a/vid-automation/conf/users +++ b/vid-automation/conf/users @@ -1,31 +1,90 @@ -{ - "users": { - "readonly": { - "credentials": { - "userId": "2", - "password": "2" - }, - "subscribers": null, - "serviceTypes": null, - "tenants": null - }, - "uspVoiceVirtualUsp": { - "credentials": { - "userId": "1", - "password": "1" - }, - "subscribers": ["e433710f-9217-458d-a79d-1c7aff376d89"], - "serviceTypes": ["VIRTUAL USP"], - "tenants": ["092eb9e8e4b7412e8787dd091bc58e86"] - }, - "mobilityMobility": { - "credentials": { - "userId": "3", - "password": "3" - }, - "subscribers": ["a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb"], - "serviceTypes": ["Mobility"], - "tenants": null - } - } -} \ No newline at end of file + { + "users": { + "readonly": { + "credentials": { + "userId": "2", + "password": "2" + }, + "serviceTypes": null, + "tenants": null + }, + "uspVoiceVirtualUsp": { + "credentials": { + "userId": "1", + "password": "1" + }, + "roles": ["USP VOICE___VIRTUAL USP", "MSO_1610_ST___MSO-dev-service-type", "MSO_1610_ST___VIRTUAL USP"], + "subscriberNames": ["USP VOICE", "MSO_1610_ST"], + "serviceTypes": ["VIRTUAL USP", "MSO-dev-service-type"], + "tenants": ["092eb9e8e4b7412e8787dd091bc58e86"] + }, + "mobilityMobility": { + "credentials": { + "userId": "3", + "password": "3" + }, + "roles": ["Mobility___Mobility"], + "subscriberNames": ["Mobility"], + "serviceTypes": ["Mobility"], + "tenants": ["c630e297a3ae486497d63eacec1d7c14", "d3b49834f7164cbe831bfbfa35ef649b"] + }, + "FIREWALL_AIM_Trans": { + "credentials": { + "userId": "667", + "password": "667" + }, + "roles": ["FIREWALL/MISC___AIM Transport"], + "subscriberNames": ["FIREWALL/MISC"], + "serviceTypes": ["AIM Transport"], + "tenants": null + }, + "mobilityVMMSC": { + "credentials": { + "userId": "4", + "password": "4" + }, + "roles": ["Mobility___vMMSC", "Mobility___vFlowLogic"], + "subscriberNames": ["Mobility"], + "serviceTypes": ["vMMSC", "vFlowLogic"], + "tenants": ["092eb9e8e4b7412e8787dd091bc58e86"] + }, + "Porfirio Gerhardt": { + "credentials": { + "userId": "822", + "password": "822" + }, + "roles": [ + "PACKET CORE___Mobility", + "PACKET CORE___vFlowLogic" + + ], + "subscriberNames": ["PACKET CORE"], + "serviceTypes": ["Mobility", "vFlowLogic"], + "tenants": null + }, + "Mobility vFlowLogic": { + "credentials": { + "userId": "321", + "password": "312" + }, + "roles": [ + "Mobility___vFlowLogic" + ], + "subscriberNames": ["Mobility"], + "serviceTypes": ["vFlowLogic"], + "tenants": null + }, + "Mobility_with_tenant" : { + "credentials": { + "userId": "321", + "password": "312" + }, + "roles": [ + "Mobility___vMMSC___test-mtn6-09" + ], + "subscriberNames": ["Mobility"], + "serviceTypes": ["vFlowLogic"], + "tenants": null + } + } + } \ No newline at end of file -- cgit 1.2.3-korg