mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Fix appliance to template tests.
This commit is contained in:
@@ -167,7 +167,7 @@ def test_add_appliance_guest(linux_microcore_img):
|
||||
"symbol": ":/symbols/qemu_guest.svg",
|
||||
"hda_disk_image": "linux-microcore-3.4.1.img",
|
||||
"name": "Micro Core Linux",
|
||||
"options": "-nographic",
|
||||
"options": "",
|
||||
"qemu_path": "qemu-system-i386",
|
||||
"usage": "Just start the appliance",
|
||||
"ram": 32,
|
||||
@@ -307,7 +307,7 @@ def test_add_appliance_router_two_disk(images_dir):
|
||||
"hda_disk_image": "a",
|
||||
"hdb_disk_image": "b",
|
||||
"name": "Arista vEOS",
|
||||
"options": "-nographic",
|
||||
"options": "",
|
||||
"qemu_path": "qemu-system-x86_64",
|
||||
"ram": 2048,
|
||||
"console_type": "telnet",
|
||||
|
||||
Reference in New Issue
Block a user