From: Leonid Chernin Date: Wed, 11 Feb 2026 14:14:03 +0000 (+0200) Subject: qa: fixing the qa test in mon/misc.sh after adding beacon-diff feature X-Git-Tag: testing/wip-vshankar-testing-20260212.053105~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0b418393c1f3605a8a8eca061659a32ae31769fa;p=ceph-ci.git qa: fixing the qa test in mon/misc.sh after adding beacon-diff feature Signed-off-by: Leonid Chernin --- diff --git a/qa/standalone/mon/misc.sh b/qa/standalone/mon/misc.sh index b9dca4d08e8..d4f81d91d2f 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