Removing OpenDistro integration tests (#183)

Signed-off-by: Vacha Shah <vachshah@amazon.com>

Signed-off-by: Vacha Shah <vachshah@amazon.com>
This commit is contained in:
Vacha Shah
2022-10-18 11:30:21 -07:00
committed by GitHub
parent e3729f4d31
commit 20cc9b4b98
7 changed files with 9 additions and 20 deletions
+3 -4
View File
@@ -23,12 +23,11 @@ $ nox -rs test
To run the integration tests locally, run:
```
./.ci/run-tests opensearch true 1.3.0
./.ci/run-tests true 1.3.0
```
The first argument, `opensearch` tells the server type to run integration test against. Valid values are `opensearch` and `opendistro`.
The second argument tells whether to run server with security plugin enabled or not.
The third argument specifies the version of OpenSearch the tests should run against, if not specified, the tests run against the latest version. This argument is ignored if the server type is `opendistro`.
The first argument tells whether to run server with security plugin enabled or not.
The second argument specifies the version of OpenSearch the tests should run against, if not specified, the tests run against the latest version.
Note that integration tests require docker to be installed and running, and downloads quite a bit of data from over the internet and hence take few minutes to complete.