Commit 30018220 authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove stepTic because in this test the transaction should be called after...

remove stepTic because in this test the transaction should be called after create two Slave Instances with different customers and flag skip because this tests is not finished yet
parent 304c91b3
......@@ -4590,12 +4590,10 @@ class TestVifibSlapWebService(testVifibMixin):
Tic
LoginAsCustomerA
PersonRequestSlaveInstance
Tic
SlapLogout
LoginTestVifibCustomer
PersonRequestSlaveInstance
Tic
SlapLogout
LoginDefaultUser
......@@ -4614,6 +4612,7 @@ class TestVifibSlapWebService(testVifibMixin):
available slot
"""
@skip("Not Finished yet")
def test_SlaveInstance_request_start(self):
"""
Check that the Slave Instance will be started correctly
......@@ -4637,6 +4636,7 @@ class TestVifibSlapWebService(testVifibMixin):
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
@skip("Not Finished yet")
def test_SlaveInstance_request_stop(self):
"""
Check that the Slave Instance will be stopped correctly
......
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