Skip to content

Commit b4f0af1

Browse files
committed
Incorporated the review comments
Signed-off-by: Parag Kamble <[email protected]>
1 parent d7d2826 commit b4f0af1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ocs_ci/ocs/resources/pod.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ def get_container_data(self, container_name):
730730
container_name (str): The name of the container to look for
731731
732732
Returns:
733-
dict: The container data
733+
list: The container data
734734
735735
"""
736736
pod_containers = self.pod_data.get("spec").get("containers")

tests/functional/pod_and_daemons/test_csiaddon_pod_security.py

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
@tier1
1717
@green_squad
1818
class TestCSIAddonPodSecurity:
19+
"""This class contain test to Validates CSI Addon pod enforces security
20+
by allowing HTTPS and rejecting HTTP connections.
21+
"""
22+
1923
def test_csi_addon_pod_security(self):
2024
"""
2125
Validate that the CSI Addon pods are compliant with the Pod Security Standards.

0 commit comments

Comments
 (0)