summaryrefslogtreecommitdiff
path: root/tests/test_storage.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-02-27 12:54:39 -0500
committerCole Robinson <crobinso@redhat.com>2022-02-27 12:55:48 -0500
commit6a21b38ae8f1cc9d7b2f9a7dd34144cf4f015474 (patch)
tree6bf59365cbd9f96db2c1090963561ad0ce7a92bb /tests/test_storage.py
parentd6b74a83d1d048bd5467d38adff41a72f6cd3ee8 (diff)
downloadvirt-manager-6a21b38ae8f1cc9d7b2f9a7dd34144cf4f015474.tar.gz
tests: testdriver: Rename disk-pool -> pool-logical
It _is_ type=logical, so make it clear in the naming. Plus we already have a type=disk pool named pool-disk Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests/test_storage.py')
-rw-r--r--tests/test_storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_storage.py b/tests/test_storage.py
index ba0e4e71..8264e95c 100644
--- a/tests/test_storage.py
+++ b/tests/test_storage.py
@@ -218,7 +218,7 @@ def testMisc():
fullconn = utils.URIs.open_testdriver_cached()
glusterpool = fullconn.storagePoolLookupByName("gluster-pool")
- diskpool = fullconn.storagePoolLookupByName("disk-pool")
+ diskpool = fullconn.storagePoolLookupByName("pool-logical")
glustervol = StorageVolume(fullconn)
glustervol.pool = glusterpool