From 32225e0da9c696aed46a273c0c7c2704768ae9f3 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 3 Jul 2013 15:16:34 +0200 Subject: [PATCH] Added README --- README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..81a91bbb --- /dev/null +++ b/README @@ -0,0 +1,36 @@ +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