Commit 8cc60442 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_configurator: Update test and include erp5_slapos_tutorial_datadata bt5

parent 79c57ee8
...@@ -6,7 +6,7 @@ bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog', ...@@ -6,7 +6,7 @@ bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog',
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', 'erp5_slapos_tutorial_data')
keep_bt5_id_list = ['erp5_ui_test', keep_bt5_id_list = ['erp5_ui_test',
'erp5_ui_test_core', 'erp5_ui_test_core',
......
...@@ -195,6 +195,7 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin): ...@@ -195,6 +195,7 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'returned_purchase_packing_list_module', 'returned_purchase_packing_list_module',
'returned_sale_order_module', 'returned_sale_order_module',
'returned_sale_packing_list_module', 'returned_sale_packing_list_module',
'review_module',
'sale_opportunity_module', 'sale_opportunity_module',
'sale_order_module', 'sale_order_module',
'sale_packing_list_module', 'sale_packing_list_module',
...@@ -214,6 +215,7 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin): ...@@ -214,6 +215,7 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'system_event_module', 'system_event_module',
'task_module', 'task_module',
'task_report_module', 'task_report_module',
'test_page_module',
'transformation_module', 'transformation_module',
'trial_condition_module', 'trial_condition_module',
'trial_request_module', 'trial_request_module',
...@@ -310,6 +312,10 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin): ...@@ -310,6 +312,10 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'erp5_oauth', 'erp5_oauth',
'erp5_oauth_facebook_login', 'erp5_oauth_facebook_login',
'erp5_oauth_google_login', 'erp5_oauth_google_login',
'erp5_run_my_doc',
'erp5_slapos_tutorial',
'erp5_slapos_tutorial_data',
'erp5_slideshow_style',
'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