opensearch-project / opensearch-cli

A full-featured command line interface (CLI) for OpenSearch.
https://opensearch.org/docs/latest/clients/cli/
Apache License 2.0
44 stars 24 forks source link

Add support to check plugin is installed before running integration test #56

Closed VijayanB closed 2 years ago

VijayanB commented 2 years ago

Description

opensearch-cli workflows contains both released docker images and assembled docker image from OpenSearch repository. In order to provide one test suite for integration test, added support to mention the plugin names are pre-requisite for test to be executed. If any of the plugin is not installed, the tests will be skipped.

Issues Resolved

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.