1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 22:08:56 +00:00
gns3-server/tests/controller
grossmj 2764828f38 Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438.
* The PCAP file is directly accessed if controller and client are on the same host.
* The PCAP file is streamed from the compute server to the client with the controller as a proxy when the controller is remote for the client.
2018-10-27 14:47:17 +07:00
..
gns3vm
__init__.py
test_appliance.py
test_compute.py Fix tests to work with new version of aiohttp (>= 3.0) 2018-10-17 17:32:10 +07:00
test_controller.py Fix appliance template tests. 2018-08-19 19:35:45 +07:00
test_drawing.py The server has now 2 notification streams 2018-08-16 21:31:57 +07:00
test_export_project.py Fix tests to work with new version of aiohttp (>= 3.0) 2018-10-17 17:32:10 +07:00
test_gns3vm.py Fix more GNS3 VM related tests. 2017-12-05 20:38:48 -06:00
test_import_project.py
test_link.py Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00
test_node_port_name.py Fix some more problems with interface short names. Fixes https://github.com/GNS3/gns3-gui/issues/2562 2018-08-13 15:45:24 +07:00
test_node.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 2018-10-15 17:05:49 +07:00
test_notification.py The server has now 2 notification streams 2018-08-16 21:31:57 +07:00
test_project_open.py
test_project.py The server has now 2 notification streams 2018-08-16 21:31:57 +07:00
test_snapshot.py The server has now 2 notification streams 2018-08-16 21:31:57 +07:00
test_symbols.py
test_topology.py Create/update project on compute when variables changes 2018-05-09 15:29:35 +02:00
test_udp_link.py Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00