red-hat-storage / ocs-ci

https://ocs-ci.readthedocs.io/en/latest/
MIT License
108 stars 166 forks source link

test_nsfs_object_integrity is failing on ODF 4.16 on IBM Power #9724

Open Pooja-Soni78 opened 6 months ago

Pooja-Soni78 commented 6 months ago

Below test cases are failing on IBM Power -

tests/functional/object/mcg/test_nsfs.py::TestNSFSObjectIntegrity::test_nsfs_object_integrity[CLI-25Gi]
tests/functional/object/mcg/test_nsfs.py::TestNSFSObjectIntegrity::test_nsfs_object_integrity[OC-20Gi-Export]

Error being -

        nsfs_obj.interface_pod = Pod(
>           **get_pods_having_label(
                f"app={deployment_app_label}",
                ocsci_config.ENV_DATA["cluster_namespace"],
            )[0]
        )
E       IndexError: list index out of range

tests/conftest.py:5704: IndexError
Pooja-Soni78 commented 6 months ago

log file - test_nsfs_object_integrity[CLI-25Gi].log test_nsfs_object_integrity[OC-20Gi-Export].log

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.

github-actions[bot] commented 2 months ago

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.

shrinivas-sidral commented 2 months ago

test_nsfs_object_integrity is failing on ODF 4.17 on IBM Power

Below test cases are failing on IBM Power - tests/functional/object/mcg/test_nsfs.py::TestNSFSObjectIntegrity::test_nsfs_object_integrity[CLI-25Gi] tests/functional/object/mcg/test_nsfs.py::TestNSFSObjectIntegrity::test_nsfs_object_integrity[OC-20Gi-Export] Error being -

    nsfs_obj.interface_pod = Pod(
      **get_pods_having_label(

f"app={deployment_app_label}", ocsci_config.ENV_DATA["cluster_namespace"], )[0] ) E IndexError: list index out of range

tests/conftest.py:5704: IndexError

log files - test_nsfs_object_integrity[CLI-25Gi].log test_nsfs_object_integrity[OC-20Gi-Export].log