From eec0c8a5c27adc9b3fc5e999cbee8165bdb45736 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 4 Oct 2017 06:44:54 -0400 Subject: [PATCH] ceph-volume tests move lvm api tests into its new test module Signed-off-by: Alfredo Deza --- .../tests/{devices/lvm/test_api.py => api/test_lvm.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/ceph-volume/ceph_volume/tests/{devices/lvm/test_api.py => api/test_lvm.py} (100%) diff --git a/src/ceph-volume/ceph_volume/tests/devices/lvm/test_api.py b/src/ceph-volume/ceph_volume/tests/api/test_lvm.py similarity index 100% rename from src/ceph-volume/ceph_volume/tests/devices/lvm/test_api.py rename to src/ceph-volume/ceph_volume/tests/api/test_lvm.py