From 0b418393c1f3605a8a8eca061659a32ae31769fa Mon Sep 17 00:00:00 2001 From: Leonid Chernin Date: Wed, 11 Feb 2026 16:14:03 +0200 Subject: [PATCH] qa: fixing the qa test in mon/misc.sh after adding beacon-diff feature Signed-off-by: Leonid Chernin --- qa/standalone/mon/misc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/standalone/mon/misc.sh b/qa/standalone/mon/misc.sh index b9dca4d08e89..d4f81d91d2f7 100755 --- a/qa/standalone/mon/misc.sh +++ b/qa/standalone/mon/misc.sh @@ -281,7 +281,8 @@ function TEST_mon_features() { jq_success "$jqinput" "$jqfilter" "squid" || return 1 jqfilter='.monmap.features.persistent[]|select(. == "tentacle")' jq_success "$jqinput" "$jqfilter" "tentacle" || return 1 - jqfilter='.monmap.features.persistent | length == 12' + jq_success "$jqinput" "$jqfilter" "nvmeof_beacon_diff" || return 1 + jqfilter='.monmap.features.persistent | length == 13' jq_success "$jqinput" "$jqfilter" || return 1 CEPH_ARGS=$CEPH_ARGS_orig -- 2.47.3