mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-06 21:32:40 +00:00
Merge pull request #106 from 0xFelix/fix-kubevirt-vm-verify
fix(tests,kubevirt_vm): Fix assertion in verify.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user