mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-31 05:13:49 +02:00
parent
2191c487b6
commit
1e598d1890
@ -840,7 +840,7 @@ def test_get_image_informations(project, manager, loop):
|
|||||||
@pytest.mark.skipif(sys.platform.startswith("win"), reason="Not supported on Windows")
|
@pytest.mark.skipif(sys.platform.startswith("win"), reason="Not supported on Windows")
|
||||||
def test_mount_binds(vm, tmpdir):
|
def test_mount_binds(vm, tmpdir):
|
||||||
image_infos = {
|
image_infos = {
|
||||||
"ContainerConfig": {
|
"Config": {
|
||||||
"Volumes": {
|
"Volumes": {
|
||||||
"/test/experimental": {}
|
"/test/experimental": {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user