mirror of https://github.com/apache/cloudstack.git
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
acf78ab6cf
commit
10a04048ab
|
|
@ -158,10 +158,14 @@ class TestDeployVMFromISO(cloudstackTestCase):
|
|||
"Check list response returns a valid list"
|
||||
)
|
||||
vm_response = list_vm_response[0]
|
||||
vm_state = self.virtual_machine.getState(
|
||||
self.apiclient,
|
||||
VirtualMachine.RUNNING
|
||||
)
|
||||
|
||||
self.assertEqual(
|
||||
vm_response.state,
|
||||
"Running",
|
||||
vm_state,
|
||||
VirtualMachine.RUNNING,
|
||||
"Check virtual machine is in running state"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue