Skip to content

Commit

Permalink
Merge pull request #18 from gianlucam76/fix-test
Browse files Browse the repository at this point in the history
Fix FV test's labels
  • Loading branch information
gianlucam76 authored May 16, 2024
2 parents c8b8339 + ae336e6 commit 972a00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ kind-test: test create-cluster fv ## Build docker image; start kind cluster; loa

.PHONY: fv
fv: $(KUBECTL) $(GINKGO) ## Run Sveltos Controller tests using existing cluster
cd test/fv; $(GINKGO) -nodes $(NUM_NODES) --label-filter='EXTENDED' --v --trace --randomize-all
cd test/fv; $(GINKGO) -nodes $(NUM_NODES) --label-filter='FV' --v --trace --randomize-all

2 changes: 1 addition & 1 deletion test/fv/mgmt_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

var _ = Describe("SveltosCluster for management cluster", func() {
It("Verifies management cluster is registered", Label("FV"), func() {
It("Verifies management cluster is registered", Label("FV", "EXTENDED"), func() {
By("Verify SveltosCluster for management cluster has been created")
Eventually(func() bool {
sveltosClusters := libsveltosv1alpha1.SveltosClusterList{}
Expand Down

0 comments on commit 972a00e

Please sign in to comment.