canonical / mir-ci

Mir CI helpers
1 stars 1 forks source link

Add VNC backend to the Robot kvm resource #120

Closed hbatagelo closed 1 month ago

hbatagelo commented 2 months ago

This PR adds Vnc.py, a Robot library that uses VNC for remote control of the applications under test. The library uses asyncvnc to support both video (screenshotting) and HID (mouse, keyboard).

A sample test is available at test_vnc.py.