Skip to content

Commit f6de060

Browse files
[Scout] Update test config manifests (#289940)
Generated by https://buildkite.com/elastic/kibana-scout-update-metadata/builds/843 Co-authored-by: David Olaru <dolaru@elastic.co>
1 parent e4896f4 commit f6de060

30 files changed

Lines changed: 2145 additions & 407 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sha1": "66601e879c672d962d2bcca142ec5baea63dc277",
3+
"testChannels": [
4+
"ci-on-commit"
5+
],
6+
"tests": [
7+
{
8+
"id": "80ccd168945fdfc-c141de6d8c6e2c6",
9+
"title": "Interactive setup - manual configuration without security configures Kibana against a cluster with security disabled",
10+
"expectedStatus": "passed",
11+
"tags": [
12+
"@local-stateful-classic"
13+
],
14+
"location": {
15+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_no_security_ui/ui/tests/manual_configuration_without_security.spec.ts",
16+
"line": 24,
17+
"column": 5
18+
}
19+
}
20+
]
21+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"sha1": "320f41f72b5343f3ed13ab68510d4ed9720c6783",
3+
"testChannels": [
4+
"ci-on-commit"
5+
],
6+
"tests": [
7+
{
8+
"id": "b11a58266d3b4cc-c3306cd1629bfc1",
9+
"title": "Interactive setup - manual configuration flow without TLS rejects configuration with an invalid verification code",
10+
"expectedStatus": "passed",
11+
"tags": [
12+
"@local-stateful-classic"
13+
],
14+
"location": {
15+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_no_tls_api/api/tests/manual_configuration_flow.spec.ts",
16+
"line": 30,
17+
"column": 56
18+
}
19+
},
20+
{
21+
"id": "b11a58266d3b4cc-364db70df92f48e",
22+
"title": "Interactive setup - manual configuration flow without TLS rejects configuration with invalid credentials",
23+
"expectedStatus": "passed",
24+
"tags": [
25+
"@local-stateful-classic"
26+
],
27+
"location": {
28+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_no_tls_api/api/tests/manual_configuration_flow.spec.ts",
29+
"line": 42,
30+
"column": 14
31+
}
32+
},
33+
{
34+
"id": "b11a58266d3b4cc-aa23a8212bc5ddd",
35+
"title": "Interactive setup - manual configuration flow without TLS configures Kibana, then refuses further requests and boots",
36+
"expectedStatus": "passed",
37+
"tags": [
38+
"@local-stateful-classic"
39+
],
40+
"location": {
41+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_no_tls_api/api/tests/manual_configuration_flow.spec.ts",
42+
"line": 64,
43+
"column": 18
44+
}
45+
}
46+
]
47+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sha1": "541a9ab2f71a9df7f55255a7452aa4eae56eb5e5",
3+
"testChannels": [
4+
"ci-on-commit"
5+
],
6+
"tests": [
7+
{
8+
"id": "f81878affa84f7b-0dfd02313474f72",
9+
"title": "Interactive setup - manual configuration without TLS configures Kibana against a cluster without TLS",
10+
"expectedStatus": "passed",
11+
"tags": [
12+
"@local-stateful-classic"
13+
],
14+
"location": {
15+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_no_tls_ui/ui/tests/manual_configuration.spec.ts",
16+
"line": 25,
17+
"column": 5
18+
}
19+
}
20+
]
21+
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"sha1": "0640a9904d53c5d516bcc45441a2172a4f43bebe",
3+
"testChannels": [
4+
"ci-on-commit"
5+
],
6+
"tests": [
7+
{
8+
"id": "b8f8665edfdad0d-c3fa04398f3c96e",
9+
"title": "Interactive setup - enrollment flow rejects enrollment with an invalid verification code",
10+
"expectedStatus": "passed",
11+
"tags": [
12+
"@local-stateful-classic"
13+
],
14+
"location": {
15+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_enrollment_api/api/tests/enrollment_flow.spec.ts",
16+
"line": 50,
17+
"column": 33
18+
}
19+
},
20+
{
21+
"id": "b8f8665edfdad0d-55153aef540d38a",
22+
"title": "Interactive setup - enrollment flow rejects enrollment with a mismatched CA fingerprint",
23+
"expectedStatus": "passed",
24+
"tags": [
25+
"@local-stateful-classic"
26+
],
27+
"location": {
28+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_enrollment_api/api/tests/enrollment_flow.spec.ts",
29+
"line": 62,
30+
"column": 15
31+
}
32+
},
33+
{
34+
"id": "b8f8665edfdad0d-2e5902c55077439",
35+
"title": "Interactive setup - enrollment flow rejects enrollment with an invalidated API key",
36+
"expectedStatus": "passed",
37+
"tags": [
38+
"@local-stateful-classic"
39+
],
40+
"location": {
41+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_enrollment_api/api/tests/enrollment_flow.spec.ts",
42+
"line": 84,
43+
"column": 26
44+
}
45+
},
46+
{
47+
"id": "b8f8665edfdad0d-e6622a3cd9de391",
48+
"title": "Interactive setup - enrollment flow enrolls Kibana, then refuses further requests and boots",
49+
"expectedStatus": "passed",
50+
"tags": [
51+
"@local-stateful-classic"
52+
],
53+
"location": {
54+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_enrollment_api/api/tests/enrollment_flow.spec.ts",
55+
"line": 110,
56+
"column": 19
57+
}
58+
}
59+
]
60+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sha1": "a726bd68c7f730f948d793e2236076891fdc68b2",
3+
"testChannels": [
4+
"ci-on-commit"
5+
],
6+
"tests": [
7+
{
8+
"id": "77acf09d15436e2-13fe496f8cc6c2a",
9+
"title": "Interactive setup - enrollment token configures Kibana from an enrollment token",
10+
"expectedStatus": "passed",
11+
"tags": [
12+
"@local-stateful-classic"
13+
],
14+
"location": {
15+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_enrollment_ui/ui/tests/enrollment_token.spec.ts",
16+
"line": 34,
17+
"column": 42
18+
}
19+
}
20+
]
21+
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"sha1": "0d0c6f7b5d077acb263be49b464776685f1df118",
3+
"testChannels": [
4+
"ci-on-commit"
5+
],
6+
"tests": [
7+
{
8+
"id": "a5a4c45afefd3d9-23dfb70da237cfb",
9+
"title": "Interactive setup - manual configuration flow rejects configuration with an invalid verification code",
10+
"expectedStatus": "passed",
11+
"tags": [
12+
"@local-stateful-classic"
13+
],
14+
"location": {
15+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_manual_api/api/tests/manual_configuration_flow.spec.ts",
16+
"line": 36,
17+
"column": 7
18+
}
19+
},
20+
{
21+
"id": "a5a4c45afefd3d9-0a707b885ce6f07",
22+
"title": "Interactive setup - manual configuration flow rejects configuration with a corrupt CA certificate",
23+
"expectedStatus": "passed",
24+
"tags": [
25+
"@local-stateful-classic"
26+
],
27+
"location": {
28+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_manual_api/api/tests/manual_configuration_flow.spec.ts",
29+
"line": 45,
30+
"column": 69
31+
}
32+
},
33+
{
34+
"id": "a5a4c45afefd3d9-c2bd66c963335de",
35+
"title": "Interactive setup - manual configuration flow rejects configuration with invalid credentials",
36+
"expectedStatus": "passed",
37+
"tags": [
38+
"@local-stateful-classic"
39+
],
40+
"location": {
41+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_manual_api/api/tests/manual_configuration_flow.spec.ts",
42+
"line": 64,
43+
"column": 9
44+
}
45+
},
46+
{
47+
"id": "a5a4c45afefd3d9-1d93826017e5e74",
48+
"title": "Interactive setup - manual configuration flow configures Kibana, then refuses further requests and boots",
49+
"expectedStatus": "passed",
50+
"tags": [
51+
"@local-stateful-classic"
52+
],
53+
"location": {
54+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_manual_api/api/tests/manual_configuration_flow.spec.ts",
55+
"line": 85,
56+
"column": 9
57+
}
58+
}
59+
]
60+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sha1": "ee73cde9f6de00b6078615665856dc049f349f7b",
3+
"testChannels": [
4+
"ci-on-commit"
5+
],
6+
"tests": [
7+
{
8+
"id": "0c7ab0aded92029-a6ce1d28d59487c",
9+
"title": "Interactive setup - manual configuration configures Kibana against a TLS-enabled cluster",
10+
"expectedStatus": "passed",
11+
"tags": [
12+
"@local-stateful-classic"
13+
],
14+
"location": {
15+
"file": "src/platform/plugins/private/interactive_setup/test/scout_interactive_setup_tls_manual_ui/ui/tests/manual_configuration.spec.ts",
16+
"line": 25,
17+
"column": 5
18+
}
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)