Commit 670d91b9 authored by Rafael Monnerat's avatar Rafael Monnerat

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

  It seems to define multiple entries leads to multiple attempts to install the all bt5s.
parent 010cd409
""" Simple place for keep the list of business template to install on this project
"""
bt5_update_catalog_list = ('erp5_ingestion_mysql_innodb_catalog',
'slapos_cloud', 'erp5_accounting',
'erp5_movement_table_catalog', 'erp5_wendelin')
bt5_installation_list = bt5_update_catalog_list + \
('slapos_configurator', 'slapos_erp5',
'erp5_slapos_tutorial', 'erp5_slapos_tutorial_data')
bt5_installation_list = ('slapos_erp5',)
bt5_update_catalog_list = bt5_installation_list
keep_bt5_id_list = ['erp5_ui_test',
'erp5_ui_test_core',
......
......@@ -64,6 +64,9 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
# Modified by subprojects during tests
slapos_crm/PathTemplateItem/sale_trade_condition_module/slapos_ticket_trade_condition.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 = [
......@@ -174,6 +177,9 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
'slapos_accounting/SalePackingList_postSlapOSAggregatedDeliveryBuilder',
'slapos_accounting/SubscriptionRequest_getAggregatedConsumptionDelivery',
'slapos_accounting/SubscriptionRequest_setAggregatedConsumptionDelivery',
'slapos_configurator/BusinessConfiguration_runPostUpgradeConsistency',
'slapos_configurator/BusinessConfiguration_setupSlapOSMasterStandardBT5',
'slapos_configurator/TemplateTool_getSlapOSMasterBusinessTemplateList',
'slapos_consumption/Base_getConsumptionListAsODSReport',
'slapos_consumption/Base_getResourceServiceTitleUitList',
'slapos_consumption/Base_getUserConsumptionDetailList',
......
......@@ -10,6 +10,7 @@ erp5_web_shacache
erp5_web_shadir
erp5_monaco_editor
erp5_graph_editor
slapos_configurator
slapos_accounting
slapos_category
slapos_jio
......@@ -17,4 +18,5 @@ slapos_payzen
slapos_upgrader
slapos_subscription_request
slapos_web_deploy
slapos_abyss
\ No newline at end of file
slapos_abyss
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