Change in osmo-bsc[master]: cosmetic: tests/ctrl_test_runner.py: Fix trailing whitespace

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Oct 3 07:22:56 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/20406 )

Change subject: cosmetic: tests/ctrl_test_runner.py: Fix trailing whitespace
......................................................................

cosmetic: tests/ctrl_test_runner.py: Fix trailing whitespace

Change-Id: Id4b0ddc72e6f0e080ac7deeba30aa9acf25a0fc0
---
M tests/ctrl_test_runner.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py
index e598273..2ccbfe8 100755
--- a/tests/ctrl_test_runner.py
+++ b/tests/ctrl_test_runner.py
@@ -258,12 +258,12 @@
         self.assertEqual(r['mtype'], 'SET_REPLY')
         self.assertEqual(r['var'], 'bts.0.trx.0.max-power-reduction')
         self.assertEqual(r['value'], '22')
-        
+
         r = self.do_get('bts.0.trx.0.max-power-reduction')
         self.assertEqual(r['mtype'], 'GET_REPLY')
         self.assertEqual(r['var'], 'bts.0.trx.0.max-power-reduction')
         self.assertEqual(r['value'], '22')
-        
+
         r = self.do_set('bts.0.trx.0.max-power-reduction', '1')
         self.assertEqual(r['mtype'], 'ERROR')
         self.assertEqual(r['error'], 'Value must be even')

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/20406
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id4b0ddc72e6f0e080ac7deeba30aa9acf25a0fc0
Gerrit-Change-Number: 20406
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201003/191f1d6b/attachment.htm>


More information about the gerrit-log mailing list