We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5e5a8 commit e6c66c1Copy full SHA for e6c66c1
test/e2e/suites/e2e/e2e_test.go
@@ -124,10 +124,9 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
124
Expect(err).NotTo(HaveOccurred())
125
126
// Tag: clusterName is declared on OpenStackCluster and gets propagated to all machines
127
- // except the bastion host
128
allServers, err := shared.DumpOpenStackServers(e2eCtx, servers.ListOpts{Tags: clusterName})
129
130
- Expect(allServers).To(HaveLen(2))
+ Expect(allServers).To(HaveLen(3))
131
132
// When listing servers with multiple tags, nova api requires a single, comma-separated string
133
// with all the tags
0 commit comments