Commit 17ad921a authored by Alain Takoudjou's avatar Alain Takoudjou

slapos_slap_tool: call fixConsistency on caucase service

parent c0ee7b0d
......@@ -77,6 +77,10 @@ class TestSlapOSSlapToolMixin(testSlapOSMixin):
self.computer_id = self.computer.getReference()
self.pinDateTime(DateTime())
# configure caucase
self.portal.portal_web_services.caucase_adapter.fixConsistency()
if self.portal.portal_web_services.caucase_adapter.checkConsistency():
raise Exception("Caucase is not configured!")
def beforeTearDown(self):
self.unpinDateTime()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment