Change in osmo-hnodeb[master]: Fix typos and non-related test content

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

pespin gerrit-no-reply at lists.osmocom.org
Tue Nov 23 13:24:38 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/26344 )


Change subject: Fix typos and non-related test content
......................................................................

Fix typos and non-related test content

Artifacts from initial commits adding the project skeleton.

Change-Id: I00cce8fbfeef9688dd2fd235cb859c27bd864e8b
---
M README.md
M tests/ctrl_test_runner.py
2 files changed, 3 insertions(+), 11 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/44/26344/1

diff --git a/README.md b/README.md
index 2f09148..835415d 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@
 Mailing List
 ------------
 
-Discussions related to osmo-bts are happening on the
+Discussions related to osmo-hnodeb are happening on the
 openbsc at lists.osmocom.org mailing list, please see
 https://lists.osmocom.org/mailman/listinfo/openbsc for subscription
 options and the list archive.
@@ -60,5 +60,5 @@
 https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for
 more details
 
-The current patch queue for osmo-bts can be seen at
+The current patch queue for osmo-hnodeb can be seen at
 https://gerrit.osmocom.org/#/q/project:osmo-hnodeb+status:open
diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py
index 8908a65..c0e6a55 100755
--- a/tests/ctrl_test_runner.py
+++ b/tests/ctrl_test_runner.py
@@ -161,15 +161,7 @@
         self.assertEqual(r['mtype'], 'ERROR')
         self.assertEqual(r['error'], 'Command not found')
 
-        r = self.do_set('rf_locked', '999')
-        self.assertEqual(r['mtype'], 'ERROR')
-        self.assertEqual(r['error'], 'Value failed verification.')
-
-        r = self.do_get('bts')
-        self.assertEqual(r['mtype'], 'ERROR')
-        self.assertEqual(r['error'], 'Error while parsing the index.')
-
-        r = self.do_get('bts.999')
+        r = self.do_get('hnodeb.999')
         self.assertEqual(r['mtype'], 'ERROR')
         self.assertEqual(r['error'], 'Error while resolving object')
 

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

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I00cce8fbfeef9688dd2fd235cb859c27bd864e8b
Gerrit-Change-Number: 26344
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211123/01f87c51/attachment.htm>


More information about the gerrit-log mailing list