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 |
|
grossmj
|
dd11d38338
|
Fix tests.
|
2020-04-27 22:48:42 +09:30 |
|
Karim
|
af78031322
|
Resolve conflicts in docker volumes instead of error. Fixes https://github.com/GNS3/gns3-server/issues/1595
|
2019-06-05 10:40:40 +01:00 |
|
Karim
|
81ddb0cfe6
|
Impoved docker volumes user input validation
|
2019-04-22 12:46:28 +01:00 |
|
Karim
|
0c19bc8d43
|
Support for additional persistent docker volumes to be specified within appliance configuration
|
2019-04-22 10:26:41 +01:00 |
|
Karim
|
6df93d4db0
|
Updated tests for setting docker user
|
2019-04-05 11:06:35 +01:00 |
|
grossmj
|
a17119187b
|
Fix remote packet capture for Dynamips.
|
2019-04-01 20:58:18 +07:00 |
|
grossmj
|
c736051dda
|
Fix tests.
|
2018-12-30 21:50:47 +07:00 |
|
grossmj
|
58b2ee152d
|
Fix Docker console test.
|
2018-11-30 18:59:02 +08:00 |
|
grossmj
|
56412b35e0
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/utils/asyncio/telnet_server.py
|
2018-11-30 12:38:02 +08:00 |
|
grossmj
|
e7b8309a80
|
Fix Docker VNC tests. Ref #1438
|
2018-11-11 23:25:23 +08:00 |
|
grossmj
|
d45d52f15c
|
Support Xtigervnc restart.
|
2018-11-11 23:23:30 +08:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +07:00 |
|
grossmj
|
a3d1e865a8
|
Replace asyncio.async() by asyncio.ensure_future() in tests. Ref #2566.
|
2018-08-24 18:52:15 +07:00 |
|
ziajka
|
83445214be
|
Support for nested global variables
|
2018-05-09 11:25:55 +02:00 |
|
ziajka
|
e4436096c2
|
Fix tests
|
2018-05-07 15:18:19 +02:00 |
|
ziajka
|
e267f8a8b8
|
Project global variables
|
2018-05-04 14:34:44 +02:00 |
|
ziajka
|
80958e8a6d
|
support based on init.sh, Ref: #2482
|
2018-04-27 14:33:07 +02:00 |
|
ziajka
|
43081152ef
|
Add support of ExtraHosts for Docker, Ref. gns3-gui#2482
|
2018-04-25 16:03:01 +02:00 |
|
ziajka
|
e79e27a73f
|
Handle docker env with last empty line, Fixes: #2420
|
2018-02-27 16:33:55 +01:00 |
|
grossmj
|
efbf7728ea
|
Fix Docker tests.
|
2017-11-23 11:27:17 +07:00 |
|
Julien Duponchelle
|
a93f3b0576
|
Fix permission on exited container
If a container is exited we quickly start it to fix
the permissions.
Fix https://github.com/GNS3/gns3-gui/issues/2181
|
2017-07-26 14:52:16 +02:00 |
|
Julien Duponchelle
|
b33ba5f8ea
|
Don't allow user to overwrite GNS3 docker environment variables
Fix #1098
|
2017-07-20 15:37:56 +02:00 |
|
Julien Duponchelle
|
23c3d32e06
|
Filter support for Docker
Fix #1110
|
2017-07-12 19:44:15 +02:00 |
|
Julien Duponchelle
|
699ecb7c89
|
Merge branch 'master' into 2.1
|
2017-07-11 18:59:50 +02:00 |
|
ziajka
|
8e8b8bc5a5
|
WebSocket binary mode support for docker
|
2017-07-06 10:13:00 +02:00 |
|
Julien Duponchelle
|
1e598d1890
|
Test for support of docker commit images
Ref #1039
|
2017-05-23 10:23:12 +02:00 |
|
Bernhard Ehlers
|
ecba758c58
|
Docker aux console is a VT100 terminal
Without that program like nano can't work.
Signed-off-by: Julien Duponchelle <julien@gns3.net>
|
2017-05-03 10:30:43 +02:00 |
|
Julien Duponchelle
|
132bc87081
|
Dissallow parallel pull of docker images
Fix #962
|
2017-03-27 20:46:25 +02:00 |
|
Julien Duponchelle
|
08bafc2dcc
|
Catch a timeout error in docker
Fix #936
|
2017-03-16 10:39:08 +01:00 |
|
Julien Duponchelle
|
46b6e7c5ee
|
Fix hot link issues in Docker
Fix #817
|
2016-12-14 16:53:20 +01:00 |
|
Julien Duponchelle
|
d0f65aebff
|
Fix Can't delete link between docker VM after they were in use
Fix #818
|
2016-12-14 12:01:34 +01:00 |
|
Bernhard Ehlers
|
a3495304ad
|
Code cleanup for docker interface creation
Fix #819
Signed-off-by: Julien Duponchelle <julien@gns3.net>
|
2016-12-13 16:07:59 +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
|
ac1eef256f
|
Use tap adapter instead of veth for docker (allow usage of vlan)
Ref #716
|
2016-10-24 12:35:50 +02:00 |
|
Julien Duponchelle
|
00fc2fa007
|
Avoid crash during tests if VNC server run on host PC
|
2016-10-24 12:21:57 +02:00 |
|
Julien Duponchelle
|
fd3ac65eb5
|
Qemu fixes for windows
|
2016-09-27 18:01:50 +02:00 |
|
Julien Duponchelle
|
ca4d09ea40
|
Merge branch 'master' into 2.0
|
2016-07-05 15:41:53 +02:00 |
|
Julien Duponchelle
|
c0b09ae76a
|
Merge branch '1.5' into 2.0
|
2016-06-27 14:24:48 +02:00 |
|
grossmj
|
d79fb231d3
|
Use uBridge for VirtualBox connections plus some cleaning. Ref #267.
|
2016-06-24 18:35:39 -06:00 |
|
Julien Duponchelle
|
2a1c5cfd9c
|
Merge branch '1.5' into 2.0
|
2016-06-15 19:14:03 +02:00 |
|
Julien Duponchelle
|
52f852bc6d
|
Merge branch '1.5' into 2.0
|
2016-06-14 09:50:07 +02:00 |
|
Julien Duponchelle
|
61ac8763f2
|
Merge branch '1.5' into 2.0
|
2016-06-06 14:28:21 +02:00 |
|
Julien Duponchelle
|
cb7dbfb256
|
Merge branch '1.5' into 2.0
|
2016-06-02 13:47:40 +02:00 |
|
Julien Duponchelle
|
00f80f54e8
|
Merge branch '1.5' into 2.0
|
2016-05-19 13:32:30 +02:00 |
|
Julien Duponchelle
|
d5895c3a47
|
Merge branch '1.5' into 2.0
|
2016-05-18 11:25:41 +02:00 |
|
Julien Duponchelle
|
f052299eb1
|
Return status in all cases
|
2016-05-17 19:51:06 +02:00 |
|
Julien Duponchelle
|
cb70cfecd7
|
Fix docker test
|
2016-05-16 19:37:47 +02:00 |
|
Julien Duponchelle
|
26c7aedba6
|
Fix docker test about vm suspended
|
2016-05-16 17:39:32 +02:00 |
|
grossmj
|
51738e19c3
|
Some spring cleanup for Docker VM.
|
2016-05-13 19:28:53 -06:00 |
|