]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/python-common/ceph/tests/test_drive_group.py
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / python-common / ceph / tests / test_drive_group.py
index faa001a0233ab2df72a36122e0f185f7c63a305c..77e9b4083d495d44e0582878b092d97946c7c154 100644 (file)
@@ -35,6 +35,18 @@ data_devices:
   - path: /dev/sda
     crush_device_class: ssd"""
     ),
+    (
+        """service_type: osd
+service_id: testing_drivegroup
+placement:
+  host_pattern: hostname
+spec:
+  osds_per_device: 2
+data_devices:
+  paths:
+  - path: /dev/sda
+    crush_device_class: hdd"""
+    ),
 ])
 def test_DriveGroup(test_input):