mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +00:00
[2353] Test the values of component registered by BoB.register_process()
This commit is contained in:
@@ -1791,6 +1791,9 @@ class TestBossComponents(unittest.TestCase):
|
|||||||
self.assertFalse(53 in bob.components)
|
self.assertFalse(53 in bob.components)
|
||||||
bob.register_process(53, component)
|
bob.register_process(53, component)
|
||||||
self.assertTrue(53 in bob.components)
|
self.assertTrue(53 in bob.components)
|
||||||
|
self.assertEqual(bob.components[53].name(), 'test')
|
||||||
|
self.assertEqual(bob.components[53].pid(), 53)
|
||||||
|
self.assertEqual(bob.components[53].address(), 'Test')
|
||||||
|
|
||||||
def test_start_simple(self):
|
def test_start_simple(self):
|
||||||
'''Test simple process startup.'''
|
'''Test simple process startup.'''
|
||||||
|
Reference in New Issue
Block a user