@@ -527,43 +527,6 @@ var _ = Describe("CreateCluster", func() {
527
527
waitForTenantPods (ctx )
528
528
})
529
529
530
- It ("creates a simple cluster with ephemeral VMs with Passt" , Label ("ephemeralVMs" ), func () {
531
- By ("generating cluster manifests from example template" )
532
- cmd := exec .Command (ClusterctlPath , "generate" , "cluster" , "kvcluster" ,
533
- "--target-namespace" , namespace ,
534
- "--kubernetes-version" , os .Getenv ("TENANT_CLUSTER_KUBERNETES_VERSION" ),
535
- "--control-plane-machine-count=1" ,
536
- "--worker-machine-count=1" ,
537
- "--from" , "templates/cluster-template-passt-kccm.yaml" )
538
- stdout , _ := RunCmd (cmd )
539
- Expect (os .WriteFile (manifestsFile , stdout , 0644 )).To (Succeed ())
540
-
541
- By ("posting cluster manifests example template" )
542
- cmd = exec .Command (KubectlPath , "apply" , "-f" , manifestsFile )
543
- RunCmd (cmd )
544
-
545
- By ("Waiting for control plane" )
546
- waitForControlPlane ()
547
-
548
- By ("Waiting on kubevirt machines to bootstrap" )
549
- waitForBootstrappedMachines ()
550
-
551
- By ("Waiting on kubevirt machines to be ready" )
552
- waitForMachineReadiness (2 , 0 )
553
-
554
- By ("Waiting for getting access to the tenant cluster" )
555
- waitForTenantAccess (ctx , 2 )
556
-
557
- By ("posting calico CNI manifests to the guest cluster and waiting for network" )
558
- installCalicoCNI ()
559
-
560
- By ("Waiting for node readiness" )
561
- waitForNodeReadiness (ctx )
562
-
563
- By ("waiting all tenant Pods to be Ready" )
564
- waitForTenantPods (ctx )
565
- })
566
-
567
530
It ("should remediate a running VMI marked as being in a terminal state" , Label ("ephemeralVMs" ), func () {
568
531
By ("generating cluster manifests from example template" )
569
532
cmd := exec .Command (ClusterctlPath , "generate" , "cluster" , "kvcluster" ,
0 commit comments