]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/tests/test_import_yaml.py
import quincy beta 17.1.0
[ceph.git] / ceph / qa / tasks / tests / test_import_yaml.py
diff --git a/ceph/qa/tasks/tests/test_import_yaml.py b/ceph/qa/tasks/tests/test_import_yaml.py
new file mode 100644 (file)
index 0000000..d6e0e26
--- /dev/null
@@ -0,0 +1,5 @@
+import yaml
+
+
+def test_load_yaml(yaml_file):
+    yaml.safe_load(open(yaml_file))