mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-10-23 08:22:16 +00:00
Fix typos and non-related test content
Artifacts from initial commits adding the project skeleton. Change-Id: I00cce8fbfeef9688dd2fd235cb859c27bd864e8b
This commit is contained in:
@@ -161,15 +161,7 @@ class TestCtrlHNB(TestCtrlBase):
|
||||
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')
|
||||
|
||||
|
Reference in New Issue
Block a user