We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c901d commit 5997659Copy full SHA for 5997659
test/integration/smoke/test_events_resource.py
@@ -161,12 +161,12 @@ def test_01_events_resource(self):
161
self.cleanup.remove(volume)
162
ts = str(time.time())
163
virtual_machine.update(self.apiclient, displayname=ts)
164
+ virtual_machine.start(self.apiclient)
165
virtual_machine.delete(self.apiclient)
166
self.cleanup.remove(virtual_machine)
167
account_network.update(self.apiclient, name=account_network.name + ts)
168
account_network.delete(self.apiclient)
169
self.cleanup.remove(account_network)
- virtual_machine.start(self.apiclient)
170
account.update(self.apiclient, newname=account.name + ts)
171
account.disable(self.apiclient)
172
account.delete(self.apiclient)
0 commit comments