b
This commit is contained in:
parent
726839f4c6
commit
59dd365dd5
8 changed files with 15 additions and 15 deletions
6
tests/test_dead_host_mechanism.py
Normal file → Executable file
6
tests/test_dead_host_mechanism.py
Normal file → Executable file
|
|
@ -16,14 +16,12 @@ from main import (
|
|||
dead_host_detection,
|
||||
dead_host_mitigation,
|
||||
main,
|
||||
config
|
||||
)
|
||||
|
||||
from etcd3_wrapper import Etcd3Wrapper
|
||||
|
||||
|
||||
class TestDeadHostMechanism(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.client = Etcd3Wrapper()
|
||||
self.client = config.etcd_client
|
||||
self.host_prefix = "/test/host"
|
||||
self.vm_prefix = "/test/vm"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue