mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
fix(tests,kubevirt_vm): Fix assertion in verify.yml
Fix the assertion that was introduced in
2521e8ba24 by removing the superfluous 'd'
at the end of the variable names.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
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