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
[ ] New functionality includes testing.
[x] All tests pass
[ ] New functionality has been documented.
[ ] New functionality has documentation added
[x] Commits are signed as per the DCO using --signoff
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.
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.