Skip to content

Commit

Permalink
Deletes integtest.sh as the script is never called opensearch-project…
Browse files Browse the repository at this point in the history
…/opensearch-build#497

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Dec 13, 2023
1 parent 2ea4d2f commit 4d5af9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 109 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ Run tests against local cluster:
```bash
./gradlew integTestRemote -Dtests.rest.cluster=localhost:9200 -Dtests.cluster=localhost:9200 -Dtests.clustername=docker-cluster -Dsecurity=true -Dhttps=true -Duser=admin -Dpassword=admin -Dcommon_utils.version="2.2.0.0"
```
OR
```bash
./scripts/integtest.sh
```
Note: To run against a remote cluster replace cluster-name and `localhost:9200` with the IPAddress:Port of that cluster.

Build artifacts (zip, deb, rpm):
Expand Down
105 changes: 0 additions & 105 deletions scripts/integtest.sh

This file was deleted.

0 comments on commit 4d5af9f

Please sign in to comment.