Commit 5885f057 authored by Łukasz Nowak's avatar Łukasz Nowak

software/kvm: Assert that post take-over cleanup is executed

parent 80888264
Pipeline #39182 failed with stage
in 0 seconds
......@@ -941,7 +941,11 @@ class TestInstanceResilientBackupImporter(
# the real assertions comes from re-stabilizing the instance tree
self.slap.waitForInstance(max_retry=10)
# check that all stabilizes after backup after takeover
self.call_exporter()
status_text = self.call_exporter()
self.assertIn(
'Post take-over cleanup',
status_text
)
self.slap.waitForInstance(max_retry=10)
......
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