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): ...@@ -4590,12 +4590,10 @@ class TestVifibSlapWebService(testVifibMixin):
Tic Tic
LoginAsCustomerA LoginAsCustomerA
PersonRequestSlaveInstance PersonRequestSlaveInstance
Tic
SlapLogout SlapLogout
LoginTestVifibCustomer LoginTestVifibCustomer
PersonRequestSlaveInstance PersonRequestSlaveInstance
Tic
SlapLogout SlapLogout
LoginDefaultUser LoginDefaultUser
...@@ -4614,6 +4612,7 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4614,6 +4612,7 @@ class TestVifibSlapWebService(testVifibMixin):
available slot available slot
""" """
@skip("Not Finished yet")
def test_SlaveInstance_request_start(self): def test_SlaveInstance_request_start(self):
""" """
Check that the Slave Instance will be started correctly Check that the Slave Instance will be started correctly
...@@ -4637,6 +4636,7 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4637,6 +4636,7 @@ class TestVifibSlapWebService(testVifibMixin):
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
@skip("Not Finished yet")
def test_SlaveInstance_request_stop(self): def test_SlaveInstance_request_stop(self):
""" """
Check that the Slave Instance will be stopped correctly 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