コード例 #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")