aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/config/endurance.json
diff options
context:
space:
mode:
authorDaniel Hanrahan <daniel.hanrahan@est.tech>2024-11-21 13:11:18 +0000
committerGerrit Code Review <gerrit@onap.org>2024-11-21 13:11:18 +0000
commite944fa76b5290890ebdcacad7bb9497f19df9a66 (patch)
treecbb383656c17283b9cfae7cee1cb12b657b4c6aa /k6-tests/ncmp/config/endurance.json
parent3e182a869fb05ac6d8061171555207aca7d1f8bd (diff)
parentb685df03750be0ee1b9c55632dceedb7dbf4961a (diff)
Merge "Add new k6 test profile for running edurance tests"
Diffstat (limited to 'k6-tests/ncmp/config/endurance.json')
-rw-r--r--k6-tests/ncmp/config/endurance.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/k6-tests/ncmp/config/endurance.json b/k6-tests/ncmp/config/endurance.json
new file mode 100644
index 0000000000..c9def6ce39
--- /dev/null
+++ b/k6-tests/ncmp/config/endurance.json
@@ -0,0 +1,13 @@
+{
+ "hosts": {
+ "ncmpBaseUrl": "http://localhost:8884",
+ "dmiStubUrl": "http://ncmp-dmi-plugin-demo-and-csit-stub:8092",
+ "kafkaBootstrapServer": "localhost:9093"
+ },
+ "timingConfig": {
+ "testDuration": "2h"
+ },
+ "kafka": {
+ "legacyBatchTopic": "legacy_batch_topic"
+ }
+}