Skip to content

Commit f51394f

Browse files
committed
fix smoke tests scripts with regex
1 parent 8b1d4f2 commit f51394f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/templates/kuttl/smoke/test_jmx_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ def check_journalnode_metrics(
126126
check_datanode_metrics(namespace_arg, product_version_arg)
127127
check_journalnode_metrics(namespace_arg, product_version_arg)
128128

129-
print("All expected metrics found")
129+
print("All expected JMX metrics found")

tests/templates/kuttl/smoke/test_native_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ def check_journalnode_metrics(
7676
check_datanode_metrics(namespace_arg)
7777
check_journalnode_metrics(namespace_arg)
7878

79-
print("All expected metrics found")
79+
print("All expected native metrics found")

0 commit comments

Comments
 (0)