[TEST] Rename remaining yaml tests to yml

Original commit: elastic/x-pack-elasticsearch@5ee8b9ab7b
This commit is contained in:
Dimitrios Athanasiou 2017-05-17 15:57:22 +01:00
parent 4f94624277
commit b9ccee8731
69 changed files with 0 additions and 14 deletions

View File

@ -1,4 +1,3 @@
# This LDAP connection does group lookup by a subtree search, no role mapping
ldap:
urls:
- ldap://ldap.example.com:1389

View File

@ -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

View File

@ -54,7 +54,6 @@ teardown:
"Test changing users password":
- skip:
features: catch_unauthorized
# validate that the user actually works
- do:
headers:
Authorization: "Basic am9lOnMza3JpdA=="

View File

@ -154,7 +154,6 @@
job_id: index-layout-job2
- match: {count: 3}
# Put some categorizer state
- do:
index:
index: .ml-state

View File

@ -66,7 +66,6 @@ teardown:
}
- match: { role: { created: true } }
# test that the role actually works
- do:
headers:
Authorization: "Basic am9lOnMza3JpdA=="

View File

@ -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

View File

@ -37,7 +37,6 @@ teardown:
- skip:
features: [headers, catch_unauthorized]
# test that the role actually works
- do:
headers:
Authorization: "Basic am9lOnMza3JpdA=="

View File

@ -24,7 +24,6 @@ teardown:
---
"Test disable then enable user":
# check that the user works
- do:
headers:
Authorization: "Basic am9lOnMza3JpdA=="

View File

@ -24,7 +24,6 @@ teardown:
---
"Test disable then enable user":
# validate user cannot login
- do:
catch: unauthorized
headers:

View File

@ -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":

View File

@ -1,5 +1,3 @@
# Integration tests for monitoring
#
"X-Pack loaded":
- do:
cluster.state: {}

View File

@ -1,5 +1,3 @@
# Integration tests xpack info and usage API
#
"X-Pack Info and Usage":
- do: