Commit 146c0e41 authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup d548f574

Avoid cluttering vifib_slapos_core.
parent d548f574
6
\ No newline at end of file
7
\ No newline at end of file
......@@ -2,5 +2,4 @@ Hosting Subscription
Hosting Subscription Module
Slave Instance
Software Instance
Software Instance Module
Vifib Rest API V1 Tool
\ No newline at end of file
Software Instance Module
\ No newline at end of file
vifib_slapos_core
\ No newline at end of file
vifib_slapos_core
vifib_slapos_rest_api_v1_portal_type
\ No newline at end of file
5
\ No newline at end of file
6
\ No newline at end of file
Workaround in order to have portal type in different Business Template then tool itself.
\ No newline at end of file
vifib_slapos_rest_api_v1_portal_type
\ No newline at end of file
......@@ -419,6 +419,7 @@ class testVifibMixinSlaposCore(testVifibMixin):
result = super(testVifibMixinSlaposCore, self
).getBusinessTemplateList()
result.extend([
'vifib_slapos_rest_api_v1_portal_type',
'vifib_slapos_rest_api_v1',
'vifib_slapos_core_test',
'vifib_slapos_rest_api_v1_test'
......
......@@ -5,6 +5,7 @@ class SLAPOS_MASTER(SavedTestSuite, ProjectTestSuite):
'vifib_slapos_core',
'vifib_slapos_core_test',
'vifib_slapos_rest_api_v1',
'vifib_slapos_rest_api_v1_portal_type',
'vifib_slapos_rest_api_v1_test',
]
_product_list = ['Vifib']
......
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