summaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/common/search-base.js
diff options
context:
space:
mode:
authorDaniel Hanrahan <daniel.hanrahan@est.tech>2024-06-26 08:09:46 +0000
committerGerrit Code Review <gerrit@onap.org>2024-06-26 08:09:46 +0000
commitfe38c6a28c303697225c36b11daec87d8a110396 (patch)
treecb7e5a4aa76385c5e3ec4065c9d368da689bba70 /k6-tests/ncmp/common/search-base.js
parent37d82d5d54ede4c05862fe648911c383d253cec3 (diff)
parente88e2c30a6c389e032b5838f2066291e8692d195 (diff)
Merge "Clean up the k6 test suite"
Diffstat (limited to 'k6-tests/ncmp/common/search-base.js')
-rw-r--r--k6-tests/ncmp/common/search-base.js9
1 files changed, 0 insertions, 9 deletions
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'}]
- }
- ]
}
};