TT#116100 scenarios_lnp/register_lock_ported

* domain per scenario
* dynamic IP/port and numbers

Change-Id: I0b722f4a1fa82d70d925f19654d85985e9685bed
mr9.5.1
Alessio Garzi 5 years ago committed by Víctor Seva
parent 60b4a8ea4e
commit ca2ab9744d

@ -29,19 +29,19 @@ flow:
$xavp(caller_dom_prefs[0]=>dummy[*]):
- caller
$xavp(caller_peer_prefs): None
$xavp(caller_real_prefs[0]=>ac[*]): [1]
$xavp(caller_real_prefs[0]=>ac[*]): [[% register_lock_ported_scenarios_lpn_test.testuser1003.ac %]]
$xavp(caller_real_prefs[0]=>account_id): '\d+'
$xavp(caller_real_prefs[0]=>allowed_ips_grp): '\d+'
$xavp(caller_real_prefs[0]=>cc[*]): [43]
$xavp(caller_real_prefs[0]=>cli[*]): [4311003]
$xavp(caller_real_prefs[0]=>cc[*]): [[% register_lock_ported_scenarios_lpn_test.testuser1003.cc %]]
$xavp(caller_real_prefs[0]=>cli[*]): [[% register_lock_ported_scenarios_lpn_test.testuser1003.phone_number %]]
$xavp(caller_real_prefs[0]=>dummy[*]):
- caller
$xavp(caller_real_prefs[0]=>lock[*]): [5]
$xavp(caller_usr_prefs[0]=>ac[*]): [1]
$xavp(caller_usr_prefs[0]=>ac[*]): [[% register_lock_ported_scenarios_lpn_test.testuser1003.ac %]]
$xavp(caller_usr_prefs[0]=>account_id): '\d+'
$xavp(caller_usr_prefs[0]=>allowed_ips_grp): '\d+'
$xavp(caller_usr_prefs[0]=>cc[*]): [43]
$xavp(caller_usr_prefs[0]=>cli[*]): [4311003]
$xavp(caller_usr_prefs[0]=>cc[*]): [[% register_lock_ported_scenarios_lpn_test.testuser1003.cc %]]
$xavp(caller_usr_prefs[0]=>cli[*]): [[% register_lock_ported_scenarios_lpn_test.testuser1003.phone_number %]]
$xavp(caller_usr_prefs[0]=>dummy[*]):
- caller
sip_in:

@ -1,8 +0,0 @@
{
"testuser1003@spce.test": {
"allowed_ips": [
"127.126.0.1"
],
"lock": 5
}
}

@ -0,0 +1,8 @@
{
"testuser1003@register-lock-ported.scenarios-lpn.test": {
"allowed_ips": [
"[% scenarios.0.ip %]"
],
"lock": 5
}
}

@ -1,6 +1,7 @@
---
test_uuid: register_lock_ported
domains:
'spce.test':
register-lock-ported.scenarios-lpn.test:
reseller_id: 1
customers:
'customer.test':
@ -13,7 +14,7 @@ customers:
billing_profile_id: 1
reseller_id: 1
subscribers:
spce.test:
register-lock-ported.scenarios-lpn.test:
testuser1003:
customer: 'customer.test'
password: testuser
@ -22,11 +23,11 @@ subscribers:
sn: 1003
scenarios:
- ip: 127.126.0.1
domain: spce.test
domain: register-lock-ported.scenarios-lpn.test
username: testuser1003
responders:
- ip: 127.1.0.1
domain: spce.test
register: no
domain: register-lock-ported.scenarios-lpn.test
register: 'no'
username: testuser1003
active: no
active: 'no'

Loading…
Cancel
Save