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
Patch Set 2:
It seems python version in my PC prints dictionary elements in a different order that the python version running the tests. See the diff,  order of "type" and "trx_list" in each dictionary is swapped.
-tst {combining_scenarios='resources', scenario='foo'}: DBG: {conf={bts=[{'type': 'osmo-bts-trx', 'trx_list': [{'nominal_power': '10'}, {'nominal_power': '12'}]}, {'type': 'osmo-bts-trx', 'trx_list': [{'nominal_power': '10'}, {'nominal_power': '12'}]}, {'type': 'sysmo'}]}, scenario='foo'}  [test_suite↪{combining_scenarios='resources', scenario='foo'}]  [suite.py:[LINENR]]
+tst {combining_scenarios='resources', scenario='foo'}: DBG: {conf={bts=[{'trx_list': [{'nominal_power': '10'}, {'nominal_power': '12'}], 'type': 'osmo-bts-trx'}, {'trx_list': [{'nominal_power': '10'}, {'nominal_power': '12'}], 'type': 'osmo-bts-trx'}, {'type': 'sysmo'}]}, scenario='foo'}  [test_suite↪{combining_scenarios='resources', scenario='foo'}]  [suite.py:[LINENR]]
-- 
To view, visit https://gerrit.osmocom.org/3907
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I25eb639c7e3cf3b4c67a205422808bffbdd791e6
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-HasComments: No