summaryrefslogtreecommitdiff
path: root/tests/storage.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2014-05-02 10:20:59 -0400
committerCole Robinson <crobinso@redhat.com>2014-05-02 10:20:59 -0400
commit196ff823b3543981cf60e812200f67d5e0550e6a (patch)
tree64ef8de4c3a91c7d4f86b6623e4ffec8a05fbec6 /tests/storage.py
parentcddb9cc426bf99864b3476303f605c216ac51b67 (diff)
downloadvirt-manager-196ff823b3543981cf60e812200f67d5e0550e6a.tar.gz
Fix warnings with latest pep8
Diffstat (limited to 'tests/storage.py')
-rw-r--r--tests/storage.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/storage.py b/tests/storage.py
index 154ef368..60422ddb 100644
--- a/tests/storage.py
+++ b/tests/storage.py
@@ -188,10 +188,10 @@ class TestStorage(unittest.TestCase):
# Test creating with many devices
# XXX: Need to wire this up
- #createPool(self.conn,
- # StoragePool.TYPE_LOGICAL, "pool-logical-manydev",
- # source_path=["/tmp/path1", "/tmp/path2", "/tmp/path3"],
- # target_path=None)
+ # createPool(self.conn,
+ # StoragePool.TYPE_LOGICAL, "pool-logical-manydev",
+ # source_path=["/tmp/path1", "/tmp/path2", "/tmp/path3"],
+ # target_path=None)
def testDiskPool(self):
poolobj = createPool(self.conn,