Commit 5865bb8d authored by Łukasz Nowak's avatar Łukasz Nowak

Merge slapos_rest_api_v1 into slapos_rest_api.

parent ddbc98d8
......@@ -2,5 +2,5 @@ slapos_category
slapos_cloud
slapos_slap_tool
slapos_cache
slapos_rest_api_v1
slapos_rest_api
slapos_pdm
\ No newline at end of file
27
\ No newline at end of file
28
\ No newline at end of file
7
\ No newline at end of file
8
\ No newline at end of file
2012 Nexedi S.A.
\ No newline at end of file
slapos_rest_api
\ No newline at end of file
Version 1 of REST API.
\ No newline at end of file
slapos_rest_api_v1
\ No newline at end of file
......@@ -22,7 +22,6 @@ vifib_payzen
vifib_slap
vifib_slapos_accounting
vifib_slapos_capacity
slapos_rest_api_v1
slapos_pdm
vifib_upgrader
vifib_web
......
534
\ No newline at end of file
535
\ No newline at end of file
......@@ -118,7 +118,6 @@ REQUIRED_BT5_ID_LIST = (\n
\'vifib_slapos_capacity\',\n
\'slapos_rest_api_tool_portal_type\',\n
\'slapos_rest_api\',\n
\'slapos_rest_api_v1\',\n
\'vifib_erp5\',\n
\'vifib_data\',\n
\'vifib_data_web\',\n
......
159
\ No newline at end of file
160
\ No newline at end of file
......@@ -136,7 +136,6 @@ class testSlapOSMixin(Products.Vifib.tests.VifibMixin.testVifibMixin):
'slapos_category',
'slapos_rest_api_tool_portal_type',
'slapos_rest_api',
'slapos_rest_api_v1',
'slapos_pdm',
'slapos_erp5',
]
......
......@@ -110,7 +110,6 @@ class testVifibMixin(ERP5TypeTestCase):
'vifib_data',
'slapos_configurator',
'erp5_ui_test_core',
'slapos_rest_api_v1',
'slapos_erp5',
'vifib_web',
'vifib_upgrader',
......
......@@ -6,8 +6,6 @@ class VIFIB(SavedTestSuite, ProjectTestSuite):
_bt_list = [
'slapos_cloud',
'slapos_rest_api',
'slapos_rest_api_v1',
'slapos_rest_api_tool_portal_type',
'vifib_base',
'vifib_data',
'slapos_category',
......@@ -25,5 +23,5 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
_saved_test_id = 'Products.SlapOS.tests.testSlapOSMixin.testSlapOSMixin'
_bt_list = [
'slapos_cloud',
'slapos_rest_api_v1',
'slapos_rest_api',
]
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