Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lukša <mluksa@redhat.com>
  • Loading branch information
luksa committed Oct 8, 2024
1 parent ce8213e commit 3165391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/multicluster/multicluster_primaryremote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ spec:
By("Creating Remote Secret on Primary Cluster")
secret, err := istioctl.CreateRemoteSecret(kubeconfig2, "remote", internalIPRemote)
Expect(err).NotTo(HaveOccurred())
Log("Secret:", secret)
Expect(k1.WithNamespace(controlPlaneNamespace).ApplyString(secret)).To(Succeed(), "Remote secret creation failed on Primary Cluster")
})

Expand Down

0 comments on commit 3165391

Please sign in to comment.