index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qa
/
tasks
/
tests
/
test_import_yaml.py
blob: d6e0e2640c2dcfa2528e67b37fb10b8490a1070d (
plain
)
1
2
3
4
5
import
yaml
def
test_load_yaml
(
yaml_file
):
yaml
.
safe_load
(
open
(
yaml_file
))