Enhanced the Yaml test runner to utilize the rest-api-spec YAML tests from OpenSearch repo as the input source (#414)
Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
working-directory: opensearch/distribution/archives/linux-tar/build/distributions
|
||||
run: |
|
||||
tar xf opensearch-min-*
|
||||
./opensearch-*/bin/opensearch &
|
||||
./opensearch-*/bin/opensearch -E path.repo=/tmp &
|
||||
for attempt in {1..20}; do sleep 5; if curl -s localhost:9200; then echo '=====> ready'; break; fi; echo '=====> waiting...'; done
|
||||
|
||||
- name: Checkout Python Client
|
||||
|
||||
Reference in New Issue
Block a user