Introduce simple public yaml-rest-test plugin (#76554)

This introduces a basic public yaml rest test plugin that is supposed to be used by external 
elasticsearch plugin authors. This is driven by #76215

- Rename yaml-rest-test to intern-yaml-rest-test
- Use public yaml plugin in example plugins

Co-authored-by: Mark Vieira <portugee@gmail.com>
This commit is contained in:
Rene Groeschke 2021-08-31 08:45:52 +02:00 committed by GitHub
parent d715449766
commit 35ec6f348c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
68 changed files with 298 additions and 82 deletions

View file

@ -7,7 +7,7 @@
*/
apply plugin: 'elasticsearch.validate-rest-spec'
apply plugin: 'elasticsearch.yaml-rest-test'
apply plugin: 'elasticsearch.internal-yaml-rest-test'
apply plugin: 'elasticsearch.yaml-rest-compat-test'
esplugin {