2019-04-15 12:41:16 +03:00
|
|
|
Project idpFixtureProject = xpackProject("test:idp-fixture")
|
|
|
|
|
2019-07-01 10:38:56 +03:00
|
|
|
apply plugin: 'elasticsearch.testclusters'
|
2019-04-15 12:41:16 +03:00
|
|
|
apply plugin: 'elasticsearch.standalone-rest-test'
|
|
|
|
apply plugin: 'elasticsearch.rest-test'
|
|
|
|
apply plugin: 'elasticsearch.test.fixtures'
|
|
|
|
|
|
|
|
dependencies {
|
2020-06-14 22:30:44 +02:00
|
|
|
testImplementation project(path: xpackModule('core'), configuration: 'default')
|
|
|
|
testImplementation project(path: xpackModule('core'), configuration: 'testArtifacts')
|
|
|
|
testImplementation project(path: xpackModule('security'), configuration: 'testArtifacts')
|
2019-04-15 12:41:16 +03:00
|
|
|
}
|
2019-09-23 12:48:47 +03:00
|
|
|
testFixtures.useFixture ":x-pack:test:idp-fixture", "oidc-provider"
|
2020-09-16 14:29:09 +10:00
|
|
|
testFixtures.useFixture ":x-pack:test:idp-fixture", "elasticsearch-node"
|
2019-04-15 12:41:16 +03:00
|
|
|
|
2019-11-14 11:01:23 +00:00
|
|
|
thirdPartyAudit.enabled = false
|