From 93c6f2d0e7f13559213caf9f15690ba85072be31 Mon Sep 17 00:00:00 2001 From: vsedmik <46570670+vsedmik@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:12:04 +0100 Subject: [PATCH] Move HTTP Proxy tests under correct component (#14074) (cherry picked from commit de025600a2f33e2f5a7f08b12c3f8e60e384e18d) --- testimony.yaml | 1 + tests/foreman/api/test_http_proxy.py | 2 +- tests/foreman/cli/test_http_proxy.py | 2 +- tests/foreman/ui/test_http_proxy.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/testimony.yaml b/testimony.yaml index 1681b97fe0c..4ae19f8e4cc 100644 --- a/testimony.yaml +++ b/testimony.yaml @@ -56,6 +56,7 @@ CaseComponent: - ForemanMaintain - Hammer - Hammer-Content + - HTTPProxy - HostCollections - HostForm - HostGroup diff --git a/tests/foreman/api/test_http_proxy.py b/tests/foreman/api/test_http_proxy.py index 0f8f1cab5c5..4fff1c3bc5f 100644 --- a/tests/foreman/api/test_http_proxy.py +++ b/tests/foreman/api/test_http_proxy.py @@ -2,7 +2,7 @@ :Requirement: HttpProxy -:CaseComponent: Repositories +:CaseComponent: HTTPProxy :team: Phoenix-content diff --git a/tests/foreman/cli/test_http_proxy.py b/tests/foreman/cli/test_http_proxy.py index c6bea60857d..11539a65d6b 100644 --- a/tests/foreman/cli/test_http_proxy.py +++ b/tests/foreman/cli/test_http_proxy.py @@ -2,7 +2,7 @@ :Requirement: HttpProxy -:CaseComponent: Repositories +:CaseComponent: HTTPProxy :team: Phoenix-content diff --git a/tests/foreman/ui/test_http_proxy.py b/tests/foreman/ui/test_http_proxy.py index cc995e84da9..12da7cf798f 100644 --- a/tests/foreman/ui/test_http_proxy.py +++ b/tests/foreman/ui/test_http_proxy.py @@ -2,7 +2,7 @@ :Requirement: HttpProxy -:CaseComponent: Repositories +:CaseComponent: HTTPProxy :team: Phoenix-content