Skip to content

Commit

Permalink
fix: remove unnecessary test "assertion"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjelinek authored and richm committed Apr 18, 2024
1 parent ec4f363 commit 6469998
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/tests_cib_node_attributes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,11 @@
value: val1
- name: attr2
value: val2
- attrs:
- name: attr3
value: val3

- name: Verify node attributes
vars:
__test_expected_lines:
- "Node Attributes:"
# Except the first one, nvsets are ignored, so attr3=val3 is not
# there.
- " {{ __test_first_node }}: attr1=val1 attr2=val2"
block:
- name: Fetch node attributes configuration from the cluster
Expand Down

0 comments on commit 6469998

Please sign in to comment.