Description of problem: This conformance test doesn't properly remove the `policy-can-i` after execution. When the test is run consecutive times, the second and further attempts will fail because the policy already exists. If I delete the `policy-can-i` project, and rerun the test, it is successful. The test should handle this. Version-Release number of selected component (if applicable): 4.7.X How reproducible: Always happens Steps to Reproduce: 1. Run [sig-cli] oc adm storage-admin [Suite:openshift/conformance/parallel] 2. Run it again Actual results: `Error from server (AlreadyExists): project.project.openshift.io "policy-can-i" already exists` Expected results: Policy shouldn't exist Additional info: This [line](https://github.com/openshift/origin/blob/dd7015e846380d5050494b9bb744f43cf04a4268/test/extended/cli/admin.go#L312) appears to be the problem. That command is silently failing because no error checking is being done. It needs to be updated to delete the project.
Non function issue , checked the code . will move to verified status.
*** Bug 1959536 has been marked as a duplicate of this bug. ***
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438