Commit 50cb5b66 authored by Romain Courteaud's avatar Romain Courteaud

Put the step in the mixin

parent 83e8641d
......@@ -1372,9 +1372,6 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
def stepSetSoftwareTitleRandom(self, sequence, **kw):
sequence['software_title'] = str(random.random())
def test_request_new_with_destroyed_reference_web_ui(self):
"""Prove that having destroyed SI allows to request new one with same
reference
......
......@@ -449,6 +449,9 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
REMOTE_USER = "test_vifib_customer_a"
self.login("test_vifib_customer_a")
def stepSetSoftwareTitleRandom(self, sequence, **kw):
sequence['software_title'] = str(random())
def stepCheckComputerPartitionInstanceCleanupSalePackingListDoesNotExists(self,
sequence, **kw):
self._checkComputerPartitionSalePackingListDoesNotExists(
......
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