mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +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))
|