Skip to content

Commit 0432f48

Browse files
Updated functional tests
1 parent 82bd5c7 commit 0432f48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

functional_tests/features/container.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

functional_tests/features/module.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)