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/.
Holger Freyther gerrit-no-reply at lists.osmocom.orgHolger Freyther has uploaded this change for review. ( https://gerrit.osmocom.org/13875
Change subject: wiip...
......................................................................
wiip...
Change-Id: Ibac155a9a4b71d1890b6cc5b028ecac7f4c9a7ae
---
M src/osmo_ms_driver/starter.py
M suites/nitb_netreg_mass/suite.conf
2 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/75/13875/1
diff --git a/src/osmo_ms_driver/starter.py b/src/osmo_ms_driver/starter.py
index 2ae423d..c922667 100644
--- a/src/osmo_ms_driver/starter.py
+++ b/src/osmo_ms_driver/starter.py
@@ -107,8 +107,10 @@
generator.
"""
self._cfg['test'][key] = value
+ print("SET", self._cfg)
def write_lua_cfg(self):
+ print("NOW", self._cfg)
lua_cfg_file = os.path.join(self._tmp_dir, "lua_" + self._name_number + ".lua")
lua_script = template.render(self._lua_template, self._cfg)
with open(lua_cfg_file, 'w') as w:
diff --git a/suites/nitb_netreg_mass/suite.conf b/suites/nitb_netreg_mass/suite.conf
index e5ebd0d..fbc92cf 100644
--- a/suites/nitb_netreg_mass/suite.conf
+++ b/suites/nitb_netreg_mass/suite.conf
@@ -4,7 +4,7 @@
bts:
- type: osmo-bts-virtual
modem:
- - times: 100
+ - times: 1
type: osmo-mobile
defaults:
--
To view, visit https://gerrit.osmocom.org/13875
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: Ibac155a9a4b71d1890b6cc5b028ecac7f4c9a7ae
Gerrit-Change-Number: 13875
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther <holger at freyther.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190504/923c05c8/attachment.htm>