Merge "Set install_requires in setup.py."
This commit is contained in:
		@@ -366,7 +366,7 @@ class LibvirtConfigGuestDiskTest(LibvirtConfigBaseTest):
 | 
			
		||||
        self.assertXmlEqual(xml, """
 | 
			
		||||
            <disk type="network" device="disk">
 | 
			
		||||
              <driver name="qemu" type="qcow2"/>
 | 
			
		||||
              <source protocol="iscsi" name="foo.bar.com"/>
 | 
			
		||||
              <source name="foo.bar.com" protocol="iscsi"/>
 | 
			
		||||
              <target bus="ide" dev="/dev/hda"/>
 | 
			
		||||
            </disk>""")
 | 
			
		||||
 | 
			
		||||
@@ -387,7 +387,7 @@ class LibvirtConfigGuestDiskTest(LibvirtConfigBaseTest):
 | 
			
		||||
        self.assertXmlEqual(xml, """
 | 
			
		||||
            <disk type="network" device="disk">
 | 
			
		||||
              <driver name="qemu" type="raw"/>
 | 
			
		||||
              <source protocol="rbd" name="pool/image"/>
 | 
			
		||||
              <source name="pool/image" protocol="rbd"/>
 | 
			
		||||
              <auth username="foo">
 | 
			
		||||
                <secret type="ceph"
 | 
			
		||||
                uuid="b38a3f43-4be2-4046-897f-b67c2f5e0147"/>
 | 
			
		||||
@@ -530,7 +530,7 @@ class LibvirtConfigGuestInterfaceTest(LibvirtConfigBaseTest):
 | 
			
		||||
            <interface type="direct">
 | 
			
		||||
              <mac address="DE:AD:BE:EF:CA:FE"/>
 | 
			
		||||
              <model type="virtio"/>
 | 
			
		||||
              <source mode="private" dev="eth0"/>
 | 
			
		||||
              <source dev="eth0" mode="private"/>
 | 
			
		||||
              <virtualport type="802.1Qbh"/>
 | 
			
		||||
            </interface>""")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user