Marco Capetta
188e452e4a
TT#156754 Fix scenarios after additions of counters helper routes
...
ROUTE_SET_CALLER_DIALOG_BASE
ROUTE_SET_CALLER_DIALOG_TOTAL
ROUTE_SET_CALLER_DIALOG_ACTIVE
ROUTE_SET_CALLEE_DIALOG_BASE
ROUTE_SET_CALLEE_DIALOG_TOTAL
ROUTE_SET_CALLEE_DIALOG_ACTIVE
Change-Id: I33b10da8544a43bfcb9262d6a1adcf545d6d6435
4 years ago
Marco Capetta
efb73e2802
TT#131255 Add call to route ROUTE_CHECK_LOCATIONS
...
Change-Id: Ia6bacfd59d667599fa96d249f96105b0395c6303
5 years ago
Victor Seva
4060f46038
TT#116101 scenarios: sipp generated templates
...
* templates generated using:
> for scen in $(./bin/get_scenarios.sh ); do ./bin/generate_test_tt2.sh -Ssipp $scen; done
Change-Id: I4469fa08fbe8ed0546b23cc549ecccfcadfd57e5
5 years ago
Victor Seva
7b02d94502
TT#116103 scenarios/invite_offline
...
* use server_ip from scenario_ids.yml
* Contact with <> format
* tests:
- add received Contact parameter as optional
Change-Id: Id558530c1fd98a6f19d36ef22eb48303649e6b16
5 years ago
Victor Seva
eff3f76f1f
TT#116103 scenarios: add "nat_sipping": "no" domain pref
...
avoid random OPTION messages
Change-Id: Ib4043b1ea7cf2df6cd5c44bff64583a888284d23
5 years ago
Victor Seva
93684e9927
TT#116100 scenarios/invite_offline
...
* domain per scenario
* dynamic IP/port and numbers
Change-Id: Id40ab6fbb7dcfd9e94577482c437900e97c1d382
5 years ago
Mohammed Ghettas
eb58296bae
TT#118950 Fix kct scenarios after the rework of the call forward
...
Mainly removed the routes:
* ROUTE_ORDER_CF_MAP_ID
* ROUTE_CHECK_CF_SOURCES
* ROUTE_CHECK_CF_BNUMBERS
* ROUTE_CHECK_CF_PERIOD
Change-Id: I6485014e39f93bff66ad3fd454d72e4e6b19630b
5 years ago
Victor Seva
87d7ec069d
TT#109304 update flow with new route
...
Change-Id: I20d93b937c83d9837f7a3c9182e2a97a95320566
5 years ago
Victor Seva
ac48c9165a
TT#104401 scenarios: fixes detected with sip-tester v3.5.3
...
> Cannot record route set if there is no Contact
Change-Id: I6738721cd5c5550a6788ffe13662562a49e43dd5
5 years ago
Marco Capetta
ee7ec19535
TT#76676 Adapt test to new routes to store call counters in CDRs
...
The routes added are:
- ROUTE_SET_ACC_CALLER_CALL_COUNTERS
- ROUTE_SET_ACC_CALLEE_CALL_COUNTERS
Change-Id: I002a9c1c862b277fb747a66a67a50b38348db287
6 years ago
Marco Capetta
3b45b6dc5b
TT#58628 Adapt test to auto collect/apply of pv_headers
...
Removed all the occurences of:
- ROUTE_COLLECT_HDR
- ROUTE_APPLY_HDR
Change-Id: Id7103f3ed573f88729a413aa268cf6cfdd1ac07c
7 years ago
Marco Capetta
7c777c811a
TT#61251 Add ROUTE_CHECK_TEL_URI
...
Needed for conversion tel2sip for From and PAI headers
Change-Id: I5c56aa2d82c3631e6b1a2998c6fbc8ab4c868fe4
7 years ago
Marco Capetta
51ffe4ac11
TT#57701 Adapt scenarios HM changes in reply messages
...
Change-Id: I92b95dd6f1d064ffaf85372193747e29a292a90a
7 years ago
Marco Capetta
ac50af2bb7
TT#47010 Fix tests after ROUTE_APPLY_HEADER_RULES introduction
...
Change-Id: Id5806a4aaa6c78f416d2e256c07b96d953378299
7 years ago
Marco Capetta
7200e5de06
TT#34026 Adapt tests to support pv_headers based templates logic
...
Change-Id: Id412688fa737296ff5c46b6527d44ce0d2abc2a3
8 years ago
Andrew Pogrebennyk
89bbba4b62
TT#40618 fix flows because of UPN-based call blocking
...
Change-Id: If4377b38656953a119b650c937d3e0f8d20c71c6
8 years ago
Marco Capetta
e1bd92af32
TT#28824 Add scenarios CDR export and validation
...
* Original option '-c' in run_tests.sh has been modified
in '-C'
* Add new option '-c' in run_tests.sh to execute a query on MySQL
after each test to extract the generated CDRs.
* Add new option '-c' in get_results.sh to compare the extracted
CDRs with the referece provided in the scenario (cdr_test.yml.tt2).
* Modified option 'mediator.interval' from 10 to 1 during the test
execution in order to speedup the cdrs generation.
* Updated README file with the latest changes.
* Added basic cdr_test for all the scenarios.
Change-Id: Ifffd686003fa5e3a1ac4ba76c502011d7fdb21bb
8 years ago
Andrew Pogrebennyk
98afa193e5
TT#36304 fix kamailio-config-tests after migration to stateful lb
...
- the hop-by-hop ACK is now generated by the LB and not relayed so it does not
have any P-NGCP-Src-* headers and Contact
- remove pause before ACK that was causing retransmission
- REFER method used to be filtered from Allow on messages coming from proxy or
sbc but not those coming from UA. it makes sense to do it everywhere I think
- in invite_retrans the retransmission is now absorbed on lb so there is one
message less in proxy logs and other message numbers are shifted forward by one
Change-Id: If6e05368fe72df7636dff43d18572eff821f16c4
8 years ago
Andreas Granig
60883648a6
TT#22659 Adapt to match runtime profiling
...
* Fix typo in README
* Add ROUTE_ENTRY/ROUTE_EXIT to scenarios
* Remove single quotes around dialog flows to have consistent namings
Test results for PRO:
All tests successful.
Files=283, Tests=14167, 1 wallclock secs ( 1.00 usr + 0.05 sys = 1.05 CPU)
Result: PASS
Test results for CE:
All tests successful.
Files=283, Tests=14167, 1 wallclock secs ( 0.93 usr + 0.07 sys = 1.00 CPU)
Result: PASS
Change-Id: Ib0a5761d9ced3e0026a92c70e7a79e6ffc710a65
9 years ago
Andreas Granig
31252ce86d
TT#14800 Implement User-Agent filtering
...
Change-Id: I4e99928999b97bd90f29616453882b4e828da8f2
9 years ago
Kirill Solomko
350a68f045
TT#11317 fix the tests for the callforward proxy logic split
...
Change-Id: Ia3b1504ddbed148a694734e6d58d923dbf5c1bd3
9 years ago
Kirill Solomko
3126113205
TT#2651 add ROUTE_CALLEE_DISPATCH
...
Change-Id: I3d26a69124dc0fc7efe7b001dd1cdfee42add344
9 years ago
Andrew Pogrebennyk
a26d8c1c44
TT#5154 add ROUTE_ADD_CALLINFO_CALLE[RE]_PRIMARY to kamailio-config-tests
...
adding new flows:
- start|ROUTE_ADD_CALLINFO_CALLER_PRIMARY:
- return|ROUTE_ADD_CALLINFO_CALLER_PRIMARY:
- start|ROUTE_ADD_CALLINFO_CALLEE_PRIMARY:
- return|ROUTE_ADD_CALLINFO_CALLEE_PRIMARY:
Change-Id: If001cddcf9f9964b6dada4997dfaaf9a184b7d3f
10 years ago
Victor Seva
f047ffd142
TT#6350 update new routes ROUTE_DLG_MANAGE/ROUTE_CNT_DLG_CHECK
...
* ROUTE_CNT_DLG_CHECK -> ROUTE_DLG_MANAGE detected at:
scenarios:
- incoming_hih
- invite_callforward
- invite_voicebox
- lock_ported
scenarios_lnp:
- incoming_peer
scenarios_pbx:
- invite ( ROUTE_DLG_MANAGE, called twice )
Change-Id: I594d86207e44fe03a6e7e383eec74eac3075a5ef
10 years ago
Andrew Pogrebennyk
93f5dbc48c
TT#5404 fix flows after moving ROUTE_LOAD_CALLEE_PREF before ROUTE_NCOS
...
Change-Id: Id7f060d677fcd3636c189093c86a4bb07505b175
10 years ago
Victor Seva
9d4d650a45
TT#4856 scenarios: add counter info
...
Change-Id: I8e24a387e74099b2f53d0e97b7984c6db4c73db4
10 years ago
Andrew Pogrebennyk
805d9d85fc
TT#4060 MT#22447 now we are calling ROUTE_CLIR before ROUTE_FIND_CALLEE
...
Change-Id: I5f0b0dfb8d869ce682ae48fbf17cd49ba49703dc
10 years ago
Andreas Granig
fef2e3261c
TT#4066 Add cf map reorder function
...
Change-Id: I61302cd7d19f85e51cce3bb838d7b3f02c22d2bf
10 years ago
Victor Seva
22080eb8e8
MT#17655 add ROUTE_NCOS_CHECK
...
Change-Id: I74ea8a7b130376f5d49d7c7fca41c867166f076e
10 years ago
Kirill Solomko
b42a4eab92
MT#18499 adapted kamailio tests
...
- adapted tests for LOAD_CALLER_CONTRACT_PREF
- adapted tests for LOAD_CALLEE_CONTRACT_PREF
- adapted tests for SET_CALLEE_DIALOG
Change-Id: I216b96f35a63fbcb4ceb7fa6dd6b2b25a5085933
10 years ago
Victor Seva
abc84e175b
MT#17185 support rfc3325
...
- append invite_anonymous scenario
- update new route on all affected scenarios
- add some checks for it
Change-Id: I7e6d16420b6ce4b4d8fd1e08b027fb5912f7c578
10 years ago
Victor Seva
129397e6fc
MT#7571 use NGCP REST API instead of SOAP lib
...
- prefs.yml -> prefs.json
solving true/1 problem
- disable non working scenarios:
* incoming_foreign_dom
* incoming_peer
* invite_concurrent_max_out
* invite_concurrent_max_out_per_account
* invite_ignore_allowip
* invite_peerout
* invite_peerout_rewrite
* invite_peerout_rewrite_pv_regex
* register_allowip
* register_ignore_allowip
missing API parts:
- peers settings
- add/modify/delete peers
* bin/create_peers.pl
* bin/update_peer_host.pl
TODO:
- bin/create_ncos.pl
- bin/create_rewrite_rules.pl
- bin/create_subscribers_rewrite_rules.pl
- bin/create_subscribers_speeddial_rules.pl
Change-Id: I6d47e24669f9da22b5b3ac4fb410c50d2c9dbf53
10 years ago
Victor Seva
04f22a3423
MT#14721 fix routename from event_route
...
Previously kamailio was not detecting properly the routename
Change-Id: I4021215da468032461a7ff7611fe90e897480afd
11 years ago
Victor Seva
e1a76fb1f4
MT#6565 kamailio saving json using uuid for tests
...
- fix check.py comparation when int -> string
- disable tcpdump by default ( new option -K to enable it)
- fix graph_flow for json ( new option --json )
Change-Id: I25f49ef6303b4e2e28c34fefd7860c744e6c3250
11 years ago
Victor Seva
d2d2cffd03
MT#8673 MT#8503 add new routes
12 years ago
Andrew Pogrebennyk
279ef71818
MT#7319 try to fix the tests
12 years ago
Victor Seva
cf58dab3ff
MT#7169 update flows
12 years ago
Andrew Pogrebennyk
24c733ec27
MT#4759 adapt tests to the new upper limit for the max-forward value.
12 years ago
Andrew Pogrebennyk
3fb4a8e49c
MT#6491 adapt tests after ROUTE_CLIR moving.
12 years ago
Victor Seva
355827994e
MT#4675 refresh checks
13 years ago
Victor Seva
13ec4c78e8
fix flows since kamailio config has been changed
13 years ago
Victor Seva
62f0ffa08b
scenarios: try to get the same msgid by adding some pause
13 years ago
Victor Seva
5c2128dc2f
scenarios/invite_offline: fix cseq. Thanks apogrebennyk!
13 years ago
Victor Seva
444fa7609d
scenarios/*: New scenario.yml version with subscribers info.
13 years ago
Victor Seva
4b1c8bb169
scenarios/invite_offline: Added scenario.yml and cleaning.
13 years ago
Victor Seva
8b2a715398
scenarios/invite_offline: be sure that the callee is unregistered.
13 years ago
Victor Seva
1e01dd8a74
bin/check.sh: Now can run more than one sipp_scenario.
13 years ago
Victor Seva
047f7e3036
scenarios/callee.csv: Add testuser1 info
...
scenarios/*/sipp_*xml: Explicit use the first callee.
13 years ago
Victor Seva
b9c575ecb0
rename tests files
13 years ago
Victor Seva
e46f059dee
scenarios/invite_offline: fix tests
13 years ago