Fix typos and non-related test content

Artifacts from initial commits adding the project skeleton.

Change-Id: I00cce8fbfeef9688dd2fd235cb859c27bd864e8b
This commit is contained in:
Pau Espin Pedrol
2021-11-23 14:24:18 +01:00
parent 65489ed7c6
commit fd440b7a67
2 changed files with 3 additions and 11 deletions

View File

@@ -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')