Add HA test "kill keepalived, haproxy"
- also added time sync on '*' minions
after reverting snapshot in the salt_deployed fixture;
and after making a snapshot in the other fixtures
Change-Id: Ia5c5363bf55399422785f66e88e861c23cfab531
diff --git a/tcp_tests/fixtures/ceph_fixtures.py b/tcp_tests/fixtures/ceph_fixtures.py
index c294542..0b2ef50 100644
--- a/tcp_tests/fixtures/ceph_fixtures.py
+++ b/tcp_tests/fixtures/ceph_fixtures.py
@@ -40,7 +40,7 @@
@pytest.fixture(scope='function')
def ceph_deployed(revert_snapshot, request, config,
hardware, underlay, common_services_deployed,
- ceph_actions):
+ salt_deployed, ceph_actions):
"""Fixture to get or install Ceph services on environment
:param revert_snapshot: fixture that reverts snapshot that is specified
@@ -72,6 +72,7 @@
commands = underlay.read_template(steps_path)
ceph_actions.install(commands)
hardware.create_snapshot(ext.SNAPSHOT.ceph_deployed)
+ salt_deployed.sync_time()
else:
# 1. hardware environment created and powered on