Skip to content

Commit 5411a19

Browse files
committed
[common] Rename tasks for subscription and pod tests
1 parent 586c639 commit 5411a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/common/tasks/pod_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
changed_when: false
1313

1414
- name: |
15-
TEST Check {{ pod.name }} pod is running in {{ pod.nspace }} namespace
15+
TEST Check {{ pod.name }} pod is {{ pod.status_str }} in {{ pod.nspace }} namespace
1616
{{ item.test_id if item.test_id is defined }}
1717
ansible.builtin.command:
1818
cmd: |

roles/common/tasks/subscription_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
register: output
88

99
- name: |
10-
TEST Check that {{ subscription.name }} subscription exists
10+
TEST Check that {{ subscription.name }} subscription exists in {{ subscription.nspace }} namespace
1111
{{ subscription.test_id if subscription.test_id is defined }}
1212
ansible.builtin.assert:
1313
that:

0 commit comments

Comments
 (0)