Actions
Bug #64289
openqa/cephfs: value substitution is expected without declaring it f-string
Status:
Fix Under Review
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
qa
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Description
Variable mentioned inside string is expected to be substituted by it's value but it is not declared as a f-string.
log.info('no FS name is mentioned in moncap, client has '
'permission to list all files. moncap -\n{moncap}')
return
log.info('FS names are mentioned in moncap. moncap -\n{moncap}')
Updated by Rishabh Dave about 2 years ago
- Status changed from New to Fix Under Review
- Pull request ID set to 55411
- Labels (FS) qa added
Actions