aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/README.md
diff options
context:
space:
mode:
authorhalil.cakal <halil.cakal@est.tech>2024-11-19 11:10:32 +0000
committerhalil.cakal <halil.cakal@est.tech>2024-11-22 11:00:58 +0000
commitfd5b04c51451cb0525d7ed93b1bb9b53573f6aaa (patch)
tree4d22141c2e229dbdc98f3b4c82e2db6d7ec77555 /k6-tests/README.md
parentd378e7b4321bf940424079440461eb0b874ad096 (diff)
Define new Suite (js): Endurance
- have one ncmp-test-runner.js with different configs: kpi.json and endurance.json - move scenarios and thresholds settings into the json configs Issue-ID: CPS-2444 Change-Id: I72f65036dc3f7762284b32903e1d05474dbed6c2 Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'k6-tests/README.md')
-rw-r--r--k6-tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/README.md b/k6-tests/README.md
index f74c9d4f7b..506e6a78a7 100644
--- a/k6-tests/README.md
+++ b/k6-tests/README.md
@@ -22,5 +22,5 @@ docker-compose -f docker-compose/docker-compose.yml --profile dmi-stub up
To run an individual test from command line, use
```shell
-k6 run ncmp/ncmp-kpi.js
+k6 run ncmp/ncmp-test-runner.js
```