Skip to content

Commit 52f9d5e

Browse files
author
Prasanna Santhanam
committed
Improve debug message when failing the test
Added the listVM response as part of debug logging Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 6e24542 commit 52f9d5e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/integration/smoke/test_vm_life_cycle.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,12 @@ def test_09_expunge_vm(self):
687687
else:
688688
break
689689

690+
self.debug("listVirtualMachines response: %s" % list_vm_response)
691+
690692
self.assertEqual(
691693
list_vm_response,
692694
None,
693-
"Check Expunged virtual machine is listVirtualMachines"
695+
"Check Expunged virtual machine is in listVirtualMachines response"
694696
)
695697
return
696698

0 commit comments

Comments
 (0)