2019-04-15 05:41:16 -04:00
|
|
|
Project idpFixtureProject = xpackProject("test:idp-fixture")
|
|
|
|
|
2019-07-01 03:38:56 -04:00
|
|
|
apply plugin: 'elasticsearch.testclusters'
|
2019-04-15 05:41:16 -04:00
|
|
|
apply plugin: 'elasticsearch.standalone-rest-test'
|
|
|
|
apply plugin: 'elasticsearch.rest-test'
|
|
|
|
apply plugin: 'elasticsearch.test.fixtures'
|
|
|
|
|
|
|
|
dependencies {
|
2020-06-14 16:30:44 -04: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 05:41:16 -04:00
|
|
|
}
|
2019-09-23 05:48:47 -04:00
|
|
|
testFixtures.useFixture ":x-pack:test:idp-fixture", "oidc-provider"
|
2020-09-16 00:29:09 -04:00
|
|
|
testFixtures.useFixture ":x-pack:test:idp-fixture", "elasticsearch-node"
|
2019-04-15 05:41:16 -04:00
|
|
|
|
2019-11-14 06:01:23 -05:00
|
|
|
thirdPartyAudit.enabled = false
|