From 763fbc718ab7ba5296e4ec9d72b87d55ba52f73b Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 31 Jul 2013 13:38:03 +0200 Subject: [PATCH] README: Upgrade a bit the documentation. --- README | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README b/README index 139ad3f8..f343b582 100644 --- a/README +++ b/README @@ -4,13 +4,15 @@ Kamailio configuration tests Requeriments: ------------- - A working NGCP - - sipp with ssl enabled ( needed for auth ). + - sip-tester. sipp with ssl enabled ( needed for auth ). We provide a version backported to wheezy - python-yaml - libgraphviz-perl - libtemplate-perl + - libtext-csv-perl - ngcp-ossbss-clients-perl - parallel + - tcpdump Installation: ------------- @@ -21,8 +23,8 @@ Installation: #cd /usr/local/src #git clone git@git.mgm.sipwise.com:kamailio-config-tests #apt-get install python-yaml sip-tester \ - libgraphviz-perl libtemplate-perl \ - ngcp-ossbss-clients-perl parallel + libgraphviz-perl libtemplate-perl libtext-csv-perl \ + ngcp-ossbss-clients-perl parallel tcpdump Usage: ------ @@ -52,5 +54,21 @@ Usage: #./bin/check.sh this will run the test and the result taps +Development: +------------ + +Every test has to be located at the scenarios directory. It must include: + + - scenario.yml + - XXXX_test.yml.tt2 + XXXX indicates the number of kamailio parsed msg XXXX.yml to test + - sipp_scenarioXX.xml + +And can optionally include: + - sipp_scenario_responderXX.xml + - prefs.yml + - callforward.yml + - speeddial.yml + - peer.yml -- Victor Seva