From 803b450eb8a2511528a1d58bf0f335a01b79163c Mon Sep 17 00:00:00 2001 From: Jitendra Yejare Date: Tue, 12 Mar 2024 14:25:55 +0530 Subject: [PATCH] [6.12.z] [Component Refresh] Component Names are updated (#14268) (#14362) [Component Refresh] Component Names are updated (#14268) Component Names are updated --- testimony.yaml | 14 ++++---------- tests/foreman/api/test_capsulecontent.py | 2 +- tests/foreman/api/test_rhc.py | 2 +- tests/foreman/api/test_rhcloud_inventory.py | 4 ++-- tests/foreman/api/test_smartproxy.py | 2 +- tests/foreman/cli/test_capsule.py | 4 ++-- tests/foreman/cli/test_capsule_installer.py | 2 +- tests/foreman/cli/test_installer.py | 4 ++-- tests/foreman/cli/test_rhcloud_insights.py | 2 +- tests/foreman/cli/test_rhcloud_inventory.py | 4 ++-- tests/foreman/destructive/test_capsule.py | 4 ++-- .../destructive/test_capsule_loadbalancer.py | 2 +- tests/foreman/destructive/test_installer.py | 4 ++-- .../destructive/test_katello_certs_check.py | 2 +- tests/foreman/destructive/test_rename.py | 2 +- tests/foreman/installer/test_installer.py | 4 ++-- tests/foreman/longrun/test_n_1_upgrade.py | 2 +- tests/foreman/maintain/test_advanced.py | 2 +- tests/foreman/maintain/test_backup_restore.py | 2 +- tests/foreman/maintain/test_health.py | 2 +- tests/foreman/maintain/test_maintenance_mode.py | 2 +- tests/foreman/maintain/test_offload_DB.py | 4 ++-- tests/foreman/maintain/test_packages.py | 2 +- tests/foreman/maintain/test_service.py | 2 +- tests/foreman/maintain/test_upgrade.py | 2 +- tests/foreman/sys/test_katello_certs_check.py | 2 +- tests/foreman/ui/test_rhc.py | 2 +- tests/foreman/ui/test_rhcloud_insights.py | 4 ++-- tests/foreman/ui/test_rhcloud_inventory.py | 4 ++-- tests/upgrades/test_capsule.py | 2 +- tests/upgrades/test_performance_tuning.py | 2 +- tests/upgrades/test_satellite_maintain.py | 2 +- 32 files changed, 45 insertions(+), 51 deletions(-) diff --git a/testimony.yaml b/testimony.yaml index 9e1e2bca39e..fbb5f1a48ba 100644 --- a/testimony.yaml +++ b/testimony.yaml @@ -24,9 +24,8 @@ CaseComponent: - Branding - BVT - Candlepin - - Capsule + - ForemanProxy - Capsule-Content - - Certificates - ComputeResources - ComputeResources-Azure - ComputeResources-CNV @@ -52,7 +51,7 @@ CaseComponent: - ErrataManagement - Fact - ForemanDebug - - ForemanMaintain + - SatelliteMaintain - Hammer - Hammer-Content - HostCollections @@ -62,7 +61,7 @@ CaseComponent: - Hosts-Content - Infobloxintegration - Infrastructure - - Installer + - Installation - InterSatelliteSync - katello-agent - katello-tracer @@ -75,7 +74,6 @@ CaseComponent: - Networking - Notifications - OrganizationsandLocations - - Packaging - Parameters - Provisioning - ProvisioningTemplates @@ -88,16 +86,12 @@ CaseComponent: - RemoteExecution - Reporting - Repositories - - RHCloud-CloudConnector - - RHCloud-Insights - - RHCloud-Inventory + - RHCloud - rubygem-foreman-redhat_access - - satellite-change-hostname - SatelliteClone - SCAPPlugin - Search - Security - - SELinux - Settings - SubscriptionManagement - Subscriptions-virt-who diff --git a/tests/foreman/api/test_capsulecontent.py b/tests/foreman/api/test_capsulecontent.py index 77c0c0feadf..eb1c5386e82 100644 --- a/tests/foreman/api/test_capsulecontent.py +++ b/tests/foreman/api/test_capsulecontent.py @@ -51,7 +51,7 @@ def test_positive_insights_puppet_package_availability(self, module_capsule_conf :id: a31b0e21-aa5d-44e2-a408-5e01b79db3a1 - :CaseComponent: RHCloud-Insights + :CaseComponent: RHCloud :Team: Platform diff --git a/tests/foreman/api/test_rhc.py b/tests/foreman/api/test_rhc.py index 992d1017c77..6a279c70480 100644 --- a/tests/foreman/api/test_rhc.py +++ b/tests/foreman/api/test_rhc.py @@ -6,7 +6,7 @@ :CaseLevel: Acceptance -:CaseComponent: RHCloud-CloudConnector +:CaseComponent: RHCloud :Team: Platform diff --git a/tests/foreman/api/test_rhcloud_inventory.py b/tests/foreman/api/test_rhcloud_inventory.py index 434039a1b1b..0a2bb0a63a6 100644 --- a/tests/foreman/api/test_rhcloud_inventory.py +++ b/tests/foreman/api/test_rhcloud_inventory.py @@ -1,12 +1,12 @@ """API tests for RH Cloud - Inventory, also known as Insights Inventory Upload -:Requirement: RH Cloud - Inventory +:Requirement: RHCloud :CaseAutomation: Automated :CaseLevel: System -:CaseComponent: RHCloud-Inventory +:CaseComponent: RHCloud :Team: Platform diff --git a/tests/foreman/api/test_smartproxy.py b/tests/foreman/api/test_smartproxy.py index 0e0d69ce38e..7fb654c9970 100644 --- a/tests/foreman/api/test_smartproxy.py +++ b/tests/foreman/api/test_smartproxy.py @@ -6,7 +6,7 @@ :CaseLevel: Component -:CaseComponent: Capsule +:CaseComponent: ForemanProxy :Team: Platform diff --git a/tests/foreman/cli/test_capsule.py b/tests/foreman/cli/test_capsule.py index 1dd26870559..7bb95a6d59a 100644 --- a/tests/foreman/cli/test_capsule.py +++ b/tests/foreman/cli/test_capsule.py @@ -1,12 +1,12 @@ """Test class for the capsule CLI. -:Requirement: Capsule +:Requirement: ForemanProxy :CaseAutomation: Automated :CaseLevel: Component -:CaseComponent: Capsule +:CaseComponent: ForemanProxy :Team: Platform diff --git a/tests/foreman/cli/test_capsule_installer.py b/tests/foreman/cli/test_capsule_installer.py index b6f8f4b03f2..8ace478a1ac 100644 --- a/tests/foreman/cli/test_capsule_installer.py +++ b/tests/foreman/cli/test_capsule_installer.py @@ -6,7 +6,7 @@ :CaseLevel: System -:CaseComponent: Capsule +:CaseComponent: ForemanProxy :Team: Platform diff --git a/tests/foreman/cli/test_installer.py b/tests/foreman/cli/test_installer.py index 67d0bf7ad9c..52f4887eed2 100644 --- a/tests/foreman/cli/test_installer.py +++ b/tests/foreman/cli/test_installer.py @@ -1,12 +1,12 @@ """Tests For Disconnected Satellite Installation -:Requirement: Installer (disconnected satellite installation) +:Requirement: Installation (disconnected satellite installation) :CaseAutomation: Automated :CaseLevel: Acceptance -:CaseComponent: Installer +:CaseComponent: Installation :Team: Platform diff --git a/tests/foreman/cli/test_rhcloud_insights.py b/tests/foreman/cli/test_rhcloud_insights.py index ba4d4b99e7c..e8cf08abe50 100644 --- a/tests/foreman/cli/test_rhcloud_insights.py +++ b/tests/foreman/cli/test_rhcloud_insights.py @@ -6,7 +6,7 @@ :CaseLevel: System -:CaseComponent: RHCloud-Inventory +:CaseComponent: RHCloud :Team: Platform diff --git a/tests/foreman/cli/test_rhcloud_inventory.py b/tests/foreman/cli/test_rhcloud_inventory.py index d2263167ff7..be022e4f6b3 100644 --- a/tests/foreman/cli/test_rhcloud_inventory.py +++ b/tests/foreman/cli/test_rhcloud_inventory.py @@ -1,12 +1,12 @@ """CLI tests for RH Cloud - Inventory, aka Insights Inventory Upload -:Requirement: RH Cloud - Inventory +:Requirement: RHCloud :CaseAutomation: Automated :CaseLevel: System -:CaseComponent: RHCloud-Inventory +:CaseComponent: RHCloud :Team: Platform diff --git a/tests/foreman/destructive/test_capsule.py b/tests/foreman/destructive/test_capsule.py index 0051e062be5..9dae30c9218 100644 --- a/tests/foreman/destructive/test_capsule.py +++ b/tests/foreman/destructive/test_capsule.py @@ -1,12 +1,12 @@ """Test class for the capsule CLI. -:Requirement: Capsule +:Requirement: ForemanProxy :CaseAutomation: Automated :CaseLevel: Component -:CaseComponent: Capsule +:CaseComponent: ForemanProxy :Team: Platform diff --git a/tests/foreman/destructive/test_capsule_loadbalancer.py b/tests/foreman/destructive/test_capsule_loadbalancer.py index 43425a5b2a8..4d17f770203 100644 --- a/tests/foreman/destructive/test_capsule_loadbalancer.py +++ b/tests/foreman/destructive/test_capsule_loadbalancer.py @@ -6,7 +6,7 @@ :CaseLevel: Integration -:CaseComponent: Capsule +:CaseComponent: ForemanProxy :Team: Platform diff --git a/tests/foreman/destructive/test_installer.py b/tests/foreman/destructive/test_installer.py index bcb1ababa53..062986d5c18 100644 --- a/tests/foreman/destructive/test_installer.py +++ b/tests/foreman/destructive/test_installer.py @@ -1,12 +1,12 @@ """Smoke tests to check installation health -:Requirement: Installer +:Requirement: Installation :CaseAutomation: Automated :CaseLevel: Acceptance -:CaseComponent: Installer +:CaseComponent: Installation :Team: Platform diff --git a/tests/foreman/destructive/test_katello_certs_check.py b/tests/foreman/destructive/test_katello_certs_check.py index 0d0f9fd5a99..68ef4f365f1 100644 --- a/tests/foreman/destructive/test_katello_certs_check.py +++ b/tests/foreman/destructive/test_katello_certs_check.py @@ -6,7 +6,7 @@ :CaseLevel: System -:CaseComponent: Certificates +:CaseComponent: Installation :Team: Platform diff --git a/tests/foreman/destructive/test_rename.py b/tests/foreman/destructive/test_rename.py index 493f3042c2d..1954259f99a 100644 --- a/tests/foreman/destructive/test_rename.py +++ b/tests/foreman/destructive/test_rename.py @@ -6,7 +6,7 @@ :CaseLevel: System -:CaseComponent: satellite-change-hostname +:CaseComponent: Installation :Team: Platform diff --git a/tests/foreman/installer/test_installer.py b/tests/foreman/installer/test_installer.py index 932c16210d0..61db65c0adb 100644 --- a/tests/foreman/installer/test_installer.py +++ b/tests/foreman/installer/test_installer.py @@ -1,12 +1,12 @@ """Smoke tests to check installation health -:Requirement: Installer +:Requirement: Installation :CaseAutomation: Automated :CaseLevel: Acceptance -:CaseComponent: Installer +:CaseComponent: Installation :Team: Platform diff --git a/tests/foreman/longrun/test_n_1_upgrade.py b/tests/foreman/longrun/test_n_1_upgrade.py index dd5553d9e3b..d3f3d8051aa 100644 --- a/tests/foreman/longrun/test_n_1_upgrade.py +++ b/tests/foreman/longrun/test_n_1_upgrade.py @@ -6,7 +6,7 @@ :CaseLevel: System -:CaseComponent: Capsule +:CaseComponent: ForemanProxy :Team: Platform diff --git a/tests/foreman/maintain/test_advanced.py b/tests/foreman/maintain/test_advanced.py index 7638e357df4..c33b40f1b1f 100644 --- a/tests/foreman/maintain/test_advanced.py +++ b/tests/foreman/maintain/test_advanced.py @@ -6,7 +6,7 @@ :CaseLevel: Component -:CaseComponent: ForemanMaintain +:CaseComponent: SatelliteMaintain :Team: Platform diff --git a/tests/foreman/maintain/test_backup_restore.py b/tests/foreman/maintain/test_backup_restore.py index d7b13cc94b3..1c00da98705 100644 --- a/tests/foreman/maintain/test_backup_restore.py +++ b/tests/foreman/maintain/test_backup_restore.py @@ -6,7 +6,7 @@ :CaseLevel: Component -:CaseComponent: ForemanMaintain +:CaseComponent: SatelliteMaintain :Team: Platform diff --git a/tests/foreman/maintain/test_health.py b/tests/foreman/maintain/test_health.py index fd9ea5f7c73..c14f762f40a 100644 --- a/tests/foreman/maintain/test_health.py +++ b/tests/foreman/maintain/test_health.py @@ -6,7 +6,7 @@ :CaseLevel: Component -:CaseComponent: ForemanMaintain +:CaseComponent: SatelliteMaintain :Team: Platform diff --git a/tests/foreman/maintain/test_maintenance_mode.py b/tests/foreman/maintain/test_maintenance_mode.py index f72ac4468d0..b11a33615e2 100644 --- a/tests/foreman/maintain/test_maintenance_mode.py +++ b/tests/foreman/maintain/test_maintenance_mode.py @@ -6,7 +6,7 @@ :CaseLevel: Component -:CaseComponent: ForemanMaintain +:CaseComponent: SatelliteMaintain :Team: Platform diff --git a/tests/foreman/maintain/test_offload_DB.py b/tests/foreman/maintain/test_offload_DB.py index e9913918f96..1e7c5da134e 100644 --- a/tests/foreman/maintain/test_offload_DB.py +++ b/tests/foreman/maintain/test_offload_DB.py @@ -6,7 +6,7 @@ :CaseLevel: Integration -:CaseComponent: ForemanMaintain +:CaseComponent: SatelliteMaintain :Team: Platform @@ -35,5 +35,5 @@ def test_offload_internal_db_to_external_db_host(): :CaseLevel: Integration - :CaseComponent: Installer + :CaseComponent: Installation """ diff --git a/tests/foreman/maintain/test_packages.py b/tests/foreman/maintain/test_packages.py index 0f8779ce729..86972feecc2 100644 --- a/tests/foreman/maintain/test_packages.py +++ b/tests/foreman/maintain/test_packages.py @@ -6,7 +6,7 @@ :CaseLevel: Component -:CaseComponent: ForemanMaintain +:CaseComponent: SatelliteMaintain :Team: Platform diff --git a/tests/foreman/maintain/test_service.py b/tests/foreman/maintain/test_service.py index 9fefeb1f5f4..8915a09212a 100644 --- a/tests/foreman/maintain/test_service.py +++ b/tests/foreman/maintain/test_service.py @@ -6,7 +6,7 @@ :CaseLevel: Component -:CaseComponent: ForemanMaintain +:CaseComponent: SatelliteMaintain :Team: Platform diff --git a/tests/foreman/maintain/test_upgrade.py b/tests/foreman/maintain/test_upgrade.py index 04cdc68e907..dd49c7f4252 100644 --- a/tests/foreman/maintain/test_upgrade.py +++ b/tests/foreman/maintain/test_upgrade.py @@ -6,7 +6,7 @@ :CaseLevel: Component -:CaseComponent: ForemanMaintain +:CaseComponent: SatelliteMaintain :Team: Platform diff --git a/tests/foreman/sys/test_katello_certs_check.py b/tests/foreman/sys/test_katello_certs_check.py index 3ce28168e46..2c79c6d8850 100644 --- a/tests/foreman/sys/test_katello_certs_check.py +++ b/tests/foreman/sys/test_katello_certs_check.py @@ -6,7 +6,7 @@ :CaseLevel: System -:CaseComponent: Certificates +:CaseComponent: Installation :Team: Platform diff --git a/tests/foreman/ui/test_rhc.py b/tests/foreman/ui/test_rhc.py index e0d9b7e0432..86e203676e5 100644 --- a/tests/foreman/ui/test_rhc.py +++ b/tests/foreman/ui/test_rhc.py @@ -6,7 +6,7 @@ :CaseLevel: Acceptance -:CaseComponent: RHCloud-CloudConnector +:CaseComponent: RHCloud :Team: Platform diff --git a/tests/foreman/ui/test_rhcloud_insights.py b/tests/foreman/ui/test_rhcloud_insights.py index 2b1883f90c6..c098bd99b5e 100644 --- a/tests/foreman/ui/test_rhcloud_insights.py +++ b/tests/foreman/ui/test_rhcloud_insights.py @@ -1,12 +1,12 @@ """Tests for RH Cloud - Inventory -:Requirement: RH Cloud - Inventory +:Requirement: RHCloud :CaseAutomation: Automated :CaseLevel: System -:CaseComponent: RHCloud-Inventory +:CaseComponent: RHCloud :Team: Platform diff --git a/tests/foreman/ui/test_rhcloud_inventory.py b/tests/foreman/ui/test_rhcloud_inventory.py index 2f383c03c80..14022819bb4 100644 --- a/tests/foreman/ui/test_rhcloud_inventory.py +++ b/tests/foreman/ui/test_rhcloud_inventory.py @@ -1,12 +1,12 @@ """Tests for RH Cloud - Inventory, also known as Insights Inventory Upload -:Requirement: RH Cloud - Inventory +:Requirement: RHCloud :CaseAutomation: Automated :CaseLevel: System -:CaseComponent: RHCloud-Inventory +:CaseComponent: RHCloud :Team: Platform diff --git a/tests/upgrades/test_capsule.py b/tests/upgrades/test_capsule.py index 7d4ee75eb85..8788105c074 100644 --- a/tests/upgrades/test_capsule.py +++ b/tests/upgrades/test_capsule.py @@ -6,7 +6,7 @@ :CaseLevel: Acceptance -:CaseComponent: Capsule +:CaseComponent: ForemanProxy :Team: Platform diff --git a/tests/upgrades/test_performance_tuning.py b/tests/upgrades/test_performance_tuning.py index ba5f79d1b8b..21843253ec1 100644 --- a/tests/upgrades/test_performance_tuning.py +++ b/tests/upgrades/test_performance_tuning.py @@ -6,7 +6,7 @@ :CaseLevel: Acceptance -:CaseComponent: Installer +:CaseComponent: Installation :Team: Platform diff --git a/tests/upgrades/test_satellite_maintain.py b/tests/upgrades/test_satellite_maintain.py index 81af10fdf1b..4d73e2b45b8 100644 --- a/tests/upgrades/test_satellite_maintain.py +++ b/tests/upgrades/test_satellite_maintain.py @@ -6,7 +6,7 @@ :CaseLevel: Acceptance -:CaseComponent: ForemanMaintain +:CaseComponent: SatelliteMaintain :Team: Platform