Commit 61ec6be4 authored by Ophélie Gagnard's avatar Ophélie Gagnard Committed by Ophélie Gagnard

slapos_configurator: Add wendelin bt5.

parent 58888667
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
""" """
bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog', bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog',
'slapos_cloud', 'erp5_accounting', 'slapos_cloud', 'erp5_accounting',
'erp5_movement_table_catalog') 'erp5_movement_table_catalog', 'erp5_wendelin')
bt5_installation_list = bt5_update_catalog_list + \ bt5_installation_list = bt5_update_catalog_list + \
('slapos_configurator', 'slapos_erp5', ('slapos_configurator', 'slapos_erp5',
'erp5_slapos_tutorial', 'erp5_slapos_tutorial_data') 'erp5_slapos_tutorial', 'erp5_slapos_tutorial_data',
'erp5_wendelin')
keep_bt5_id_list = ['erp5_ui_test', keep_bt5_id_list = ['erp5_ui_test',
'erp5_ui_test_core', 'erp5_ui_test_core',
......
...@@ -262,6 +262,27 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin): ...@@ -262,6 +262,27 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'upgrade_decision_module', 'upgrade_decision_module',
'web_page_module', 'web_page_module',
'web_site_module', 'web_site_module',
'data_descriptor_module',
'data_ingestion_batch_module',
'data_aggregation_unit_module',
'data_configuration_module',
'data_order_module',
'sensor_module',
'data_event_module',
'data_ingestion_module',
'data_stream_module',
'data_transformation_module',
'progress_indicator_module',
'data_acquisition_unit_module',
'data_operation_module',
'device_configuration_module',
'data_license_module',
'data_release_module',
'data_supply_module',
'data_product_module',
'big_file_module',
'data_analysis_module',
'data_array_module'
] ]
# If mixin contains a custom definition that introduce new business templated from # If mixin contains a custom definition that introduce new business templated from
# the project scope, them include it on expected list. # the project scope, them include it on expected list.
...@@ -378,6 +399,10 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin): ...@@ -378,6 +399,10 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'slapos_web', 'slapos_web',
'slapos_web_deploy', 'slapos_web_deploy',
'slapos_erp5', 'slapos_erp5',
'erp5_big_file',
'erp5_json_type',
'erp5_wendelin',
'erp5_development_wizard'
] ]
# If mixin contains a custom definition that introduce new business templated from # If mixin contains a custom definition that introduce new business templated from
......
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