[TEST] Rename remaining yaml tests to yml
Original commit: elastic/x-pack-elasticsearch@5ee8b9ab7b
This commit is contained in:
parent
4f94624277
commit
b9ccee8731
|
@ -1,4 +1,3 @@
|
|||
# This LDAP connection does group lookup by a subtree search, no role mapping
|
||||
ldap:
|
||||
urls:
|
||||
- ldap://ldap.example.com:1389
|
|
@ -1,4 +1,3 @@
|
|||
# This LDAP connection does group lookup by attribute with group to role mapping
|
||||
ldap:
|
||||
urls: # these connections are not round-robin, but primary, secondary, etc. When the first fails the second is attempted
|
||||
- ldap://ldap.example.com:1389
|
|
@ -54,7 +54,6 @@ teardown:
|
|||
"Test changing users password":
|
||||
- skip:
|
||||
features: catch_unauthorized
|
||||
# validate that the user actually works
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic am9lOnMza3JpdA=="
|
|
@ -154,7 +154,6 @@
|
|||
job_id: index-layout-job2
|
||||
- match: {count: 3}
|
||||
|
||||
# Put some categorizer state
|
||||
- do:
|
||||
index:
|
||||
index: .ml-state
|
|
@ -66,7 +66,6 @@ teardown:
|
|||
}
|
||||
- match: { role: { created: true } }
|
||||
|
||||
# test that the role actually works
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic am9lOnMza3JpdA=="
|
|
@ -53,7 +53,6 @@ teardown:
|
|||
}
|
||||
- match: { user: { created: true } }
|
||||
|
||||
# Index a doc and make sure the "joe" user can see it
|
||||
- do:
|
||||
index:
|
||||
index: foo
|
|
@ -37,7 +37,6 @@ teardown:
|
|||
- skip:
|
||||
features: [headers, catch_unauthorized]
|
||||
|
||||
# test that the role actually works
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic am9lOnMza3JpdA=="
|
|
@ -24,7 +24,6 @@ teardown:
|
|||
|
||||
---
|
||||
"Test disable then enable user":
|
||||
# check that the user works
|
||||
- do:
|
||||
headers:
|
||||
Authorization: "Basic am9lOnMza3JpdA=="
|
|
@ -24,7 +24,6 @@ teardown:
|
|||
|
||||
---
|
||||
"Test disable then enable user":
|
||||
# validate user cannot login
|
||||
- do:
|
||||
catch: unauthorized
|
||||
headers:
|
|
@ -11,7 +11,6 @@ teardown:
|
|||
id: "my_watch"
|
||||
ignore: 404
|
||||
|
||||
# See https://github.com/elastic/x-pack-elasticsearch/issues/1123
|
||||
---
|
||||
"Ensure that ack status is reset after unsuccesful execution":
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
# Integration tests for monitoring
|
||||
#
|
||||
"X-Pack loaded":
|
||||
- do:
|
||||
cluster.state: {}
|
|
@ -1,5 +1,3 @@
|
|||
# Integration tests xpack info and usage API
|
||||
#
|
||||
"X-Pack Info and Usage":
|
||||
|
||||
- do:
|
Loading…
Reference in New Issue