Commit 40acd4a4 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5&configurator: Only define a single bt5 to be installed

See merge request nexedi/slapos.core!588
parents 010cd409 670d91b9
""" Simple place for keep the list of business template to install on this project """ Simple place for keep the list of business template to install on this project
""" """
bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog', bt5_installation_list = ('slapos_erp5',)
'slapos_cloud', 'erp5_accounting', bt5_update_catalog_list = bt5_installation_list
'erp5_movement_table_catalog', 'erp5_wendelin')
bt5_installation_list = bt5_update_catalog_list + \
('slapos_configurator', 'slapos_erp5',
'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',
......
...@@ -64,6 +64,9 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template): ...@@ -64,6 +64,9 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
# Modified by subprojects during tests # Modified by subprojects during tests
slapos_crm/PathTemplateItem/sale_trade_condition_module/slapos_ticket_trade_condition.xml slapos_crm/PathTemplateItem/sale_trade_condition_module/slapos_ticket_trade_condition.xml
slapos_payzen/PathTemplateItem/portal_secure_payments/slapos_payzen_test.xml slapos_payzen/PathTemplateItem/portal_secure_payments/slapos_payzen_test.xml
# Modified during the configuration
slapos_configurator/PathTemplateItem/business_configuration_module/slapos_master_configuration_workflow.xml
""" """
CodingStyleTestCase.coverage_ignore_path_list = [ CodingStyleTestCase.coverage_ignore_path_list = [
...@@ -174,6 +177,9 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template): ...@@ -174,6 +177,9 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
'slapos_accounting/SalePackingList_postSlapOSAggregatedDeliveryBuilder', 'slapos_accounting/SalePackingList_postSlapOSAggregatedDeliveryBuilder',
'slapos_accounting/SubscriptionRequest_getAggregatedConsumptionDelivery', 'slapos_accounting/SubscriptionRequest_getAggregatedConsumptionDelivery',
'slapos_accounting/SubscriptionRequest_setAggregatedConsumptionDelivery', 'slapos_accounting/SubscriptionRequest_setAggregatedConsumptionDelivery',
'slapos_configurator/BusinessConfiguration_runPostUpgradeConsistency',
'slapos_configurator/BusinessConfiguration_setupSlapOSMasterStandardBT5',
'slapos_configurator/TemplateTool_getSlapOSMasterBusinessTemplateList',
'slapos_consumption/Base_getConsumptionListAsODSReport', 'slapos_consumption/Base_getConsumptionListAsODSReport',
'slapos_consumption/Base_getResourceServiceTitleUitList', 'slapos_consumption/Base_getResourceServiceTitleUitList',
'slapos_consumption/Base_getUserConsumptionDetailList', 'slapos_consumption/Base_getUserConsumptionDetailList',
......
...@@ -10,6 +10,7 @@ erp5_web_shacache ...@@ -10,6 +10,7 @@ erp5_web_shacache
erp5_web_shadir erp5_web_shadir
erp5_monaco_editor erp5_monaco_editor
erp5_graph_editor erp5_graph_editor
slapos_configurator
slapos_accounting slapos_accounting
slapos_category slapos_category
slapos_jio slapos_jio
...@@ -17,4 +18,5 @@ slapos_payzen ...@@ -17,4 +18,5 @@ slapos_payzen
slapos_upgrader slapos_upgrader
slapos_subscription_request slapos_subscription_request
slapos_web_deploy slapos_web_deploy
slapos_abyss slapos_abyss
\ No newline at end of file erp5_slapos_tutorial_data
\ No newline at end of file
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