Commit e29a3f99 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_cloud: testSlapOSCloudWorkflow, New security requires Slave Instance be linked to a HS

parent db3084b4
......@@ -2749,7 +2749,6 @@ class TestSlapOSCoreSlapOSCloudInteractionWorkflow(SlapOSTestCaseMixin):
sla_xml=self.generateSafeXml(),
shared=True,
)
self.commit()
instance.requestStop(**request_kw)
self.assertEqual(instance.getValidationState(), 'draft')
instance.validate()
......@@ -2982,4 +2981,4 @@ class TestSlapOSCoreSlapOSCloudInteractionWorkflow(SlapOSTestCaseMixin):
instance1.workflow_history['edit_workflow'][-2]['comment'])
self.assertEqual(
None,
instance1.workflow_history['edit_workflow'][-3]['comment'])
\ No newline at end of file
instance1.workflow_history['edit_workflow'][-3]['comment'])
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