Commit 7883ccb0 authored by Romain Courteaud's avatar Romain Courteaud

WIP slapos_erp5: install slapos_json_rpc_api

parent fca6b0bc
......@@ -26,6 +26,7 @@ slapos_folder_list = """slapos_erp5
slapos_upgrader
slapos_abyss
slapos_base
slapos_jio_api
slapos_contract
slapos_subscription_request
slapos_crm_monitoring
......@@ -89,6 +90,10 @@ erp5_graph_editor"""
common_folder_list = """erp5_jquery_sheet_editor
erp5_json_editor
erp5_json_form
erp5_json_form_react_jsonschema_form
erp5_json_form_slapos
erp5_json_rpc_api
erp5_json_type
erp5_monaco_editor
erp5_notebook
......@@ -98,6 +103,7 @@ erp5_oauth_google_login
erp5_ods_core
erp5_odt_core
erp5_ooo_import
erp5_open_api
erp5_open_trade
erp5_payzen_secure_payment
erp5_pdm
......
......@@ -19,4 +19,5 @@ slapos_upgrader
slapos_web_deploy
slapos_abyss
erp5_slapos_tutorial_data
slapos_subscription_request
\ No newline at end of file
slapos_subscription_request
slapos_json_rpc_api
\ No newline at end of file
......@@ -437,9 +437,7 @@
</item>
<item>
<key> <string>configuration_header_gadget_url</string> </key>
<value>
<none/>
</value>
<value> <string>slapos_master_panel_header.html</string> </value>
</item>
<item>
<key> <string>configuration_icon_url</string> </key>
......@@ -753,12 +751,12 @@ WebSection_getPanelPrecacheManifestList</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <unicode>zope</unicode> </value>
<value> <string>System Processes</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
<persistent> <string encoding="base64">AAAAAAAAAAs=</string> </persistent>
</value>
</item>
<item>
......@@ -767,7 +765,7 @@ WebSection_getPanelPrecacheManifestList</string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>1021.58354.4516.21589</string> </value>
<value> <string>1020.31954.19017.64102</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -787,7 +785,7 @@ WebSection_getPanelPrecacheManifestList</string> </value>
</tuple>
<state>
<tuple>
<float>1736327305.36</float>
<float>1731410976.61</float>
<string>UTC</string>
</tuple>
</state>
......@@ -801,4 +799,31 @@ WebSection_getPanelPrecacheManifestList</string> </value>
</dictionary>
</pickle>
</record>
<record id="11" aka="AAAAAAAAAAs=">
<pickle>
<global name="Message" module="Products.ERP5Type.Message"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>default</string> </key>
<value> <string>Translation data updated.</string> </value>
</item>
<item>
<key> <string>domain</string> </key>
<value> <string>erp5_ui</string> </value>
</item>
<item>
<key> <string>mapping</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>message</string> </key>
<value> <string>Translation data updated.</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -297,15 +297,16 @@ class testSlapOSMixin(ERP5TypeTestCase):
'erp5_notebook',
'erp5_interaction_drop',
'erp5_json_editor',
'erp5_json_form',
'erp5_json_type',
'erp5_api_style',
'erp5_json_rpc_api',
'slapos_json_rpc_api',
'erp5_open_api',
'erp5_json_form',
'slapos_mysql_innodb_catalog',
'slapos_parameter_editor',
'slapos_cloud',
'slapos_slap_tool',
'slapos_category',
'slapos_jio_api_style',
'slapos_panel',
'slapos_pdm',
'slapos_crm',
......@@ -316,7 +317,6 @@ class testSlapOSMixin(ERP5TypeTestCase):
'slapos_web_deploy',
'slapos_erp5',
'erp5_big_file',
'erp5_json_type',
'erp5_data_notebook',
'erp5_wendelin',
'slapos_abyss',
......
......@@ -21,7 +21,12 @@ slapos_bt_list = [
'slapos_parameter_editor_ui_test',
'slapos_abyss',
'slapos_rss_style',
'slapos_jio_api_style'
'erp5_json_rpc_api',
'slapos_json_rpc_api',
]
slapos_bt_list3 = [
'erp5_json_rpc_api',
'slapos_json_rpc_api',
]
class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
......
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