Victor Seva
9db218c0a1
MT#5733 bin/create_peers.pl: fix warning
13 years ago
Victor Seva
7facd87c61
bin/ulog_parser.pl: filter lines by kamailio pid.
...
We don't want to parse any line not for DEBUG and comming from another pid.
We have only one child to process messages.
13 years ago
Victor Seva
4c0a6cf6ff
bin/check.sh: Add check for deactivated files not in scenario.csv
13 years ago
Victor Seva
560e36a662
MT#4009 Add GPL licence to all scripts
13 years ago
Victor Seva
4db93a79e3
MT#4817 add tests for not match rules
13 years ago
Victor Seva
77e1e2f71c
MT#4817 Add not match rule.
...
Use '_:NOT:_' as prefix for negative rules to match
13 years ago
Victor Seva
5f62e52b8e
Add tests for sip_in and sip_out
13 years ago
Victor Seva
3b7e2d4938
bin/show_flow.pl: add missing option to help output
13 years ago
Victor Seva
300bb0f286
bin/check.sh: do not force skip test on skip parse
13 years ago
Victor Seva
e091e7d0b7
bin/check.sh: fix skip creation option
13 years ago
Michael Prokop
7471d7d324
Switch from /usr/local/src to /usr/share
...
Addressing:
| 00:53:47 3m51.5s ERROR: FAIL: After purging files have disappeared:
| 00:53:47 /usr/local/src/ owned by: kamailio-config-tests
-- https://jenkins.mgm.sipwise.com/view/piuparts/job/kamailio-config-tests-piuparts/68/console
Acked-by: Victor Seva
13 years ago
Victor Seva
e308ca7054
bin/restart_log.sh: Use the new kamailio RPC command to reset the msgid
13 years ago
Victor Seva
8110096f4a
bin/set_subscribers_callforward.pl: Added voicebox preferences
13 years ago
Victor Seva
aaef97d2fd
bin/restart_log.sh: force kill kamailio and check if it starts
13 years ago
Victor Seva
fadc242117
bin/check.sh: wait between sip_scenarios.
13 years ago
Victor Seva
96ff528242
bin/create_ncos.pl: Added helper script to add ncos levels on ncos.yml
...
bin/check.sh: Call create_ncos.pl when needed.
13 years ago
Victor Seva
ea3045d4ac
fix
13 years ago
Victor Seva
5b540a96c4
bin/check.sh: use renamed script. Must be exec before create_peers.pl
...
bin/set_preferences.pl: Create prefs for domain, peer or subscriber
domain: "@domain.whatever"
peer: "peer_host" as on peer.yml
subscriber: "user@domain.whatever"
13 years ago
Victor Seva
1221c600cd
bin/check.sh: Add create_rewrite_rules script
13 years ago
Victor Seva
79a8195738
bin/create_rewrite_rules.pl: helper script to create/delete rewrite_rules described at scenario.yml files
13 years ago
Victor Seva
a4fbfec180
bin/check.sh: try to get the kamailio.log on restart_log.sh error
13 years ago
Victor Seva
5ec884ae36
bin/check.sh: fix last commit. Show no error
13 years ago
Victor Seva
659dadf422
bin/check.sh: force error if there is any errors.log from sipp
13 years ago
Victor Seva
98fef050e3
bin/sipp.sh: Disable retransmission in UDP mode.
13 years ago
Victor Seva
99d3de17e6
Peer responders
...
bin/upgrade_peer.pl: Added script to upgrade ip:host peer info.
- This is neeeded because we don't know for sure the port used on a responder
bin/check.sh: call upgrade_peerl script if needed
bin/scenario.pl: new peer_host option
13 years ago
Victor Seva
bf6a35ab01
Create subscribers from scenarios.yml file.
...
- Now subscribers can have aliases.
- No duplicate info in scenarios.
13 years ago
Victor Seva
babfec8eec
bin/check.sh: Clean generated tests before generate again them.
13 years ago
Victor Seva
0d2e020948
bin/check.sh: clean generated csv/reg.xml files before run again.
13 years ago
Victor Seva
073dbc1309
bin/scenario.pl: remove warning if no username or password.
13 years ago
Victor Seva
ed0734236e
bin/scenario.pl: fix res_id
13 years ago
Victor Seva
28834f70de
bin/scenario.pl: Added active option for responders.
...
sipp cannot start with a csv with no values.
13 years ago
Victor Seva
33819b4027
bin/check: fix delete_locations
13 years ago
Victor Seva
63c4f686be
Reorganize the way scenarios are created.
...
scenario.yml:
scenarios:
- ip: 127.126.0.1
user: testuser1002
domain: spce.test
username: testuser1002
password: testuser
responders:
- ip: 127.1.0.1
number: 4311003
user: testuser1003
domain: spce.test
register: yes
username: testuser1003
password: testuser
bin/scenario.pl: script to generate the csv files from a scenario.yml
bin/check.sh:
- calls bin/scenario.pl to generate needed csv files.
- uses the generated scenario.csv file to know the ip of the caller/callee.
- don't need to do any unreg. All locations are removed before run any scenario.
bin/sipp.sh:
- callee.csv and caller.csv are now in the test dir
- no peer.csv
13 years ago
Victor Seva
ee99f5a4ab
bin/check.sh: copy kamailio-lb and sems logs to LOG_DIR
13 years ago
Victor Seva
56b0e17c67
bin/restart_log.sh: clean kamailio-lb and sems logs. No restart is done.
13 years ago
Victor Seva
66c9b1ed0d
bin/config_debug.pl: Added sems debug
13 years ago
Victor Seva
31517ff786
bin/check.sh: fix last commit. port is not local var
13 years ago
Victor Seva
3828c78741
bin/check.sh: Added capture logs to debug
13 years ago
Victor Seva
32bee68c62
Adapt bin/sipp.h bin/check.sh to peer
...
bin/sipp.sh:
- Added peer.csv info file when needed.
- Added ip option to choose the sending IP
bin/check.sh:
- Use new sipp.sh IP option
13 years ago
Victor Seva
e14771eeef
bin/check.sh: Add/Delete peers
13 years ago
Victor Seva
bb2f289b19
bin/create_peers.pl: script to create/delete peers from peer.yml input
13 years ago
Victor Seva
fad48331b1
bin/config_debug.pl: activate debug on lb too.
13 years ago
Victor Seva
98d62f27da
bin/set_subscribers_preferences.pl: fix typo
13 years ago
Victor Seva
118615080a
Use proper interface config for scripts.
13 years ago
Victor Seva
81259f39dd
bin/check.sh: fix do not delete domain on sipp error
13 years ago
Victor Seva
4bbfe32cd0
bin/check.py: generate tap file if the message cannot be loaded.
13 years ago
Victor Seva
2628aa7fbe
split logic. run_tests.sh runs the sipp scenarios. get_results.sh generates the tap files.
13 years ago
Victor Seva
0d1cab6290
remove scripts added to ngcp-ossbss-clients-perl package.
13 years ago
Victor Seva
815edd08ff
bin/check.sh: MPORT fix. introduce step arg
13 years ago
Victor Seva
e8ad1d10f3
bin/check.sh: fix locations. Use proper ENV var
13 years ago