Attention is currently required from: osmith.
Hello Jenkins Builder, fixeria, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41421?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: testenv: stop daemons in reverse order ......................................................................
testenv: stop daemons in reverse order
The PyHSS daemons throw a lot of errors when the redis server is stopped before the PyHSS daemons are stopped. Fix this by stopping the daemons in the reverse order they were started.
Example:
start: 1) redis 2) pyhss_hss 3) pyhss_diameter 4) pyhss_api
stop: 1) pyhss_api 2) pyhss_diameter 3) pyhss_hss 4) redis
Change-Id: Ia4fa25998d81a9a3a27c5f3d341b9a02e5536e17 --- M _testenv/testenv/daemons.py 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/41421/2