You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Andrew Pogrebennyk 7a46e049cb
Fix flows; add new register test.
13 years ago
scenarios Fix flows; add new register test. 13 years ago
.gitignore Ignore log and result dirs on git. 13 years ago
README Added README 13 years ago
check.py Initial version. 13 years ago
config_debug.pl Initial version. 13 years ago
create_domain.pl Initial version. 13 years ago
create_subscribers.pl Initial version. 13 years ago
delete_domain.pl Initial version. 13 years ago
graph_flow.pl Initial version. 13 years ago
restart_log.sh Initial version. 13 years ago
run_tests.sh Fix flows; add new register test. 13 years ago
set_subscribers_preferences.pl Initial version. 13 years ago
show_flow.pl Initial version. 13 years ago
sipp.sh Initial version. 13 years ago
ulog_parser.pl Initial version. 13 years ago

README

Kamailio configuration tests
----------------------------

Requeriments:
 - A working NGCP
 - sipp with ssl enabled ( needed for auth ).
   We provide a version backported to wheezy
 - python-yaml
 - libgraphviz-perl


Installation:
  
  You can install the scripts in 


  #cd /usr/local/src
  #git clone git@git.mgm.sipwise.com:kamailio-config-tests
  #apt-get install python-yaml sip-tester libgraphviz-perl

Usage:

  #bash /usr/local/src/kamailio-config-tests/run_tests.sh

  This will create 2 directories:
    - /usr/local/src/kamailio-config-tests/log
      with a directory per test with:
      - kamailio.log
      - parsed messages
      - sipp error logs
    - /usr/local/src/kamailio-config-tests/result
      with a directory per test with:
      - a tap file ( test results )
      - a png file ( routes flow )
--
Victor Seva <vseva@sipwise.com>