Commit Graph

220 Commits (44074ff7c9439b879b5a937b7fb5a1760a31fd71)

Author SHA1 Message Date
grossmj 1b5a5de4bc Generate new config for each test. Fixes tests.
3 years ago
grossmj 30ebae207f Use Pydantic to validate the server config file.
3 years ago
grossmj c043830e3f Move endpoints to routes & preparations to use a database.
4 years ago
grossmj acc5c7ebfa Update package versions.
4 years ago
grossmj 7314b41d8f Fix tests.
4 years ago
grossmj a92c47b310 Add HTTP client to reuse the aiohttp session where needed.
4 years ago
grossmj 58c5965905 Fix tests.
4 years ago
grossmj eb3cb8a41f Migration to FastAPI
4 years ago
Jeremy Grossmann fa26555d00
Merge pull request #1801 from GNS3/qemu-config-disk
4 years ago
grossmj 2ba6eac113 Fix tests
4 years ago
grossmj 9890126453 Merge branch '2.2' into 2.3
4 years ago
grossmj 855a95de49 Fix tests. Fixes #1796
4 years ago
grossmj 3c1a1eb4ef Fix tests.
4 years ago
grossmj 7043d48f1a Auxiliary console support for Qemu. Ref #2873
4 years ago
grossmj cbcdaabcce Fix tests. Ref #1674
4 years ago
grossmj d1c29c8bb7 Resource constraints for Docker VMs.
4 years ago
grossmj dff035d957 Support for "usage" for "Cloud" nodes. Fixes https://github.com/GNS3/gns3-gui/issues/2887
4 years ago
grossmj 850c30f958 Merge branch 'master' into 2.2
4 years ago
grossmj 27da8458e8 Allow tests to be run by root. Fixes #1784
4 years ago
grossmj 7fd8fde020 Some fixes for tests. Ref #1784
4 years ago
grossmj e4b7e46444 Fix tests for Windows
4 years ago
grossmj d3ea67da24 Refactor tests
4 years ago
grossmj dd11d38338 Fix tests.
4 years ago
grossmj c5412bf970 Allocate application IDs for IOU nodes on the controller.
5 years ago
grossmj 688b1ac0e4 Fix tests.
5 years ago
grossmj 907207a140 Fix tests
5 years ago
David Kreitschmann 077432ff2f Add qemu drive id to tests
5 years ago
Karim af78031322 Resolve conflicts in docker volumes instead of error. Fixes https://github.com/GNS3/gns3-server/issues/1595
5 years ago
grossmj 9cce4de190 %guest-cid% variable implementation for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/2804
5 years ago
Jeremy Grossmann cdae1f9e00
Merge pull request #1584 from kazkansouh/2.2-docker-volumes
5 years ago
grossmj c41c01b95f Fix tests.
5 years ago
Karim 81ddb0cfe6 Impoved docker volumes user input validation
5 years ago
Karim 0c19bc8d43 Support for additional persistent docker volumes to be specified within appliance configuration
5 years ago
Karim 6df93d4db0 Updated tests for setting docker user
6 years ago
grossmj a17119187b Fix remote packet capture for Dynamips.
6 years ago
grossmj 343f223a83 Fix tests after deactivating the embedded shell for Ethernet switch. Ref #1424 #1556
6 years ago
grossmj dd211bce52 Fix VBoxManage fails if VM has specific special characters in name. Fixes #2739
6 years ago
grossmj 5754747a90 Merging 2.1 into 2.2
6 years ago
grossmj 174624121d Fix Qemu VM tests. Ref #1516
6 years ago
grossmj c736051dda Fix tests.
6 years ago
grossmj 58b2ee152d Fix Docker console test.
6 years ago
grossmj 56412b35e0 Merge branch '2.1' into 2.2
6 years ago
grossmj 3fae6ada95 Only require privileged access for uBridge when connecting a cloud to an Ethernet/TAP interface. Fixes #1461.
6 years ago
grossmj e7b8309a80 Fix Docker VNC tests. Ref #1438
6 years ago
grossmj d45d52f15c Support Xtigervnc restart.
6 years ago
grossmj ab8dc52ece Fix tests to work with new version of aiohttp (>= 3.0)
6 years ago
grossmj 76af98404a Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
6 years ago
grossmj 33e8710495 Merge branch '2.1' into 2.2
6 years ago
grossmj f5dc635baa Fix test to support Python 3.7 Ref https://github.com/GNS3/gns3-gui/issues/2566
6 years ago
grossmj a3d1e865a8 Replace asyncio.async() by asyncio.ensure_future() in tests. Ref #2566.
6 years ago