Make the tests break by switching to a Service.IP

This commit is contained in:
John Cowen 2018-07-18 13:35:57 +01:00
parent 60dff7fc19
commit d8ab56666c

View file

@ -30,18 +30,21 @@ Feature: dc / services / show: Show Service
Service: Service:
ID: passing-service-8080 ID: passing-service-8080
Port: 8080 Port: 8080
Node:
Address: 1.1.1.1 Address: 1.1.1.1
Node:
Address: 1.2.2.2
- Service: - Service:
ID: service-8000 ID: service-8000
Port: 8000 Port: 8000
Node:
Address: 2.2.2.2 Address: 2.2.2.2
Node:
Address: 2.3.3.3
- Service: - Service:
ID: service-8888 ID: service-8888
Port: 8888 Port: 8888
Node:
Address: 3.3.3.3 Address: 3.3.3.3
Node:
Address: 3.4.4.4
--- ---
When I visit the service page for yaml When I visit the service page for yaml
--- ---