red-hat-storage / ocs-ci

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

test_respin_app_pod_exported_nfs_volume_incluster is failing on ODF 4.16 on IBM Power #9764

Open Pooja-Soni78 opened 3 months ago

Pooja-Soni78 commented 3 months ago

Below test case is failing on ODF 4.16 on IBM Power -

tests/functional/nfs_feature/test_nfs_feature_enable_for_ODF_clusters.py::TestNfsEnable::test_respin_app_pod_exported_nfs_volume_incluster

Error being -

            else:
>               raise CommandFailed(
                    f"Error during execution of command: {masked_cmd}."
                    f"\nError is {masked_stderr}"
                )
E               ocs_ci.ocs.exceptions.CommandFailed: Error during execution of command: oc -n openshift-storage delete dc nfs-test-pod.
E               Error is Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
E               Error from server (NotFound): deploymentconfigs.apps.openshift.io "nfs-test-pod" not found

ocs_ci/utility/utils.py:686: CommandFailed
Pooja-Soni78 commented 3 months ago

Log - test_respin_app_pod_exported_nfs_volume_incluster-1.log

github-actions[bot] commented 1 week 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.