fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38670?usp=email )
Change subject: hlr: use :memory: (volatile in-memory database)
......................................................................
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(-)
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
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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38670?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
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(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>