File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
functional_tests/features Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Feature: Docker Container
88 And there should be 1 container running called "consul.container.shipyard.run"
99 And there should be 1 container running called "consul.sidecar.shipyard.run"
1010 And there should be 1 container running called "consul-container-http.ingress.shipyard.run"
11- And a call to "http://consul-http.ingress.shipyard.run:18500 /v1/agent/members" should result in status 200
11+ And a call to "http://consul-http.ingress.shipyard.run:8500 /v1/agent/members" should result in status 200
1212
1313 Scenario : Single Container from Github Blueprint
1414 Given I apply the config "github.com/shipyard-run/shipyard/functional_tests/test_fixtures//container"
1515 Then there should be 1 network called "onprem"
1616 And there should be 1 container running called "consul.container.shipyard.run"
1717 And there should be 1 container running called "consul.sidecar.shipyard.run"
18- And there should be 1 container running called "consul-http.ingress.shipyard.run"
18+ And there should be 1 container running called "consul-container- http.ingress.shipyard.run"
1919 And a call to "http://consul-http.ingress.shipyard.run:8500/v1/agent/members" should result in status 200
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Feature: Modules
33 I should apply a blueprint
44
55 Scenario : Blueprint containing two modules
6- Given I apply the config "./test_fixtures/moduls "
6+ Given I apply the config "./test_fixtures/modules "
77 Then there should be 1 network called "onprem"
88 And there should be 1 network called "cloud"
99 And there should be 1 container running called "consul.container.shipyard.run"
You can’t perform that action at this time.
0 commit comments