Change in osmo-gsm-tester[master]: hlr: Get hlr.sql from new path

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Tue Jul 3 09:56:39 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/9835


Change subject: hlr: Get hlr.sql from new path
......................................................................

hlr: Get hlr.sql from new path

As of osmo-hlr edca4f88a653cc688bc1c46611a9f0bc880637e2, hlr.sql file
has been moved to an sql subdir.

Change-Id: I1cbbe46edc6121476cd2422074a9f3cfc2d8e5ef
---
M src/osmo_gsm_tester/osmo_hlr.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/35/9835/1

diff --git a/src/osmo_gsm_tester/osmo_hlr.py b/src/osmo_gsm_tester/osmo_hlr.py
index 20eaf02..635f711 100644
--- a/src/osmo_gsm_tester/osmo_hlr.py
+++ b/src/osmo_gsm_tester/osmo_hlr.py
@@ -54,7 +54,7 @@
 
         # bootstrap an empty hlr.db
         self.db_file = self.run_dir.new_file('hlr.db')
-        sql_input = inst.child('share/doc/osmo-hlr/hlr.sql')
+        sql_input = inst.child('share/doc/osmo-hlr/sql/hlr.sql')
         if not os.path.isfile(sql_input):
             raise log.Error('hlr.sql missing:', sql_input)
         self.run_local('create_hlr_db', ('/bin/sh', '-c', 'sqlite3 %r < %r' % (self.db_file, sql_input)))

-- 
To view, visit https://gerrit.osmocom.org/9835
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cbbe46edc6121476cd2422074a9f3cfc2d8e5ef
Gerrit-Change-Number: 9835
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180703/aeb53971/attachment.htm>


More information about the gerrit-log mailing list