Skip to content

Commit

Permalink
Target workspace namespace for EKS/EC2 tests (#2330)
Browse files Browse the repository at this point in the history
* Target workspace namespace for EKS/EC2 tests

* typo
  • Loading branch information
thehejik committed May 25, 2023
1 parent 33a2fd3 commit d185a22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions acceptance/install/scenario4_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,13 @@ var _ = Describe("<Scenario4> EKS, epinio-ca, on S3 storage", func() {
}, "2m", "2s").Should(ContainSubstring("Epinio Server Version:"))
})

By("Targeting workspace namespace", func() {
Eventually(func() string {
out, _ := epinioHelper.Run("target", "workspace")
return out
}, "2m", "2s").Should(ContainSubstring("Namespace targeted."))
})

By("Creating the application", func() {
out, err := epinioHelper.Run("apps", "create", appName)
Expect(err).NotTo(HaveOccurred(), out)
Expand Down

0 comments on commit d185a22

Please sign in to comment.