Commit 9ff98c57 authored by Łukasz Nowak's avatar Łukasz Nowak

Use request to request destruction.

parent 8e56800d
...@@ -128,6 +128,9 @@ class TestVifibSlapOpenOrderRequest(TestVifibSlapWebServiceMixin): ...@@ -128,6 +128,9 @@ class TestVifibSlapOpenOrderRequest(TestVifibSlapWebServiceMixin):
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
def stepSetSequenceSoftwareInstanceRequestedStateDestroyed(self, sequence, **kw):
sequence['requested_state'] = 'destroyed'
def test_person_destroy_not_instanciable_software_instance(self): def test_person_destroy_not_instanciable_software_instance(self):
"""Check that if there is no way to instantiate software instance """Check that if there is no way to instantiate software instance
on any partition person is able to destroy it""" on any partition person is able to destroy it"""
...@@ -166,8 +169,9 @@ class TestVifibSlapOpenOrderRequest(TestVifibSlapWebServiceMixin): ...@@ -166,8 +169,9 @@ class TestVifibSlapOpenOrderRequest(TestVifibSlapWebServiceMixin):
CheckSoftwareInstanceNoDeliveryRelated CheckSoftwareInstanceNoDeliveryRelated
Logout Logout
LoginTestVifibCustomer SlapLoginTestVifibCustomer
RequestSoftwareInstanceDestroy SetSequenceSoftwareInstanceRequestedStateDestroyed
PersonRequestSlapSoftwareInstance
Tic Tic
Logout Logout
......
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