tests: cfg2cmd: rename vnc-clipboard to lower-case and add description

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-20 16:36:51 +01:00
parent 3c4716a6b9
commit 2c651d846f
6 changed files with 4 additions and 2 deletions

View File

@ -1 +0,0 @@
vga: qxl,clipboard=vnc

View File

@ -1 +0,0 @@
vga: std,clipboard=vnc

View File

@ -0,0 +1,2 @@
# TEST: Test for a VNC clipboard with a SPICE QXL display
vga: qxl,clipboard=vnc

View File

@ -0,0 +1,2 @@
# TEST: Test for a VNC clipboard with a std display
vga: std,clipboard=vnc