Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
65f4be2b
Commit
65f4be2b
authored
Nov 10, 2011
by
Michal 'vorner' Vaner
Browse files
[213] Remove some unneeded assignments in tests
parent
a3ba4cca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bind10/tests/bind10_test.py.in
View file @
65f4be2b
...
...
@@ -529,7 +529,6 @@ class TestStartStopProcessesBob(unittest.TestCase):
bob.start_all_components()
bob.runnable = True
bob._BoB_started = True
bob.config_handler(self.construct_config(False, False))
self.check_started_none(bob)
...
...
@@ -591,7 +590,6 @@ class TestStartStopProcessesBob(unittest.TestCase):
bob.start_all_components()
bob._BoB_started = True
bob.runnable = True
bob.config_handler(self.construct_config(True, True))
self.check_started_both(bob)
...
...
@@ -629,8 +627,6 @@ class TestStartStopProcessesBob(unittest.TestCase):
self.check_preconditions(bob)
bob.start_all_components()
bob._BoB_started = True
bob.runnable = True
bob.config_handler(self.construct_config(False, False))
self.check_started_dhcp(bob, False, False)
...
...
@@ -963,7 +959,6 @@ class TestBossComponents(unittest.TestCase):
self.assertRaises(Exception, bob.component_shutdown, 1)
self.assertEqual(1, bob.exitcode)
bob._BoB__started = True
bob.runnable = True
bob.component_shutdown(2)
self.assertEqual(2, bob.exitcode)
self.assertFalse(bob.runnable)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment