mirror of
https://github.com/ceph/ceph
synced 2025-01-08 20:21:33 +00:00
7777603e8b
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
6 lines
81 B
Python
6 lines
81 B
Python
import yaml
|
|
|
|
|
|
def test_load_yaml(yaml_file):
|
|
yaml.safe_load(open(yaml_file))
|