Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
c636fbaf
Commit
c636fbaf
authored
Oct 22, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Original BT5 list.
parent
d0fd9614
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
84 additions
and
1 deletion
+84
-1
master/product/SlapOS/tests/testSlapOSMixin.py
master/product/SlapOS/tests/testSlapOSMixin.py
+84
-1
No files found.
master/product/SlapOS/tests/testSlapOSMixin.py
View file @
c636fbaf
...
...
@@ -30,7 +30,90 @@ import unittest
import
Products.Vifib.tests.VifibMixin
class
testSlapOSMixin
(
Products
.
Vifib
.
tests
.
VifibMixin
.
testVifibMixin
):
pass
def
getBusinessTemplateList
(
self
):
"""
Install the business templates.
"""
result
=
[
'erp5_upgrader'
,
'vifib_upgrader'
,
'erp5_full_text_myisam_catalog'
,
'erp5_core_proxy_field_legacy'
,
'erp5_base'
,
'erp5_workflow'
,
'erp5_configurator'
,
'vifib_configurator'
,
'erp5_simulation'
,
'erp5_administration'
,
'erp5_pdm'
,
'erp5_trade'
,
'erp5_item'
,
'erp5_open_trade'
,
'erp5_forge'
,
'erp5_ingestion_mysql_innodb_catalog'
,
'erp5_ingestion'
,
'erp5_crm'
,
'erp5_jquery'
,
'erp5_jquery_ui'
,
'erp5_dhtml_style'
,
'erp5_knowledge_pad'
,
'erp5_web'
,
'erp5_dms'
,
'erp5_l10n_fr'
,
'erp5_content_translation'
,
'erp5_software_pdm'
,
'erp5_computer_immobilisation'
,
'erp5_accounting'
,
'erp5_accounting_l10n_fr'
,
'erp5_bearer_token'
,
'erp5_tax_resource'
,
'erp5_discount_resource'
,
'erp5_invoicing'
,
'erp5_ods_style'
,
'erp5_odt_style'
,
'erp5_rss_style'
,
'erp5_ooo_import'
,
'erp5_simplified_invoicing'
,
'erp5_commerce'
,
'erp5_project'
,
'erp5_xhtml_jquery_style'
,
'erp5_credential'
,
'erp5_credential_oauth2'
,
'erp5_km'
,
'erp5_web_download_theme'
,
'erp5_tiosafe_core'
,
'erp5_system_event'
,
'erp5_secure_payment'
,
'erp5_payzen_secure_payment'
,
'erp5_ui_test_core'
,
'erp5_ui_test'
,
'slapos_cloud'
,
'vifib_slapos_rest_api_tool_portal_type'
,
'vifib_slapos_rest_api'
,
'vifib_slapos_rest_api_v1'
,
'vifib_slapos_accounting'
,
'vifib_mysql_innodb_catalog'
,
'vifib_base'
,
'vifib_open_trade'
,
'vifib_slap'
,
'vifib_forge_release'
,
'vifib_software_pdm'
,
'vifib_payzen'
,
'vifib_web'
,
'vifib_web_ui_test'
,
'vifib_l10n_fr'
,
'vifib_data'
,
'vifib_data_category'
,
'vifib_data_web'
,
'vifib_data_payzen'
,
'vifib_data_simulation'
,
'vifib_agent'
,
'vifib_slapos_capacity'
,
'vifib_erp5'
,
'vifib_test'
,
'vifib_slapos_rest_api_v1_test'
,
]
return
result
class
TestSlapOSDummy
(
testSlapOSMixin
):
run_all_test
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment