Commit 75e0e767 authored by Rafael Monnerat's avatar Rafael Monnerat

Use default configuration for launch the setup

parent deb86443
...@@ -244,13 +244,8 @@ class testSlapOSMixin(ERP5TypeTestCase): ...@@ -244,13 +244,8 @@ class testSlapOSMixin(ERP5TypeTestCase):
def launchConfigurator(self): def launchConfigurator(self):
self.login() self.login()
# Create new Configuration # Create new Configuration
business_configuration = self.portal.business_configuration_module.\ business_configuration = self.portal.business_configuration_module["slapos_master_configuration_workflow"]
newContent(portal_type="Business Configuration",
id="test_slapos_master_configuration_workflow")
business_configuration.setResource(
"workflow_module/slapos_master_configuration_workflow")
transaction.commit()
response_dict = {} response_dict = {}
while response_dict.get("command", "next") != "install": while response_dict.get("command", "next") != "install":
response_dict = self.portal.portal_configurator._next( response_dict = self.portal.portal_configurator._next(
......
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