From e88e2c30a6c389e032b5838f2066291e8692d195 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Fri, 21 Jun 2024 15:22:57 +0100 Subject: Clean up the k6 test suite - Remove the tests that are not in the Characteristics - Set .625 seconds/operation for cm handle id search with module filter - Set 13 seconds/operation for cm handle search with module filter Issue-ID: CPS-2286 Change-Id: I88d5773abadb29ce46914029332384ae8e55e032 Signed-off-by: halil.cakal --- k6-tests/ncmp/common/search-base.js | 9 --------- 1 file changed, 9 deletions(-) (limited to 'k6-tests/ncmp/common') diff --git a/k6-tests/ncmp/common/search-base.js b/k6-tests/ncmp/common/search-base.js index f833a5388a..816bacac56 100644 --- a/k6-tests/ncmp/common/search-base.js +++ b/k6-tests/ncmp/common/search-base.js @@ -23,7 +23,6 @@ import { check } from 'k6'; import { NCMP_BASE_URL, TOTAL_CM_HANDLES } from './utils.js'; const SEARCH_PARAMETERS_PER_SCENARIO = { - 'no-filter': {}, 'module': { 'cmHandleQueryParameters': [ { @@ -31,14 +30,6 @@ const SEARCH_PARAMETERS_PER_SCENARIO = { 'conditionParameters': [{'moduleName': 'ietf-yang-types-1'}] } ] - }, - 'property': { - 'cmHandleQueryParameters': [ - { - 'conditionName': 'hasAllProperties', - 'conditionParameters': [{'Color': 'yellow'}] - } - ] } }; -- cgit 1.2.3-korg