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
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
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
81259f39dd
bin/check.sh: fix do not delete domain on sipp error
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
Victor Seva
167253c82a
bin/check.sh: delete callee locations before any tests. Check port is not in use.
13 years ago
Victor Seva
b5b0d3b3f7
move set domain of scenarios/calle[r|e].csv files from sipp.sh to config_debug.pl script.
...
Do it just ones!
13 years ago
Victor Seva
d7a103d959
bin/check.sh: exit with error on create_domain.pl or create_subscribers.pl error.
13 years ago
Victor Seva
9bbb257e0f
Added timestamp on messages
13 years ago
Victor Seva
631dca6609
Added more subscribers
13 years ago
Victor Seva
ba84e5cece
bin/check.sh: kill responder after the 5 secs wait. Sleep 1 sec before copy the kamailio log.
13 years ago
Victor Seva
083a0a51f8
Deactivate flow graphs by default
13 years ago
Victor Seva
5831b32002
bin/check.sh: check SCEN_CHECK_DIR before running anything
13 years ago
Victor Seva
5145ff7367
bin/check.sh: different port and media port for each responder.
...
bin/sipp.sh: MPORT has no default
13 years ago
Victor Seva
c7c2790ce3
run_test.sh: do not generate tests files.
...
bin/check.sh: generate the test files per check
13 years ago
Victor Seva
3b9d242f2d
bin/check.sh: return error if any needed file does not exist.
13 years ago
Victor Seva
a7fdc32d89
BASE_DIR can be set by ENV variable
13 years ago
Victor Seva
e4cf4a6621
bin/check.sh: fix call to speeddial script. Added more output info.
13 years ago
Victor Seva
1d398361dd
Added script to add speeddial config. Run it if exists speeddial.yml on bin/check.sh.
13 years ago
Victor Seva
d8338f0f74
Removed output from sipp
13 years ago
Victor Seva
1e01dd8a74
bin/check.sh: Now can run more than one sipp_scenario.
13 years ago
Victor Seva
f21f32e7ef
bin/check.sh: Call set_subscribers_callforward.pl if the config file is present.
13 years ago
Victor Seva
7914804505
Reorganize scripts: all scripts on bin directory except run_tests.sh
13 years ago