Skip to content
16 changes: 8 additions & 8 deletions tests/global_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ALL_CNV_DEPLOYMENTS,
ALL_CNV_PODS,
ALL_HCO_RELATED_OBJECTS,
BREW_REGISTERY_SOURCE,
BREW_REGISTRY_SOURCE,
Comment thread
vsibirsk marked this conversation as resolved.
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Comment thread
vsibirsk marked this conversation as resolved.
Comment thread
vsibirsk marked this conversation as resolved.
CENTOS_STREAM9_PREFERENCE,
CENTOS_STREAM10_PREFERENCE,
CNV_OPERATORS,
Expand Down Expand Up @@ -69,11 +69,11 @@ def _get_default_storage_class(sc_list):

no_unprivileged_client = False
hco_cr_name = "kubevirt-hyperconverged"
hco_namespace = "openshift-cnv"
openshift_apiserver_namespace = "openshift-apiserver"
sriov_namespace = "openshift-sriov-network-operator"
marketplace_namespace = "openshift-marketplace"
machine_api_namespace = "openshift-machine-api"
hco_namespace = NamespacesNames.OPENSHIFT_CNV
openshift_apiserver_namespace = NamespacesNames.OPENSHIFT_APISERVER
sriov_namespace = NamespacesNames.OPENSHIFT_SRIOV_NETWORK_OPERATOR
marketplace_namespace = NamespacesNames.OPENSHIFT_MARKETPLACE
machine_api_namespace = NamespacesNames.MACHINE_API_NAMESPACE
golden_images_namespace = NamespacesNames.OPENSHIFT_VIRTUALIZATION_OS_IMAGES
hco_subscription = "" # TODO: remove constants/HCO_SUBSCRIPTION and use this instead.
disconnected_cluster = False
Expand All @@ -90,7 +90,7 @@ def _get_default_storage_class(sc_list):
cnv_registry_sources = {
"osbs": {
"cnv_subscription_source": HCO_CATALOG_SOURCE,
"source_map": BREW_REGISTERY_SOURCE,
"source_map": BREW_REGISTRY_SOURCE,
},
"hotfix": {
"cnv_subscription_source": HCO_CATALOG_SOURCE,
Expand All @@ -100,7 +100,7 @@ def _get_default_storage_class(sc_list):
},
"fbc": {
"cnv_subscription_source": HCO_CATALOG_SOURCE,
"source_map": BREW_REGISTERY_SOURCE,
"source_map": BREW_REGISTRY_SOURCE,
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
VIRT_PLATFORM_AUTOPILOT,
VIRT_SYNCHRONIZATION_CONTROLLER,
VIRT_TEMPLATE_VALIDATOR,
VIRTCTL_CLIDOWNLOADS_KUBEVIRT_HYPERCONVERGED,
VIRTCTL_CLI_DOWNLOADS,
VIRTIO_WIN,
WINDOWS_BOOTSOURCE_PIPELINE,
)
Expand Down Expand Up @@ -331,7 +331,7 @@
VERSION_LABEL_KEY: None,
PART_OF_LABEL_KEY: HYPERCONVERGED_CLUSTER,
},
VIRTCTL_CLIDOWNLOADS_KUBEVIRT_HYPERCONVERGED: {
VIRTCTL_CLI_DOWNLOADS: {
MANAGED_BY_LABEL_KEY: HCO_OPERATOR,
COMPONENT_LABEL_KEY: COMPUTE_STR,
VERSION_LABEL_KEY: None,
Expand Down
Loading
Loading