File tree 8 files changed +84
-72
lines changed
8 files changed +84
-72
lines changed Original file line number Diff line number Diff line change @@ -127,26 +127,30 @@ Feature: components / catalog-filter
127
127
-------------------------------------------------
128
128
Scenario : Freetext filtering the service listing
129
129
Given 1 datacenter model with the value "dc-1"
130
- And 3 service models from yaml
130
+ And 6 service models from yaml
131
131
---
132
132
- Name: Service-0
133
- Kind: consul
134
133
Tags: ['one' , 'two' , 'three' ]
135
134
ChecksPassing: 0
136
135
ChecksWarning: 0
137
136
ChecksCritical: 1
137
+ - Name: Service-0-proxy
138
+ Kind: 'connect-proxy'
138
139
- Name: Service-1
139
- Kind: consul
140
140
Tags: ['two' , 'three' ]
141
141
ChecksPassing: 0
142
142
ChecksWarning: 1
143
143
ChecksCritical: 0
144
+ - Name: Service-1-proxy
145
+ Kind: 'connect-proxy'
144
146
- Name: Service-2
145
- Kind: consul
146
147
Tags: ['three' ]
147
148
ChecksPassing: 1
148
149
ChecksWarning: 0
149
150
ChecksCritical: 0
151
+ - Name: Service-2-proxy
152
+ Kind: 'connect-proxy'
153
+
150
154
---
151
155
When I visit the services page for yaml
152
156
---
Original file line number Diff line number Diff line change @@ -6,14 +6,17 @@ Feature: dc / error: Recovering from a dc 500 error
6
6
- dc-1
7
7
- dc-500
8
8
---
9
- And 3 service models from yaml
9
+ And 6 service models from yaml
10
10
---
11
11
- Name: Service-0
12
- Kind: consul
12
+ - Name: Service-0-proxy
13
+ Kind: 'connect-proxy'
13
14
- Name: Service-1
14
- Kind: consul
15
+ - Name: Service-1-proxy
16
+ Kind: 'connect-proxy'
15
17
- Name: Service-2
16
- Kind: consul
18
+ - Name: Service-2-proxy
19
+ Kind: 'connect-proxy'
17
20
---
18
21
And the url "/v1/internal/ui/services" responds with a 500 status
19
22
When I visit the services page for yaml
Original file line number Diff line number Diff line change @@ -13,20 +13,26 @@ Feature: dc / nspaces / manage : Managing Namespaces
13
13
---
14
14
- dc-1
15
15
---
16
- And 6 service models from yaml
16
+ And 12 service models from yaml
17
17
---
18
18
- Name: Service-0
19
- Kind: consul
19
+ - Name: Service-0-proxy
20
+ Kind: 'connect-proxy'
20
21
- Name: Service-1
21
- Kind: consul
22
+ - Name: Service-1-proxy
23
+ Kind: 'connect-proxy'
22
24
- Name: Service-2
23
- Kind: consul
25
+ - Name: Service-2-proxy
26
+ Kind: 'connect-proxy'
24
27
- Name: Service-3
25
- Kind: consul
28
+ - Name: Service-3-proxy
29
+ Kind: 'connect-proxy'
26
30
- Name: Service-4
27
- Kind: consul
31
+ - Name: Service-4-proxy
32
+ Kind: 'connect-proxy'
28
33
- Name: Service-5
29
- Kind: consul
34
+ - Name: Service-5-proxy
35
+ Kind: 'connect-proxy'
30
36
---
31
37
32
38
When I visit the services page for yaml
Original file line number Diff line number Diff line change @@ -6,21 +6,28 @@ Feature: dc / services / dc-switch : Switching Datacenters
6
6
- dc-1
7
7
- dc-2
8
8
---
9
- And 6 service models from yaml
9
+ And 12 service models from yaml
10
10
---
11
11
- Name: Service-0
12
- Kind: consul
12
+ - Name: Service-0-proxy
13
+ Kind: 'connect-proxy'
13
14
- Name: Service-1
14
- Kind: consul
15
+ - Name: Service-1-proxy
16
+ Kind: 'connect-proxy'
15
17
- Name: Service-2
16
- Kind: consul
18
+ - Name: Service-2-proxy
19
+ Kind: 'connect-proxy'
17
20
- Name: Service-3
18
- Kind: consul
21
+ - Name: Service-3-proxy
22
+ Kind: 'connect-proxy'
19
23
- Name: Service-4
20
- Kind: consul
24
+ - Name: Service-4-proxy
25
+ Kind: 'connect-proxy'
21
26
- Name: Service-5
22
- Kind: consul
27
+ - Name: Service-5-proxy
28
+ Kind: 'connect-proxy'
23
29
---
30
+
24
31
When I visit the services page for yaml
25
32
---
26
33
dc: dc-1
Original file line number Diff line number Diff line change 2
2
Feature : dc / services / index: List Services
3
3
Scenario :
4
4
Given 1 datacenter model with the value "dc-1"
5
- And 4 service models from yaml
5
+ And 10 service models from yaml
6
6
---
7
- - Name: Service 1
8
- Kind: consul
9
- ExternalSources:
10
- - consul
11
- - Name: Service 2
12
- Kind: consul
13
- ExternalSources:
14
- - nomad
15
- - Name: Service 3
16
- Kind: consul
17
- ExternalSources:
18
- - terraform
19
- - Name: Service 4
20
- Kind: consul
21
- ExternalSources:
22
- - kubernetes
23
- - Name: Service 5
24
- Kind: consul
25
- ExternalSources:
26
- - aws
7
+ - Name: Service-0
8
+ ExternalSources:
9
+ - consul
10
+ - Name: Service-0-proxy
11
+ Kind: 'connect-proxy'
12
+ - Name: Service-1
13
+ ExternalSources:
14
+ - nomad
15
+ - Name: Service-1-proxy
16
+ Kind: 'connect-proxy'
17
+ - Name: Service-2
18
+ ExternalSources:
19
+ - terraform
20
+ - Name: Service-2-proxy
21
+ Kind: 'connect-proxy'
22
+ - Name: Service-3
23
+ ExternalSources:
24
+ - kubernetes
25
+ - Name: Service-3-proxy
26
+ Kind: 'connect-proxy'
27
+ - Name: Service-4
28
+ ExternalSources:
29
+ - aws
30
+ - Name: Service-4-proxy
31
+ Kind: 'connect-proxy'
27
32
---
33
+
28
34
When I visit the services page for yaml
29
35
---
30
36
dc: dc-1
31
37
---
32
38
Then the url should be /dc-1/services
33
39
And the title should be "Services - Consul"
34
- Then I see 4 service models
40
+ Then I see 5 service models
35
41
And I see externalSource on the services like yaml
36
42
---
37
43
- consul
Original file line number Diff line number Diff line change 2
2
Feature : dc / services / list blocking
3
3
Scenario : Viewing the listing pages for service
4
4
Given 1 datacenter model with the value "dc-1"
5
- Given 3 service models from yaml
5
+ And 6 service models from yaml
6
6
---
7
7
- Name: Service-0
8
- Kind: consul
8
+ - Name: Service-0-proxy
9
+ Kind: 'connect-proxy'
9
10
- Name: Service-1
10
- Kind: consul
11
+ - Name: Service-1-proxy
12
+ Kind: 'connect-proxy'
11
13
- Name: Service-2
12
- Kind: consul
14
+ - Name: Service-2-proxy
15
+ Kind: 'connect-proxy'
13
16
---
14
17
And a network latency of 100
15
18
When I visit the services page for yaml
Original file line number Diff line number Diff line change 2
2
Feature : dc / services / list
3
3
Scenario : Listing service
4
4
Given 1 datacenter model with the value "dc-1"
5
- And 3 service models from yaml
5
+ And 6 service models from yaml
6
6
---
7
7
- Name: Service-0
8
- Kind: consul
8
+ - Name: Service-0-proxy
9
+ Kind: 'connect-proxy'
9
10
- Name: Service-1
10
- Kind: consul
11
+ - Name: Service-1-proxy
12
+ Kind: 'connect-proxy'
11
13
- Name: Service-2
12
- Kind: consul
14
+ - Name: Service-2-proxy
15
+ Kind: 'connect-proxy'
13
16
---
14
17
When I visit the services page for yaml
15
18
---
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Feature: dc / services / Show Routing for Service
6
6
And 1 service model from yaml
7
7
---
8
8
- Service:
9
- Kind: consul
10
9
Name: service-0
11
10
ID: service-0-with-id
12
11
---
@@ -17,31 +16,12 @@ Feature: dc / services / Show Routing for Service
17
16
---
18
17
And the title should be "service-0 - Consul"
19
18
And I see routing on the tabs
20
- Scenario : Given a service proxy, the Routing tab should not display
21
- Given 1 datacenter model with the value "dc1"
22
- And 1 node models
23
- And 1 service model from yaml
24
- ---
25
- - Service:
26
- Kind: connect-proxy
27
- Name: service-0-proxy
28
- ID: service-0-proxy-with-id
29
- ---
30
- When I visit the service page for yaml
31
- ---
32
- dc: dc1
33
- service: service-0-proxy
34
- ---
35
- And the title should be "service-0-proxy - Consul"
36
- And I don't see routing on the tabs
37
-
38
19
Scenario : Given connect is disabled, the Routing tab should not display or error
39
20
Given 1 datacenter model with the value "dc1"
40
21
And 1 node models
41
22
And 1 service model from yaml
42
23
---
43
24
- Service:
44
- Kind: consul
45
25
Name: service-0
46
26
ID: service-0-with-id
47
27
---
You can’t perform that action at this time.
0 commit comments