Skip to content

Commit e6c66c1

Browse files
committed
Update e2e test because we now tag the bastion
1 parent ed5e5a8 commit e6c66c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/suites/e2e/e2e_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
124124
Expect(err).NotTo(HaveOccurred())
125125

126126
// Tag: clusterName is declared on OpenStackCluster and gets propagated to all machines
127-
// except the bastion host
128127
allServers, err := shared.DumpOpenStackServers(e2eCtx, servers.ListOpts{Tags: clusterName})
129128
Expect(err).NotTo(HaveOccurred())
130-
Expect(allServers).To(HaveLen(2))
129+
Expect(allServers).To(HaveLen(3))
131130

132131
// When listing servers with multiple tags, nova api requires a single, comma-separated string
133132
// with all the tags

0 commit comments

Comments
 (0)