Commit 990ba9f1 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_configurator: slapos_cache isn't installed anymore

parent 8cda90c4
...@@ -11,7 +11,6 @@ import os ...@@ -11,7 +11,6 @@ import os
class TestSlapOSConfigurator(testSlapOSMixin): class TestSlapOSConfigurator(testSlapOSMixin):
def bootstrapSite(self): def bootstrapSite(self):
super(TestSlapOSConfigurator, self).bootstrapSite() super(TestSlapOSConfigurator, self).bootstrapSite()
self.getBusinessConfiguration().BusinessConfiguration_invokeSlapOSMasterPromiseAlarmList() self.getBusinessConfiguration().BusinessConfiguration_invokeSlapOSMasterPromiseAlarmList()
...@@ -29,7 +28,6 @@ class TestSlapOSConfigurator(testSlapOSMixin): ...@@ -29,7 +28,6 @@ class TestSlapOSConfigurator(testSlapOSMixin):
self.assertEquals(self.portal.person_module.getIdGenerator(), self.assertEquals(self.portal.person_module.getIdGenerator(),
"_generatePerDayId") "_generatePerDayId")
def testConfiguredShacacheWebSite(self): def testConfiguredShacacheWebSite(self):
""" Make sure Shacache WebSite is setuped by Alarm """ Make sure Shacache WebSite is setuped by Alarm
case we trust on promise outcome.""" case we trust on promise outcome."""
...@@ -294,7 +292,6 @@ class TestSlapOSConfigurator(testSlapOSMixin): ...@@ -294,7 +292,6 @@ class TestSlapOSConfigurator(testSlapOSMixin):
'erp5_bearer_token', 'erp5_bearer_token',
'erp5_access_token', 'erp5_access_token',
'erp5_project', 'erp5_project',
'slapos_cache',
'slapos_cloud', 'slapos_cloud',
'slapos_slap_tool', 'slapos_slap_tool',
'slapos_category', 'slapos_category',
......
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