Commit 366edaf0 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_configurator/test: Update List of bt5 installed by the configurator

parent 21c3fbb6
...@@ -27,12 +27,12 @@ class TestSlapOSConfigurator(testSlapOSMixin): ...@@ -27,12 +27,12 @@ class TestSlapOSConfigurator(testSlapOSMixin):
self._testConfiguredPromiseViaAlarm("promise_slapos_pas") self._testConfiguredPromiseViaAlarm("promise_slapos_pas")
def testConfiguredPASExternal(self): def testConfiguredPASExternal(self):
""" Make sure External PAS (Facebook, Google, Browser ID) """ Make sure External PAS (Facebook, Google, Browser ID)
is well configured, in this case we trust on promise outcome.""" is well configured, in this case we trust on promise outcome."""
self._testConfiguredPromiseViaAlarm("promise_slapos_pas_external") self._testConfiguredPromiseViaAlarm("promise_slapos_pas_external")
def testConfiguredModuleGeneratorID(self): def testConfiguredModuleGeneratorID(self):
""" Make sure Generator ID is well configured, in this """ Make sure Generator ID is well configured, in this
case we trust on promise outcome.""" case we trust on promise outcome."""
self._testConfiguredPromiseViaAlarm("promise_slapos_module_id_generator") self._testConfiguredPromiseViaAlarm("promise_slapos_module_id_generator")
...@@ -42,32 +42,32 @@ class TestSlapOSConfigurator(testSlapOSMixin): ...@@ -42,32 +42,32 @@ class TestSlapOSConfigurator(testSlapOSMixin):
self._testConfiguredPromiseViaAlarm("promise_slapos_shacache_website") self._testConfiguredPromiseViaAlarm("promise_slapos_shacache_website")
def testConfiguredVolatileCacheViaPromise(self): def testConfiguredVolatileCacheViaPromise(self):
""" Make sure Volitile Cache was configured well, """ Make sure Volitile Cache was configured well,
invoking the alarm to check """ invoking the alarm to check """
self._testConfiguredPromiseViaAlarm("promise_memcached_server") self._testConfiguredPromiseViaAlarm("promise_memcached_server")
def testConfiguredPersistentCacheViaPromise(self): def testConfiguredPersistentCacheViaPromise(self):
""" Make sure Persistent Cache was configured well, """ Make sure Persistent Cache was configured well,
invoking the alarm to check """ invoking the alarm to check """
self._testConfiguredPromiseViaAlarm("promise_kumofs_server") self._testConfiguredPromiseViaAlarm("promise_kumofs_server")
def testConfiguredConversionServerViaPromise(self): def testConfiguredConversionServerViaPromise(self):
""" Make sure Conversion Server was configured well, """ Make sure Conversion Server was configured well,
invoking the alarm to check """ invoking the alarm to check """
self._testConfiguredPromiseViaAlarm("promise_conversion_server") self._testConfiguredPromiseViaAlarm("promise_conversion_server")
def testConfiguredCertificateAuthoringViaPromise(self): def testConfiguredCertificateAuthoringViaPromise(self):
"""Make sure Certificate Authoring was configured well, """Make sure Certificate Authoring was configured well,
invoking the alarm to check. """ invoking the alarm to check. """
self._testConfiguredPromiseViaAlarm("promise_certificate_autority_tool") self._testConfiguredPromiseViaAlarm("promise_certificate_autority_tool")
def testConfiguredTemplateToolViaPromise(self): def testConfiguredTemplateToolViaPromise(self):
""" Make sure Template Tool Repositories was configured well, """ Make sure Template Tool Repositories was configured well,
invoking the alarm to check """ invoking the alarm to check """
self._testConfiguredPromiseViaAlarm("promise_template_tool_configuration") self._testConfiguredPromiseViaAlarm("promise_template_tool_configuration")
def testConfiguredVolatileCache(self): def testConfiguredVolatileCache(self):
""" Make sure Memcached is configured """ Make sure Memcached is configured
""" """
if self.isLiveTest(): if self.isLiveTest():
# This test is redundant with testConfiguredVolatileCacheViaPromise # This test is redundant with testConfiguredVolatileCacheViaPromise
...@@ -99,9 +99,9 @@ class TestSlapOSConfigurator(testSlapOSMixin): ...@@ -99,9 +99,9 @@ class TestSlapOSConfigurator(testSlapOSMixin):
url_string = '%(hostname)s:%(port)s' % connection_dict url_string = '%(hostname)s:%(port)s' % connection_dict
self.assertEquals(memcached_tool.persistent_memcached_plugin.getUrlString(), self.assertEquals(memcached_tool.persistent_memcached_plugin.getUrlString(),
url_string) url_string)
def testConfiguredConversionServer(self): def testConfiguredConversionServer(self):
""" Make sure Conversion Server (Cloudooo) is """ Make sure Conversion Server (Cloudooo) is
well configured """ well configured """
if self.isLiveTest(): if self.isLiveTest():
# This test is redundant with testConfiguredVolatileCacheViaPromise # This test is redundant with testConfiguredVolatileCacheViaPromise
...@@ -184,11 +184,23 @@ class TestSlapOSConfigurator(testSlapOSMixin): ...@@ -184,11 +184,23 @@ class TestSlapOSConfigurator(testSlapOSMixin):
'erp5_web_shacache', 'erp5_web_shacache',
'erp5_data_set', 'erp5_data_set',
'erp5_web_shadir', 'erp5_web_shadir',
'erp5_accounting',
'erp5_invoicing', 'erp5_invoicing',
'erp5_simplified_invoicing', 'erp5_simplified_invoicing',
'erp5_credential_oauth2', 'erp5_credential_oauth2',
'erp5_accounting_l10n_fr', 'erp5_accounting_l10n_fr',
'erp5_ace_editor',
'erp5_code_mirror',
'erp5_font',
'erp5_hal_json_style',
'erp5_l10n_fr',
'erp5_l10n_zh',
'erp5_movement_table_catalog',
'erp5_web_renderjs_ui',
'erp5_web_service',
'slapos_ecoallocation',
'slapos_jio',
'slapos_l10n_zh',
'slapos_trial_request',
'erp5_bearer_token', 'erp5_bearer_token',
'erp5_access_token', 'erp5_access_token',
'erp5_project', 'erp5_project',
......
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