1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 17:38:57 +00:00
gns3-server/tests
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
..
compute Fix tests to work with new version of aiohttp (>= 3.0) 2018-10-17 17:32:10 +07:00
controller Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00
handlers Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438. 2018-10-27 14:47:17 +07:00
resources Fix an issue when getting size from some SVG file 2017-02-20 17:25:26 +01:00
topologies Allow to have projects with the same name in different locations. 2018-03-30 23:01:37 +07:00
utils Fix tests to work with new version of aiohttp (>= 3.0) 2018-10-17 17:32:10 +07:00
web The server has now 2 notification streams 2018-08-16 21:31:57 +07:00
__init__.py Rename vpcs_id to id. Must be an integer in the route definition. 2015-01-18 12:12:11 -07:00
conftest.py Fix tests to work with new version of aiohttp (>= 3.0) 2018-10-17 17:32:10 +07:00
test_asyncio.py All current iou code is async 2015-02-16 17:20:07 +01:00
test_config.py Fix tests about local compute node 2016-08-23 22:40:26 +02:00
test_run.py Change default port to 3080 2016-03-25 15:31:17 +01:00
test_topologies.py Allow to have projects with the same name in different locations. 2018-03-30 23:01:37 +07:00
test_utils.py Add tests for checking if path are correctly cleaned 2017-04-18 15:50:11 +02:00
utils.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 2018-10-15 17:05:49 +07:00