From 943a44836050978ba21d888977b870d092d529dd Mon Sep 17 00:00:00 2001 From: Govind Kamat Date: Mon, 5 Aug 2024 08:25:01 -0700 Subject: [PATCH] Provide instructions on how to run integration tests locally. Signed-off-by: Govind Kamat --- DEVELOPER_GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 605b272c0..bd7767d9d 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -173,6 +173,8 @@ Integration tests are expected to run for approximately **20-30 mins** and can b * Amazon Linux 2 * MacOS +Integration tests run against the standard [OpenSearch Benchmark workloads](https://github.com/opensearch-project/opensearch-benchmark-workloads). Sometimes, it may be necessary to run integration tests against a modified forked copy of these workloads. In that case, please follow the instructions [here](https://github.com/opensearch-project/opensearch-benchmark-workloads/blob/main/README.md#testing-the-workload). + Invoke integration tests by running the following command within the root directory of the repository: ```