mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-24 15:58:08 +00:00
Avoid test crash if GNS3 is running on the same computer
This commit is contained in:
parent
12f027a882
commit
f1e9262c94
@ -48,8 +48,8 @@ def test_temporary_directory(project, manager):
|
|||||||
|
|
||||||
def test_console(project, manager):
|
def test_console(project, manager):
|
||||||
vm = VPCSVM("test", "00010203-0405-0607-0809-0a0b0c0d0e0f", project, manager)
|
vm = VPCSVM("test", "00010203-0405-0607-0809-0a0b0c0d0e0f", project, manager)
|
||||||
vm.console = 2011
|
vm.console = 2111
|
||||||
assert vm.console == 2011
|
assert vm.console == 2111
|
||||||
|
|
||||||
|
|
||||||
def test_console_vnc_invalid(project, manager):
|
def test_console_vnc_invalid(project, manager):
|
||||||
|
Loading…
Reference in New Issue
Block a user