Skip to content

Commit d1536ac

Browse files
committed
Add check for instances in external managed cks in ACS
1 parent 3c76b28 commit d1536ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/unmanaged_k8s.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func UnmanagedK8SSpec(ctx context.Context, inputGetter func() CommonSpecInput) {
125125
}
126126

127127
Expect(cluster).ShouldNot(BeNil(), "Couldn't find the external managed kubernetes in ACS")
128+
Expect(len(cluster.Virtualmachines)).Should(Equal(2), "Expected 2 VMs in the cluster, found %d", len(cluster.Virtualmachines))
128129
By("PASSED!")
129130
})
130131

0 commit comments

Comments
 (0)