浏览代码

README: section for available tools

- note about mailing list for support
Daniel-Constantin Mierla 7 年之前
父节点
当前提交
8b4df24e7c
共有 1 个文件被更改,包括 25 次插入1 次删除
  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
   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 ##
 
 ### Dependencies ###
@@ -126,4 +133,21 @@ Save and then run:
 ```
 docker build -t 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>