1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 13:59:06 +00:00
gns3-server/tests/controller
grossmj c5412bf970 Allocate application IDs for IOU nodes on the controller.
An application ID is used by IOU to generate its interface Mac addresses. They must be unique across all opened projects sharing the same computes to avoid Mac address collisions.
2020-02-10 15:20:49 +08:00
..
gns3vm
__init__.py
test_compute.py
test_controller.py Fix template migration issues from GUI to controller. Fixes https://github.com/GNS3/gns3-gui/issues/2803 2019-06-15 12:52:50 +02:00
test_drawing.py
test_export_project.py
test_gns3vm.py
test_import_project.py
test_link.py Make x,y optional for creating links via API. Fixes #1630 2019-08-26 19:51:03 +07:00
test_node_port_name.py
test_node.py Fix tests 2019-05-20 11:02:29 +07:00
test_notification.py
test_project_open.py
test_project.py Allocate application IDs for IOU nodes on the controller. 2020-02-10 15:20:49 +08:00
test_snapshot.py
test_symbols.py
test_template.py
test_topology.py
test_udp_link.py