Browse Source

README: section for available tools

- note about mailing list for support
Daniel-Constantin Mierla 7 years ago
parent
commit
8b4df24e7c
1 changed files with 25 additions and 1 deletions
  1. 25 1
      README.md

+ 25 - 1
README.md

@@ -52,6 +52,13 @@ The Docker files that can be used to build Docker images to run the unit tests a
   from source code. The directory with Kamailio source code is copied from local disk into the
   from source code. The directory with Kamailio source code is copied from local disk into the
   container
   container
 
 
+### Tools For Unit Tests ###
+
+Following tools are installed inside the container and can be used to create test units:
+
+  * `sipsak`
+  * `sipp` (`sip-tester`)
+
 ## Running Unit Tests ##
 ## Running Unit Tests ##
 
 
 ### Dependencies ###
 ### Dependencies ###
@@ -126,4 +133,21 @@ Save and then run:
 ```
 ```
 docker build -t kamailio-tests-deb9x .
 docker build -t kamailio-tests-deb9x .
 docker run kamailio-tests-deb9x
 docker run kamailio-tests-deb9x
-```
+```
+
+If you run `ktestsctl` with `-w` option, you may need to stop the container using `docker` command:
+
+```
+docker ps
+docker stop <containerid>
+```
+
+## Contributing ##
+
+Contributions are more than welcome, recommended way is to do pull requests.
+
+## Support ##
+
+Mailing list:
+
+  * <sr-users [at] lists.kamailio.org>