Make the tests break by switching to a Service.IP
This commit is contained in:
parent
60dff7fc19
commit
d8ab56666c
|
@ -30,18 +30,21 @@ Feature: dc / services / show: Show Service
|
|||
Service:
|
||||
ID: passing-service-8080
|
||||
Port: 8080
|
||||
Node:
|
||||
Address: 1.1.1.1
|
||||
Node:
|
||||
Address: 1.2.2.2
|
||||
- Service:
|
||||
ID: service-8000
|
||||
Port: 8000
|
||||
Node:
|
||||
Address: 2.2.2.2
|
||||
Node:
|
||||
Address: 2.3.3.3
|
||||
- Service:
|
||||
ID: service-8888
|
||||
Port: 8888
|
||||
Node:
|
||||
Address: 3.3.3.3
|
||||
Node:
|
||||
Address: 3.4.4.4
|
||||
---
|
||||
When I visit the service page for yaml
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue