09c569b test refactor

Authored and Committed by lrossett 2 years ago
54 files changed. 489 lines added. 914 lines removed.
operator/.gitignore
file modified
+3 -0
operator/molecule/_backends/cluster/minikube/converge.yml
file added
+3
operator/molecule/_backends/cluster/minikube/create.yml
file added
+9
operator/molecule/_backends/cluster/minikube/destroy.yml
file added
+8
operator/molecule/_backends/cluster/minikube/molecule.ymloperator/molecule/minikube/molecule.yml
file renamed
+0 -0
operator/molecule/_backends/cluster/minikube/prepare.ymloperator/molecule/minikube/create.yml
file renamed
+29 -41
operator/molecule/_backends/cluster/minikube/requirements.ymloperator/molecule/cluster/requirements.yml
file renamed
+0 -0
operator/molecule/_backends/container/minikube/build.yml
file added
+13
operator/molecule/_backends/container/minikube/preflight.yml
file added
+3
operator/molecule/_backends/container/minikube/remove.yml
file added
+3
operator/molecule/_backends/container/podman/build.yml
file added
+12
operator/molecule/_backends/container/podman/preflight.yml
file added
+13
operator/molecule/_backends/container/podman/remove.yml
file added
+10
operator/molecule/_components/koji-builder/container/create.yml
file added
+30
operator/molecule/_components/koji-builder/container/verify.ymloperator/molecule/default/tasks/kojibuilder_test.yml
file renamed
+0 -32
operator/molecule/_components/koji-builder/kubevirt/create.yml
file added
+29
operator/molecule/_components/koji-builder/kubevirt/verify.yml
file added
+27
operator/molecule/_components/koji-hub/create.yml
file added
+13
operator/molecule/_components/koji-hub/verify.ymloperator/molecule/default/tasks/kojihub_test.yml
file renamed
+0 -14
operator/molecule/_components/kojira/create.yml
file added
+25
operator/molecule/_components/kojira/verify.ymloperator/molecule/default/tasks/kojira_test.yml
file renamed
+0 -25
operator/molecule/_logs/.keepme
file added
+0
operator/molecule/cluster/converge.yml
file removed
-24
operator/molecule/cluster/create.yml
file removed
-14
operator/molecule/cluster/destroy.yml
file removed
-21
operator/molecule/cluster/molecule.yml
file removed
-54
operator/molecule/cluster/prepare.yml
file removed
-22
operator/molecule/default/INSTALL.rst
file added
+15
operator/molecule/default/_kustomize.yml
file added
+16
operator/molecule/default/_log.yml
file added
+24
operator/molecule/default/cleanup.yml
file added
+19
operator/molecule/default/converge.yml
file modified
+44 -14
operator/molecule/default/create.yml
file modified
+12 -1
operator/molecule/default/destroy.yml
file modified
+1 -18
operator/molecule/default/kustomize.yml
file removed
-21
operator/molecule/default/molecule.yml
file modified
+25 -15
operator/molecule/default/prepare.yml
file modified
+9 -25
operator/molecule/default/tasks/kojibuilder_kubevirt_test.yml
file removed
-100
operator/molecule/default/tasks/kojiuser_test.yml
file removed
-70
operator/molecule/default/verify.yml
file modified
+94 -52
operator/molecule/kind/converge.yml
file removed
-24
operator/molecule/kind/create.yml
file removed
-8
operator/molecule/kind/destroy.yml
file removed
-16
operator/molecule/kind/molecule.yml
file removed
-57
operator/molecule/kind/requirements.yml
file removed
-6
operator/molecule/minikube/converge.yml
file removed
-22
operator/molecule/minikube/destroy.yml
file removed
-17
operator/molecule/minikube/prepare.yml
file removed
-22
operator/molecule/minikube/requirements.yml
file removed
-6
operator/molecule/requirements.yml
file removed
-6
operator/molecule/test-local/converge.yml
file removed
-21
operator/molecule/test-local/destroy.yml
file removed
-43
operator/molecule/test-local/molecule.yml
file removed
-66
operator/molecule/test-local/prepare.yml
file removed
-37
    test refactor
    
        
file modified
+3 -0
operator/molecule/_backends/cluster/minikube/molecule.yml operator/molecule/minikube/molecule.yml
file renamed
file was renamed with no change to the file
operator/molecule/_backends/cluster/minikube/prepare.yml operator/molecule/minikube/create.yml
file renamed
+29 -41
operator/molecule/_backends/cluster/minikube/requirements.yml operator/molecule/cluster/requirements.yml
file renamed
file was renamed with no change to the file
operator/molecule/_components/koji-builder/container/verify.yml operator/molecule/default/tasks/kojibuilder_test.yml
file renamed
operator/molecule/_components/koji-hub/verify.yml operator/molecule/default/tasks/kojihub_test.yml
file renamed
operator/molecule/_components/kojira/verify.yml operator/molecule/default/tasks/kojira_test.yml
file renamed
empty file added