示例#1
0
def test_get_legacy_vm_workdir():

    assert Qemu.get_legacy_vm_workdir(42, "bla") == "qemu/vm-42"
示例#2
0
def test_get_legacy_vm_workdir():

    assert Qemu.get_legacy_vm_workdir(42, "bla") == "qemu/vm-42"
示例#3
0
def test_get_legacy_vm_workdir():

    assert Qemu.get_legacy_vm_workdir(42,
                                      "bla") == os.path.join("qemu", "vm-42")
示例#4
0
def test_get_legacy_vm_workdir():

    assert Qemu.get_legacy_vm_workdir(42, "bla") == os.path.join("qemu", "vm-42")