From b685df03750be0ee1b9c55632dceedb7dbf4961a Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Wed, 6 Nov 2024 15:05:22 +0000 Subject: Add new k6 test profile for running edurance tests - assign a profile name to the existing k6 tests (kpi) - add control which profile is run using k6 config file - both test profiles can run in parallel Issue-ID: CPS-2464 Change-Id: I9fea13f12e2da46bd55b4315c68209843c1abe06 Signed-off-by: halil.cakal --- k6-tests/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'k6-tests/README.md') diff --git a/k6-tests/README.md b/k6-tests/README.md index 9a385e100a..f74c9d4f7b 100644 --- a/k6-tests/README.md +++ b/k6-tests/README.md @@ -7,9 +7,11 @@ k6 tests are written in JavaScript. Follow the instructions in the [build from source guide](https://github.com/mostafa/xk6-kafka) to get started. ## Running the k6 test suites -Simply run the main script. (The script assumes k6 and docker-compose have been installed). +These tests measure the system capabilities as per requirements. +There are two test profiles can be run with either: kpi or endurance. +Simply run the main script. (The script assumes k6 and the relevant docker-compose have been installed). ```shell -./run-k6-tests.sh +./run-k6-tests.sh kpi ``` ## Running k6 tests manually -- cgit 1.2.3-korg