3850a08 Add mouse click to install-wait loop on VNC clients

Authored and Committed by adamwill 3 years ago
    Add mouse click to install-wait loop on VNC clients
    
    I noticed a pattern lately of VNC tests failing on Rawhide when
    we have a debug kernel (but passing with a regular kernel). On
    closer investigation I think there's simply a screen blank
    happening if the install process takes more than five minutes,
    and that's more likely with a debug kernel. This extends the
    loop we use to move the mouse every so often while waiting for
    the install to complete (which is meant to defeat this sort of
    thing) to also click the mouse, when we're a VNC client test. In
    a quick check this seemed to help.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>