mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-08 06:12:39 +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:
|
that:
|
||||||
- >-
|
- >-
|
||||||
not recreate.changed or
|
not recreate.changed or
|
||||||
recreated.changed and
|
recreate.changed and
|
||||||
recreated.method == "update" and
|
recreate.method == "update" and
|
||||||
recreated.diff.before.metadata.annotations.get('kubemacpool.io/transaction-timestamp') and
|
recreate.diff.before.metadata.annotations.get('kubemacpool.io/transaction-timestamp') and
|
||||||
not recreated.diff.after.metadata.annotations
|
not recreate.diff.after.metadata.annotations
|
||||||
|
|
||||||
- name: Delete VM
|
- name: Delete VM
|
||||||
connection: local
|
connection: local
|
||||||
|
|||||||
Reference in New Issue
Block a user