]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fixing the qa test in mon/misc.sh after adding beacon-diff feature 67307/head
authorLeonid Chernin <leonidc@il.ibm.com>
Wed, 11 Feb 2026 14:14:03 +0000 (16:14 +0200)
committerLeonid Chernin <leonidc@il.ibm.com>
Wed, 11 Feb 2026 14:14:03 +0000 (16:14 +0200)
Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
qa/standalone/mon/misc.sh

index b9dca4d08e897599d039d366ed0df8b2d2426eb9..d4f81d91d2f7d0ca37bbaeb001d0181b1d847835 100755 (executable)
@@ -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