fixeria submitted this change.

View Change

Approvals: laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
hlr: use :memory: (volatile in-memory database)

This eliminates hlr.db* files and reduces chances of failures
due to unclean state database when running TCs more than once.

Change-Id: Ibb34a555e999693f00d12b49f936a20105f21c43
---
M hlr/osmo-hlr.cfg
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hlr/osmo-hlr.cfg b/hlr/osmo-hlr.cfg
index a17881e..3f54c1b 100644
--- a/hlr/osmo-hlr.cfg
+++ b/hlr/osmo-hlr.cfg
@@ -15,6 +15,7 @@
ctrl
bind 127.0.0.1
hlr
+ database :memory:
gsup
bind ip 127.0.0.1
euse foobar

To view, visit change 38670. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ibb34a555e999693f00d12b49f936a20105f21c43
Gerrit-Change-Number: 38670
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>