From 3eafcf21fa115b3a266ac0213f75444161e167ae Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 7 Jul 2021 16:38:44 +0200 Subject: [PATCH] TT#116103 scenarios_pbx: use different customer per scenario, take two > {"message":"Customer already has a pbx pilot subscriber.","code":"422"} To avoid this error on provisioning all at once Change-Id: Iaa0f519ae62e0b67c14bcd587b1e35c758afae3c --- scenarios_pbx/incoming_shared_line/scenario.yml | 8 ++++---- scenarios_pbx/invite_shared_line/scenario.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scenarios_pbx/incoming_shared_line/scenario.yml b/scenarios_pbx/incoming_shared_line/scenario.yml index f2e67f75..e3ba1916 100644 --- a/scenarios_pbx/incoming_shared_line/scenario.yml +++ b/scenarios_pbx/incoming_shared_line/scenario.yml @@ -9,9 +9,9 @@ domains: incoming-shared-line.scenarios-pbx.test: reseller_id: 1 customers: - 'customerpbx.test': + 'incoming_shared_line.customerpbx.test': contacts: - - email: "customerpbx.test@spce.test" + - email: "incoming_shared_line.customerpbx.test@spce.test" reseller_id: 1 details: status: 'active' @@ -21,7 +21,7 @@ customers: subscribers: incoming-shared-line.scenarios-pbx.test: testuser1002: - customer: 'customerpbx.test' + customer: 'incoming_shared_line.customerpbx.test' password: testuser cc: 43 ac: 1 @@ -29,7 +29,7 @@ subscribers: is_pbx_pilot: 1 pbx_extension: 1002 testuser1003: - customer: 'customerpbx.test' + customer: 'incoming_shared_line.customerpbx.test' password: testuser cc: 43 ac: 1 diff --git a/scenarios_pbx/invite_shared_line/scenario.yml b/scenarios_pbx/invite_shared_line/scenario.yml index 501c335a..d71ee187 100644 --- a/scenarios_pbx/invite_shared_line/scenario.yml +++ b/scenarios_pbx/invite_shared_line/scenario.yml @@ -9,9 +9,9 @@ domains: invite-shared-line.scenarios-pbx.test: reseller_id: 1 customers: - 'customerpbx.test': + 'invite_shared_line.customerpbx.test': contacts: - - email: "customerpbx.test@spce.test" + - email: "invite_shared_line.customerpbx.test@spce.test" reseller_id: 1 details: status: 'active' @@ -21,7 +21,7 @@ customers: subscribers: invite-shared-line.scenarios-pbx.test: testuser1002: - customer: 'customerpbx.test' + customer: 'invite_shared_line.customerpbx.test' password: testuser cc: 43 ac: 1 @@ -29,7 +29,7 @@ subscribers: is_pbx_pilot: 1 pbx_extension: 1002 testuser1003: - customer: 'customerpbx.test' + customer: 'invite_shared_line.customerpbx.test' password: testuser cc: 43 ac: 1