From cdd2436da69aee4901fe9a28d75800c1c2e8da39 Mon Sep 17 00:00:00 2001 From: Istvan Fajth Date: Tue, 12 Nov 2019 17:05:26 +0100 Subject: [PATCH 1/2] HDDS-2462. Add jq dependency in Contribution guideline --- CONTRIBUTION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 33e1d50ee359..21a55d52910f 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -57,6 +57,7 @@ Additional requirements to execute different type of tests: * [Robot framework](https://robotframework.org/) (for executing acceptance tests) * docker-compose (to start pseudo cluster, also used for blockade and acceptance tests) * [blockade](https://pypi.org/project/blockade/) To execute network fault-injection testing. +* [jq](https://stedolan.github.io/jq/) To parse JMX results from different processes running in containers in docker based tests. Optional dependencies: From 85bb7242c3624cbd682ab28c07bc47bcb3c13f35 Mon Sep 17 00:00:00 2001 From: Istvan Fajth Date: Tue, 12 Nov 2019 19:45:25 +0100 Subject: [PATCH 2/2] Address review suggestion from @adoroszlai --- CONTRIBUTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 21a55d52910f..622acd223e95 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -57,7 +57,7 @@ Additional requirements to execute different type of tests: * [Robot framework](https://robotframework.org/) (for executing acceptance tests) * docker-compose (to start pseudo cluster, also used for blockade and acceptance tests) * [blockade](https://pypi.org/project/blockade/) To execute network fault-injection testing. -* [jq](https://stedolan.github.io/jq/) To parse JMX results from different processes running in containers in docker based tests. +* [jq](https://stedolan.github.io/jq/) (for executing acceptance tests) Optional dependencies: