Skip to content

Commit 849b9d0

Browse files
committed
[Tests] Updates tests for new license terms
1 parent 0b089bf commit 849b9d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def admin_client
5656
uri = URI.parse(split_hosts.first[0])
5757
end
5858

59-
if test_suite == 'xpack'
59+
if test_suite == 'platinum'
6060
transport_options.merge!(
6161
ssl: {
6262
verify: false,

api-spec-testing/test_file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def wipe_cluster(client)
208208
end
209209

210210
def xpack?
211-
ENV['TEST_SUITE'] == 'xpack'
211+
ENV['TEST_SUITE'] == 'platinum'
212212
end
213213

214214
def wait_for_pending_tasks(client)

elasticsearch-xpack/spec/rest_yaml_tests_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
ca_file = File.join(PROJECT_PATH, '/.ci/certs/ca.crt')
4545

4646
if defined?(TEST_HOST) && defined?(TEST_PORT)
47-
if TEST_SUITE == 'xpack'
47+
if TEST_SUITE == 'platinum'
4848
TRANSPORT_OPTIONS.merge!(:ssl => { verify: false,
4949
client_cert: certificate,
5050
client_key: key,

0 commit comments

Comments
 (0)