grossmj
|
e4b7e46444
|
Fix tests for Windows
|
2020-06-16 01:57:16 -07:00 |
|
grossmj
|
d3ea67da24
|
Refactor tests
* Use pytest-aiohttp
* Use the async def / await syntax.
* Fix tests to run with Python 3.8
|
2020-06-16 13:59:03 +09:30 |
|
David Kreitschmann
|
077432ff2f
|
Add qemu drive id to tests
|
2019-09-03 16:45:50 +02:00 |
|
grossmj
|
9cce4de190
|
%guest-cid% variable implementation for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/2804
|
2019-06-04 18:00:44 +02:00 |
|
grossmj
|
c41c01b95f
|
Fix tests.
|
2019-05-18 19:19:27 +07:00 |
|
grossmj
|
5754747a90
|
Merging 2.1 into 2.2
|
2019-02-22 18:04:49 +07:00 |
|
grossmj
|
174624121d
|
Fix Qemu VM tests. Ref #1516
|
2019-02-17 19:53:46 +08:00 |
|
grossmj
|
ab8dc52ece
|
Fix tests to work with new version of aiohttp (>= 3.0)
|
2018-10-17 17:32:10 +07:00 |
|
grossmj
|
33e8710495
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/controller/compute.py
# gns3server/controller/gns3vm/__init__.py
# gns3server/controller/link.py
# gns3server/controller/project.py
# gns3server/handlers/api/controller/project_handler.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/utils/asyncio/__init__.py
# gns3server/utils/asyncio/telnet_server.py
# gns3server/version.py
# gns3server/web/web_server.py
# tests/compute/qemu/test_qemu_vm.py
|
2018-08-29 15:57:54 +07:00 |
|
grossmj
|
f5dc635baa
|
Fix test to support Python 3.7 Ref https://github.com/GNS3/gns3-gui/issues/2566
|
2018-08-25 15:50:08 +07:00 |
|
grossmj
|
a3d1e865a8
|
Replace asyncio.async() by asyncio.ensure_future() in tests. Ref #2566.
|
2018-08-24 18:52:15 +07:00 |
|
grossmj
|
17bfed52f2
|
Fix Qemu VM tests.
|
2018-03-22 14:05:31 +07:00 |
|
ziajka
|
bb26e8acdd
|
Calculate MD5 on thread and before json response, Ref. gui#2239
|
2018-01-29 14:20:48 +01:00 |
|
ziajka
|
d9a0ec9ff3
|
Replace asyncio.async with ensure_future because of deprecation, Fixes: #1269
|
2018-01-24 11:11:53 +01:00 |
|
Julien Duponchelle
|
d112da400e
|
Remove use_ubridge flag
Ref #1115
|
2017-07-11 13:58:59 +02:00 |
|
ziajka
|
7447b3190d
|
spice - added qxl vga support
|
2017-06-22 12:56:28 +02:00 |
|
ziajka
|
bc5ec98cd5
|
Spice support
* QEMU VNC options tests
* QEMU - SPICE support at build options and schemas
* SPICE console_type for nodes
|
2017-06-21 15:14:41 +02:00 |
|
Julien Duponchelle
|
a8e8eac0b4
|
Merge remote-tracking branch 'origin/master' into 2.1
|
2017-06-21 15:13:04 +02:00 |
|
Julien Duponchelle
|
5a1d313fca
|
Merge pull request #1080 from GNS3/spice-feature
Spice feature
|
2017-06-21 10:37:04 +02:00 |
|
Julien Duponchelle
|
36dc264a6c
|
Revert "Spice feature"
|
2017-06-21 10:32:28 +02:00 |
|
Julien Duponchelle
|
bb8097a052
|
Merge remote-tracking branch 'origin/master' into 2.1
|
2017-06-19 10:44:52 +02:00 |
|
ziajka
|
88c2353e2e
|
QEMU - SPICE support at build options and schemas
|
2017-06-16 10:17:26 +02:00 |
|
ziajka
|
c91a001729
|
QEMU VNC options tests
|
2017-06-16 10:03:33 +02:00 |
|
ziajka
|
eb6068c3d3
|
Fix Qemu disk creation with unicode characters not supported by local filesystem #1058 (#1063)
|
2017-06-07 12:35:41 +02:00 |
|
Julien Duponchelle
|
273a711459
|
Merge branch '2.0' into 2.1
|
2017-04-26 17:22:14 +02:00 |
|
Julien Duponchelle
|
37e21f2a3d
|
Skip a test for qemu not supported on windows
|
2017-04-18 16:35:36 +02:00 |
|
Julien Duponchelle
|
6017ebbd97
|
Merge branch '2.0' into 2.1
|
2017-03-07 11:16:05 +01:00 |
|
Julien Duponchelle
|
5e7f97b175
|
Fix when qemu exit by itself clean other processes
Fix https://github.com/GNS3/gns3-gui/issues/1898
|
2017-03-03 18:40:26 +01:00 |
|
Julien Duponchelle
|
99f817392d
|
Raise an error if you use Qemu < 2.4 and try to use large number of adapters
|
2017-02-17 09:55:50 +01:00 |
|
Julien Duponchelle
|
b0567772f7
|
Allow up to 275 adapters for qemu
See #889 for more details
|
2017-02-07 17:04:29 +01:00 |
|
Julien Duponchelle
|
5ba5c62670
|
Add support for bios images
Ref https://github.com/GNS3/gns3-gui/issues/1700
|
2016-12-08 16:18:30 +01:00 |
|
Julien Duponchelle
|
bddf9ec2ac
|
Qemu telnet support multiple client connected
Fix #770
|
2016-11-09 09:47:48 +01:00 |
|
Julien Duponchelle
|
ae1e027031
|
Raise error if using a non linked clone VM twice
Fix https://github.com/GNS3/gns3-gui/issues/1593
|
2016-10-24 21:39:35 +02:00 |
|
Julien Duponchelle
|
f3d255756b
|
Set Qemu uuid for csr1000v
Fix #711
|
2016-10-03 15:54:20 +02:00 |
|
Julien Duponchelle
|
fd3ac65eb5
|
Qemu fixes for windows
|
2016-09-27 18:01:50 +02:00 |
|
Julien Duponchelle
|
f3596767c1
|
Merge branch 'master' into 2.0
|
2016-09-26 15:17:05 +02:00 |
|
Julien Duponchelle
|
4bd9556767
|
Merge branch 'master' into 2.0
|
2016-09-21 19:27:44 +02:00 |
|
Julien Duponchelle
|
ffe6448534
|
Bring back test for the qcow2 file format
|
2016-08-29 14:23:25 +02:00 |
|
grossmj
|
d79fb231d3
|
Use uBridge for VirtualBox connections plus some cleaning. Ref #267.
|
2016-06-24 18:35:39 -06:00 |
|
Julien Duponchelle
|
d8bdd16e13
|
Raise an error if image is missing on compute
|
2016-06-07 15:34:04 +02:00 |
|
Julien Duponchelle
|
a702155230
|
Support multiple images location
Ref #546
|
2016-06-02 15:34:40 +02:00 |
|
grossmj
|
f47eb326c7
|
Revert move "/version" endpoint to "/server/version".
Move "/server/shutdown" endpoint to "/shutdown".
|
2016-06-01 18:21:07 -06:00 |
|
Julien Duponchelle
|
7a80dd6cb3
|
Merge branch '1.5' into 2.0
|
2016-05-30 11:45:07 +02:00 |
|
Julien Duponchelle
|
885d93be02
|
Delete a node work
|
2016-05-13 17:50:07 +02:00 |
|
grossmj
|
5a76f81271
|
Refactoring to use a common node class for all VMs and other (future) objects.
|
2016-05-11 11:35:36 -06:00 |
|
Julien Duponchelle
|
7390d833ba
|
Merge branch 'master' into 2.0
|
2016-04-26 11:50:16 +02:00 |
|
Julien Duponchelle
|
58d4a529d4
|
Rename hypervisor to compute
Fix #487
|
2016-04-15 17:59:59 +02:00 |
|