From 936ee680f7633620c8a1127db9630a22326b9e2c Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Mon, 26 Nov 2018 14:54:50 +0100 Subject: [PATCH] ceph-volume: add Batch smoketest Signed-off-by: Jan Fajerski --- .../ceph_volume/tests/devices/lvm/test_batch.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ceph-volume/ceph_volume/tests/devices/lvm/test_batch.py b/src/ceph-volume/ceph_volume/tests/devices/lvm/test_batch.py index d1f9046a019..50ef61b8331 100644 --- a/src/ceph-volume/ceph_volume/tests/devices/lvm/test_batch.py +++ b/src/ceph-volume/ceph_volume/tests/devices/lvm/test_batch.py @@ -1,6 +1,13 @@ from ceph_volume.devices.lvm import batch +class TestBatchSmoke(object): + + def test_batch_instance(self, is_root): + b = batch.Batch([]) + b.main() + + class TestFilterDevices(object): def test_filter_used_device(self, factory): -- 2.39.5