1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Test for support of docker commit images

Ref #1039
This commit is contained in:
Julien Duponchelle 2017-05-23 10:18:30 +02:00
parent 2191c487b6
commit 1e598d1890
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -840,7 +840,7 @@ def test_get_image_informations(project, manager, loop):
@pytest.mark.skipif(sys.platform.startswith("win"), reason="Not supported on Windows")
def test_mount_binds(vm, tmpdir):
image_infos = {
"ContainerConfig": {
"Config": {
"Volumes": {
"/test/experimental": {}
}