Skip to content

Commit

Permalink
Add and test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer committed Apr 3, 2023
1 parent cff4bee commit 5fef984
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions testenv/osccluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ import (
network "net"
"net/http"
"os"
"time"

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"time"

infrastructurev1beta2 "github.com/outscale-dev/cluster-api-provider-outscale.git/api/v1beta2"
"github.com/outscale-dev/cluster-api-provider-outscale.git/cloud/scope"
Expand Down Expand Up @@ -898,7 +898,6 @@ var _ = Describe("Outscale Cluster Reconciler", func() {
},
}
createCheckDeleteOscCluster(ctx, infraClusterSpec)
time.sleep(120)

})
It("should create a simple cluster with default values", func() {
Expand Down Expand Up @@ -935,7 +934,6 @@ var _ = Describe("Outscale Cluster Reconciler", func() {
},
}
createCheckDeleteOscCluster(ctx, infraClusterSpec)
time.sleep(120)
})
It("Should create cluster with machine", func() {
ctx := context.Background()
Expand Down Expand Up @@ -1172,7 +1170,6 @@ var _ = Describe("Outscale Cluster Reconciler", func() {
},
}
createCheckDeleteOscClusterMachine(ctx, infraClusterSpec, infraMachineSpec)
time.sleep(120)

})
})
Expand Down

0 comments on commit 5fef984

Please sign in to comment.