Skip to content

Commit

Permalink
Fix ceph client check
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Bondarenko <[email protected]>
  • Loading branch information
ebondare committed May 22, 2024
1 parent cdc5ef8 commit 469e5f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_ceph_clients(self):
== consumer_name
):
found_client = (
f"{cephclient['metadata']['annotations']['ocs.openshift.io.storageclaim']}-"
f"{cephclient['metadata']['annotations']['ocs.openshift.io.storagerequest']}-"
f"{cephclient['metadata']['annotations']['ocs.openshift.io.cephusertype']}"
)
log.info(
Expand Down

0 comments on commit 469e5f1

Please sign in to comment.