Skip to content

Commit 5997659

Browse files
committed
fix placement of start vm after refactoring
1 parent 04c901d commit 5997659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_events_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ def test_01_events_resource(self):
161161
self.cleanup.remove(volume)
162162
ts = str(time.time())
163163
virtual_machine.update(self.apiclient, displayname=ts)
164+
virtual_machine.start(self.apiclient)
164165
virtual_machine.delete(self.apiclient)
165166
self.cleanup.remove(virtual_machine)
166167
account_network.update(self.apiclient, name=account_network.name + ts)
167168
account_network.delete(self.apiclient)
168169
self.cleanup.remove(account_network)
169-
virtual_machine.start(self.apiclient)
170170
account.update(self.apiclient, newname=account.name + ts)
171171
account.disable(self.apiclient)
172172
account.delete(self.apiclient)

0 commit comments

Comments
 (0)