Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NMO was removed back in 4.10, remove tests associated #207

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.