[MERGED] osmo-gsm-tester[master]: resource error logging that is easier to understand

2017-05-28 Thread Neels Hofmeyr
Neels Hofmeyr has submitted this change and it was merged. Change subject: resource error logging that is easier to understand .. resource error logging that is easier to understand Log what a suite requested, what it has

osmo-gsm-tester[master]: resource error logging that is easier to understand

2017-05-28 Thread Neels Hofmeyr
Patch Set 3: Code-Review+2 pushing this on, if anything is left open I shall follow up with a patch -- To view, visit https://gerrit.osmocom.org/2705 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id:

[PATCH] osmo-gsm-tester[master]: resource error logging that is easier to understand

2017-05-28 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2705 to look at the new patch set (#3). resource error logging that is easier to understand Log what a suite requested, what it has reserved and the complete resource state. Change-Id:

osmo-gsm-tester[master]: resource error logging that is easier to understand

2017-05-25 Thread Pau Espin Pedrol
Patch Set 2: (2 comments) https://gerrit.osmocom.org/#/c/2705/2/src/osmo_gsm_tester/resource.py File src/osmo_gsm_tester/resource.py: Line 468: self.count(kind) + 1, You didn't move this to the line above

osmo-gsm-tester[master]: resource error logging that is easier to understand

2017-05-23 Thread Pau Espin Pedrol
Patch Set 1: (2 comments) https://gerrit.osmocom.org/#/c/2705/1/src/osmo_gsm_tester/resource.py File src/osmo_gsm_tester/resource.py: Line 468: self.count(kind) + 1, I'd move this line up together with kind Line 500: def counts(self): Do we need this?

[PATCH] osmo-gsm-tester[master]: resource error logging that is easier to understand

2017-05-22 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/2705 resource error logging that is easier to understand Log what a suite requested, what it has reserved and the complete resource state. Change-Id: Ic6887bbe5fe74a73f0e344cd4078dd7ed989cc15 --- M src/osmo_gsm_tester/resource.py M