diff options
author | emaclee <lee.anjella.macabuhay@est.tech> | 2024-08-14 14:25:33 +0100 |
---|---|---|
committer | emaclee <lee.anjella.macabuhay@est.tech> | 2024-08-14 15:26:45 +0100 |
commit | f11aad9f7e2035ce174e486773a98fcc910e0930 (patch) | |
tree | ae43b0ba4560d2a45a6177d5755e64a2c2d52933 /k6-tests/ncmp/common/utils.js | |
parent | c3fb2570df38b7d802c7eef22fcb213e80d8d639 (diff) |
Add moduleSetTag on k6 test
Issue-ID: CPS-2357
Change-Id: I21b980b1e36988d3b5daf07e4f6a14fe4309cd20
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
Diffstat (limited to 'k6-tests/ncmp/common/utils.js')
-rw-r--r-- | k6-tests/ncmp/common/utils.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/k6-tests/ncmp/common/utils.js b/k6-tests/ncmp/common/utils.js index b0e39c0867..58c958dce0 100644 --- a/k6-tests/ncmp/common/utils.js +++ b/k6-tests/ncmp/common/utils.js @@ -28,6 +28,7 @@ export const CONTENT_TYPE_JSON_PARAM = { headers: {'Content-Type': 'application/ export const DATA_OPERATION_READ_BATCH_SIZE = 200; export const TOPIC_DATA_OPERATIONS_BATCH_READ = 'topic-data-operations-batch-read'; export const KAFKA_BOOTSTRAP_SERVERS = ['localhost:9092']; +export const MODULE_SET_TAGS = ['tagA','tagB','tagC',' tagD'] export function recordTimeInSeconds(functionToExecute) { const startTimeInMillis = Date.now(); |