mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
tests(controller,port): short_name finishes successfully when port name is None
This commit is contained in:
parent
729eb43115
commit
0da1a6639a
@ -132,6 +132,13 @@ def test_list_ports_port_name_format(node):
|
||||
assert node.__json__()["ports"][1]["name"] == "eth0/0"
|
||||
|
||||
|
||||
def test_short_name_none():
|
||||
"""
|
||||
Test short_name does not raise exception when name is None
|
||||
"""
|
||||
assert EthernetPort(None, 0, 0, 0).short_name is None
|
||||
|
||||
|
||||
def test_list_ports_adapters(node):
|
||||
"""
|
||||
List port using adapters properties
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user