osmith has uploaded this change for review.
hlr/testenv_pyhss: run redis
With https://github.com/nickvsnetworking/pyhss/pull/277 redis is used
for communication between the API and GSUP services, so add it here too
just like in hss/testenv_pyhss.cfg.
Change-Id: Ia4b5799836d9bff72831141e09fed5295130ee6b
---
A hlr/pyhss/redis.conf
M hlr/testenv_pyhss.cfg
2 files changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/72/41472/1
diff --git a/hlr/pyhss/redis.conf b/hlr/pyhss/redis.conf
new file mode 100644
index 0000000..85ee91d
--- /dev/null
+++ b/hlr/pyhss/redis.conf
@@ -0,0 +1,2 @@
+bind 127.0.0.1
+protected-mode yes
diff --git a/hlr/testenv_pyhss.cfg b/hlr/testenv_pyhss.cfg
index 9e9d430..7a70872 100644
--- a/hlr/testenv_pyhss.cfg
+++ b/hlr/testenv_pyhss.cfg
@@ -4,6 +4,12 @@
config=HLR_Tests.cfg
copy=pyhss/HLR_Tests.cfg
+[redis]
+program=redis-server ./redis.conf
+make=no
+package=no
+copy=pyhss/redis.conf
+
[pyhss_gsup]
program=./run_in_venv.sh pyhss_gsup
setup=wait_for_port.py -p 4222
To view, visit change 41472. To unsubscribe, or for help writing mail filters, visit settings.