From 206f47707c57800783b03191cdf53a6de3de8a71 Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Mon, 19 Feb 2018 17:58:50 +1100 Subject: [PATCH] Test: use trial license for qa/rolling-upgrade This updates the rolling-upgrade cluster tests to use a trial license so that security and watcher functionality can be tested. This is needed as a result of changing the default license type to basic. Relates elastic/x-pack-elasticsearch#3878 Relates elastic/x-pack-elasticsearch@f899d48 Original commit: elastic/x-pack-elasticsearch@b1cdd526004cf77cd17bc31be1365275515d05a6 --- qa/rolling-upgrade/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/rolling-upgrade/build.gradle b/qa/rolling-upgrade/build.gradle index 25519022b27..7919fbb1420 100644 --- a/qa/rolling-upgrade/build.gradle +++ b/qa/rolling-upgrade/build.gradle @@ -136,6 +136,7 @@ subprojects { setting 'xpack.monitoring.exporters._http.enabled', 'false' setting 'xpack.monitoring.exporters._http.auth.username', 'test_user' setting 'xpack.monitoring.exporters._http.auth.password', 'x-pack-test-password' + setting 'xpack.license.self_generated.type', 'trial' setting 'xpack.security.transport.ssl.enabled', 'true' setting 'xpack.security.authc.token.enabled', 'true' setting 'xpack.ssl.keystore.path', 'testnode.jks' @@ -218,6 +219,7 @@ subprojects { setting 'xpack.monitoring.exporters._http.enabled', 'false' setting 'xpack.monitoring.exporters._http.auth.username', 'test_user' setting 'xpack.monitoring.exporters._http.auth.password', 'x-pack-test-password' + setting 'xpack.license.self_generated.type', 'trial' setting 'xpack.security.transport.ssl.enabled', 'true' setting 'xpack.ssl.keystore.path', 'testnode.jks' keystoreSetting 'xpack.ssl.keystore.secure_password', 'testnode'