Fix REST test documentation

To run the tests we have to use now `*Yaml*IT` instead of `RestIT`:

```sh
gradle :distribution:integ-test-zip:integTest  -Dtests.class=org.elasticsearch.test.rest.*Yaml*IT
```
This commit is contained in:
David Pilato 2016-08-03 13:50:24 +02:00
parent ef5debc6ce
commit 358ee7c272
1 changed files with 3 additions and 3 deletions

View File

@ -285,18 +285,18 @@ REST tests use the following command:
---------------------------------------------------------------------------
gradle :distribution:integ-test-zip:integTest \
-Dtests.class=org.elasticsearch.test.rest.RestIT
-Dtests.class=org.elasticsearch.test.rest.*Yaml*IT
---------------------------------------------------------------------------
A specific test case can be run with
---------------------------------------------------------------------------
gradle :distribution:integ-test-zip:integTest \
-Dtests.class=org.elasticsearch.test.rest.RestIT \
-Dtests.class=org.elasticsearch.test.rest.*Yaml*IT \
-Dtests.method="test {p0=cat.shards/10_basic/Help}"
---------------------------------------------------------------------------
`RestIT` are the executable test classes that runs all the
`*Yaml*IT` are the executable test classes that runs all the
yaml suites available within the `rest-api-spec` folder.
The REST tests support all the options provided by the randomized runner, plus the following: