Commit 7dc6bd0f authored by Romain Courteaud's avatar Romain Courteaud

Request instance destruction.

parent 03c08b66
...@@ -1174,6 +1174,9 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin): ...@@ -1174,6 +1174,9 @@ class TestVifibSlapBug(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_request_new_with_destroyed_while_looking_for_partition_reference(self): def test_request_new_with_destroyed_while_looking_for_partition_reference(self):
"""Prove that having destroyed SI allows to request new one with same """Prove that having destroyed SI allows to request new one with same
reference, when destruction was done while looking for new partition""" reference, when destruction was done while looking for new partition"""
...@@ -1213,7 +1216,7 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin): ...@@ -1213,7 +1216,7 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
Logout Logout
LoginTestVifibCustomer LoginTestVifibCustomer
SetSequenceSoftwareInstanceStateDestroyed SetSequenceSoftwareInstanceRequestedStateDestroyed
PersonRequestSoftwareInstance PersonRequestSoftwareInstance
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