Commit 0fb48740 authored by Ophélie Gagnard's avatar Ophélie Gagnard Committed by Xiaowu Zhang

slapos_configurator: fix expected list

parent 506048eb
......@@ -269,6 +269,29 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'video_module',
'web_page_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_notebook_module',
'data_release_module',
'data_supply_module',
'data_product_module',
'big_file_module',
'data_analysis_module',
'data_array_module',
'data_mapping_module'
]
# If mixin contains a custom definition that introduce new business templated from
# the project scope, them include it on expected list.
......@@ -389,6 +412,12 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'slapos_wechat',
'slapos_web_deploy',
'slapos_erp5',
'erp5_big_file',
'erp5_json_type',
'erp5_data_notebook',
'erp5_wendelin',
'slapos_abyss',
'erp5_development_wizard'
]
# 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