Commit eee00674 authored by Łukasz Nowak's avatar Łukasz Nowak

XXX

parent 6e1b6f45
...@@ -967,7 +967,6 @@ class FakeImageServerMixin(KvmMixin): ...@@ -967,7 +967,6 @@ class FakeImageServerMixin(KvmMixin):
fh.write(fake_image3_content) fh.write(fake_image3_content)
# real fake image # real fake image
cls.image_source_directory = tempfile.mkdtemp()
real_image_input = os.path.join(cls.image_source_directory, 'real.img') real_image_input = os.path.join(cls.image_source_directory, 'real.img')
subprocess.check_call([ subprocess.check_call([
cls.qemu_img, "create", "-f", "qcow2", real_image_input, "1M"]) cls.qemu_img, "create", "-f", "qcow2", real_image_input, "1M"])
...@@ -1154,7 +1153,7 @@ class TestVirtualHardDriveUrlGzipped(TestVirtualHardDriveUrl): ...@@ -1154,7 +1153,7 @@ class TestVirtualHardDriveUrlGzipped(TestVirtualHardDriveUrl):
@skipUnlessKvm @skipUnlessKvm
class TestBootImageUrlList(KVMTestCase, FakeImageServerMixin): class TestBootImageUrlList(FakeImageServerMixin, KVMTestCase):
__partition_reference__ = 'biul' __partition_reference__ = 'biul'
kvm_instance_partition_reference = 'biul0' kvm_instance_partition_reference = 'biul0'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment