diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/t/010-launch.py | 1 | ||||
-rw-r--r-- | python/t/050-lvcreate.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/python/t/010-launch.py b/python/t/010-launch.py index c1316d29..93a8154a 100644 --- a/python/t/010-launch.py +++ b/python/t/010-launch.py @@ -24,6 +24,5 @@ f.truncate (500 * 1024 * 1024) f.close () g.add_drive ("test.img") g.launch () -g.wait_ready () os.unlink ("test.img") diff --git a/python/t/050-lvcreate.py b/python/t/050-lvcreate.py index 8503023f..f98fe29f 100644 --- a/python/t/050-lvcreate.py +++ b/python/t/050-lvcreate.py @@ -24,7 +24,6 @@ f.truncate (500 * 1024 * 1024) f.close () g.add_drive ("test.img") g.launch () -g.wait_ready () g.pvcreate ("/dev/sda") g.vgcreate ("VG", ["/dev/sda"]) g.lvcreate ("LV1", "VG", 200) |