Commit fe79c2ea authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_cloud: Allow customize bt5 list and modules by extensing the Mixin

   This allows extend values w/o duplicate the whole test.
parent 93b563a9
...@@ -86,6 +86,10 @@ class SlapOSTestCaseMixin(testSlapOSMixin): ...@@ -86,6 +86,10 @@ class SlapOSTestCaseMixin(testSlapOSMixin):
# W/o notification messages the default is send message in english # W/o notification messages the default is send message in english
expected_invoice_zh_notification_message = 'A new invoice has been generated' expected_invoice_zh_notification_message = 'A new invoice has been generated'
# Allow customize extra bt5 and modules available on the deployed setup
_custom_expected_module_list = []
_custom_additional_bt5_list = []
def afterSetUp(self): def afterSetUp(self):
testSlapOSMixin.afterSetUp(self) testSlapOSMixin.afterSetUp(self)
self.changeSkin('View') self.changeSkin('View')
......
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