Skip to content

Commit

Permalink
NMO was removed back in 4.10, remove tests associated
Browse files Browse the repository at this point in the history
  • Loading branch information
dbasunag committed Jan 31, 2025
1 parent 776c6cd commit 0282d8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions tests/global_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

from ocp_resources.datavolume import DataVolume
from ocp_resources.deployment import Deployment
from ocp_resources.pod import Pod
from ocp_resources.replica_set import ReplicaSet
from ocp_resources.service import Service
from ocp_resources.template import Template
from ocp_resources.virtual_machine import VirtualMachine

Expand Down Expand Up @@ -433,7 +430,6 @@ def _get_default_storage_class(sc_list):
cnv_deployment_matrix = ALL_CNV_DEPLOYMENTS
cnv_deployment_no_hpp_matrix = ALL_CNV_DEPLOYMENTS_NO_HPP_POOL
cnv_daemonset_matrix = ALL_CNV_DAEMONSETS
nmo_removal_matrix = [Service, ReplicaSet, Deployment, Pod]
pod_resource_validation_matrix = [{"cpu": 5}, {"memory": None}]
cnv_operators_matrix = CNV_OPERATORS
cnv_vm_console_proxy_cluster_resource_matrix = VM_CONSOLE_PROXY_CLUSTER_RESOURCES
Expand Down
22 changes: 0 additions & 22 deletions tests/install_upgrade_operators/test_nmo_removal.py

This file was deleted.

0 comments on commit 0282d8f

Please sign in to comment.