mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[2353] Remove unused assignments
This commit is contained in:
@@ -1662,7 +1662,6 @@ class TestBossComponents(unittest.TestCase):
|
|||||||
bob = MockBobSimple()
|
bob = MockBobSimple()
|
||||||
bob.c_channel_env = {}
|
bob.c_channel_env = {}
|
||||||
bob.cc_session = DummySession()
|
bob.cc_session = DummySession()
|
||||||
bob.run_under_unittests = False
|
|
||||||
bob.wait_time = 5
|
bob.wait_time = 5
|
||||||
|
|
||||||
# use the MockProcessInfo creator
|
# use the MockProcessInfo creator
|
||||||
@@ -1739,9 +1738,6 @@ class TestBossComponents(unittest.TestCase):
|
|||||||
bob.cc_session = DummySession()
|
bob.cc_session = DummySession()
|
||||||
# keep the wait time small for the test to complete quickly
|
# keep the wait time small for the test to complete quickly
|
||||||
bob.wait_time = 2
|
bob.wait_time = 2
|
||||||
# specifically set this to False so that the process check is
|
|
||||||
# attempted
|
|
||||||
bob.run_under_unittests = False
|
|
||||||
|
|
||||||
# use the MockProcessInfo creator
|
# use the MockProcessInfo creator
|
||||||
bob._make_process_info = bob._make_mock_process_info
|
bob._make_process_info = bob._make_mock_process_info
|
||||||
|
Reference in New Issue
Block a user