1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-23 23:38:21 +00:00

Avoid test crash if GNS3 is running on the same computer

This commit is contained in:
Julien Duponchelle 2015-11-03 21:06:30 +01:00
parent 12f027a882
commit f1e9262c94

View File

@ -48,8 +48,8 @@ def test_temporary_directory(project, manager):
def test_console(project, manager):
vm = VPCSVM("test", "00010203-0405-0607-0809-0a0b0c0d0e0f", project, manager)
vm.console = 2011
assert vm.console == 2011
vm.console = 2111
assert vm.console == 2111
def test_console_vnc_invalid(project, manager):