Document required settings when running the REST test suite

This commit is contained in:
Clinton Gormley 2016-03-04 13:50:21 +01:00
parent ebbc3ccab2
commit 30669f63e8
1 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,23 @@
Test Suite:
===========
[NOTE]
.Required settings
=======================================
Certain tests require specific settings to be applied to the
Elasticsearch instance in order to pass. You should run
Elasticsearch as follows:
[source,sh]
---------------------
bin/elasticsearch --script.inline true --node.testattr test --path.repo /tmp --repositories.url.allowed_urls 'http://snapshot.*'
---------------------
=======================================
Test file structure
--------------------
A YAML test file consists of:
* an optional `setup` section, followed by
* one or more test sections