diff options
author | 2024-10-25 14:34:19 +0100 | |
---|---|---|
committer | 2024-10-25 14:34:19 +0100 | |
commit | eefb5b3de6e35615ac010805ba4b2e54ec6c5f11 (patch) | |
tree | e8218a32f6411ce90c6a2abea4e46b9536c647ce /k6-tests/ncmp/common/search-base.js | |
parent | 2664c776fda2431846447c40aaad98b49da5593a (diff) |
[k6] Update tests for DMI stub changes for modules
It is needed to update k6 tests due to changes made in
the DMI stub for dynamic module generation:
- Increase setup timeout to 30 minutes
- Use 5 module set tags: tagA to tagE
- Update module search to look for module100
Issue-ID: CPS-2410
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I17830e4d858883743476d297af90d1ceaba1eb44
Diffstat (limited to 'k6-tests/ncmp/common/search-base.js')
-rw-r--r-- | k6-tests/ncmp/common/search-base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/ncmp/common/search-base.js b/k6-tests/ncmp/common/search-base.js index 1e98e9b07b..af2caf71ec 100644 --- a/k6-tests/ncmp/common/search-base.js +++ b/k6-tests/ncmp/common/search-base.js @@ -43,7 +43,7 @@ const SEARCH_PARAMETERS_PER_SCENARIO = { "cmHandleQueryParameters": [ { "conditionName": "hasAllModules", - "conditionParameters": [{"moduleName": "ietf-yang-types"}] + "conditionParameters": [{"moduleName": "module100"}] } ] }, |