[PATCH] osmo-gsm-tester[master]: resource: Allow passing keyword args to NoResourceExn

2017-09-14 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/3954 resource: Allow passing keyword args to NoResourceExn Same code is already being used by log.Error exception. This way we can use: raise resource.NoResourceExn("No free arfcns in any of bands", bands=supported_bands) And get: osmo_gsm_tester.resource

[PATCH] osmo-gsm-tester[master]: resource: Allow passing keyword args to NoResourceExn

2017-09-15 Thread Pau Espin Pedrol
Hello Neels Hofmeyr, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3954 to look at the new patch set (#3). resource: Allow passing keyword args to NoResourceExn Same code is already being used by log.Error exception. This way we can use: rai