run_tests.sh: don't use arguments to define output filename
We are getting errors in the new version of lua-unit
> lua5.1: /usr/share/lua/5.1/luaunit.lua:2205: With Junit, an output filename must be supplied with --name!
Change-Id: I0ebd585907f00c3e02f3cf794239c328b0ab202d
We also need to switch from python-xmlrunner to python3-pytest, as
the former is not present in Debian unstable/testing anymore (see
<https://bugs.debian.org/935688>), and does not provide python3
support in Debian buster anyway.
Change-Id: I8af9ead2755af2e24f5bedf53d8cd20c4ed63b85
+ TT#22410 Fix typo in Dockerfile 'Instructions for usage'
In jessie based docker we used lua-unit 3.0-1 while in stretch it is
3.2-1. Newer lua-unit doesn't have setFname and setVerbosity functions.
Instead of setFname we can use --name parameter. setVerbosity(1) is set
by default so we can simply omit it.
Change-Id: Icd01c7b997d8b8567ab43d2bd1220d1824024287
tests made in 'docker run' create files with 'root' owner and ws-cleanup
plugin can't delete them after. Fixing umask here to allow files
deletion.
Change-Id: If15ffec65c680c6c01c91327a511cdde2614ff18
* fix default redis db when no config file
* fix call-id list from kamailio
* refesh Docker due to TT#5032
Change-Id: Ie8847b238e5a24b22baa48fc8c9b41e39397d84e
This way we get a Debian Jessie system with Sipwise mirrors and need
not do any additional setup.
* we need lua-unit from our repos
Change-Id: I08fb9f594f94bed08b1a60d112d676475973a1a6