Commit 7946f25a authored by Antoine Catton's avatar Antoine Catton

Reindent test_ComputerPartition_rename_root_and_bang

parent a67a70a0
...@@ -747,19 +747,19 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin): ...@@ -747,19 +747,19 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
self.computer_partition_amount = 2 self.computer_partition_amount = 2
sequence_list = SequenceList() sequence_list = SequenceList()
sequence_string = self.prepare_install_requested_computer_partition_sequence_string + """ sequence_string = self.prepare_install_requested_computer_partition_sequence_string + """
SetRootSoftwareInstanceCurrentInstance SetRootSoftwareInstanceCurrentInstance
Tic Tic
LoginTestVifibCustomer DefaultUser
RenameCurrentSoftwareInstanceDead RenameCurrentSoftwareInstanceDead
Tic Tic
Logout Logout
SlapLoginCurrentSoftwareInstance SlapLoginCurrentSoftwareInstance
Bang Bang
SlapLogout SlapLogout
Tic Tic
LoginTestVifibCustomer LoginTestVifibCustomer
CheckTreeHasARootSoftwareInstance CheckTreeHasARootSoftwareInstance
Logout Logout
""" """
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
......
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