Merge pull request #106 from 0xFelix/fix-kubevirt-vm-verify

fix(tests,kubevirt_vm): Fix assertion in verify.yml
This commit is contained in:
kubevirt-bot
2024-06-06 17:35:42 +02:00
committed by GitHub

View File

@@ -16,10 +16,10 @@
that:
- >-
not recreate.changed or
recreated.changed and
recreated.method == "update" and
recreated.diff.before.metadata.annotations.get('kubemacpool.io/transaction-timestamp') and
not recreated.diff.after.metadata.annotations
recreate.changed and
recreate.method == "update" and
recreate.diff.before.metadata.annotations.get('kubemacpool.io/transaction-timestamp') and
not recreate.diff.after.metadata.annotations
- name: Delete VM
connection: local