[TEST] Use SecurityClusterClientYamlTestCase to ensure mappings and templates are present

Original commit: elastic/x-pack-elasticsearch@742633c93c
This commit is contained in:
Simon Willnauer 2017-04-11 17:55:21 +02:00
parent a1bf6247a8
commit a7dfbcd2cb
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: ':x-pack-elasticsearch:plugin', configuration: 'runtime')
testCompile project(path: ':x-pack-elasticsearch:plugin', configuration: 'testArtifacts')
}
task remoteClusterTest(type: RestIntegTestTask) {

View File

@ -18,7 +18,7 @@ import java.io.IOException;
import static org.elasticsearch.xpack.security.authc.support.UsernamePasswordToken.basicAuthHeaderValue;
public class MultiClusterSearchWithSecurityYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
public class MultiClusterSearchWithSecurityYamlTestSuiteIT extends SecurityClusterClientYamlTestCase {
private static final String USER = "test_user";
private static final String PASS = "changeme";