File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def admin_client
56
56
uri = URI . parse ( split_hosts . first [ 0 ] )
57
57
end
58
58
59
- if test_suite == 'xpack '
59
+ if test_suite == 'platinum '
60
60
transport_options . merge! (
61
61
ssl : {
62
62
verify : false ,
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ def wipe_cluster(client)
208
208
end
209
209
210
210
def xpack?
211
- ENV [ 'TEST_SUITE' ] == 'xpack '
211
+ ENV [ 'TEST_SUITE' ] == 'platinum '
212
212
end
213
213
214
214
def wait_for_pending_tasks ( client )
Original file line number Diff line number Diff line change 44
44
ca_file = File . join ( PROJECT_PATH , '/.ci/certs/ca.crt' )
45
45
46
46
if defined? ( TEST_HOST ) && defined? ( TEST_PORT )
47
- if TEST_SUITE == 'xpack '
47
+ if TEST_SUITE == 'platinum '
48
48
TRANSPORT_OPTIONS . merge! ( :ssl => { verify : false ,
49
49
client_cert : certificate ,
50
50
client_key : key ,
You can’t perform that action at this time.
0 commit comments