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