You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an existing SPICE test suite written in Sikuli (python/jython). It would be nice to have mechanism to deploy these scripts with minimum client (in fact qemu guest) requirements:
Sikuli requires on windows just jre 1.6. And can be copied and execute anywhere, but requires setting %PATH%.
Sikuli on linux requires java-1.6.0 + opencv2.1 + and create symlink to older libtiff library.
Ideal solution would be unzip folder with setup_n_run script on guest.
test could be called "deploy_frameworks" and might process parms such as
guest_frameworks = sikuli, staf, ....
sikuli_tests = up_connect, copy_paste
The text was updated successfully, but these errors were encountered:
There is an existing SPICE test suite written in Sikuli (python/jython). It would be nice to have mechanism to deploy these scripts with minimum client (in fact qemu guest) requirements:
Sikuli requires on windows just jre 1.6. And can be copied and execute anywhere, but requires setting %PATH%.
Sikuli on linux requires java-1.6.0 + opencv2.1 + and create symlink to older libtiff library.
Ideal solution would be unzip folder with setup_n_run script on guest.
test could be called "deploy_frameworks" and might process parms such as
guest_frameworks = sikuli, staf, ....
sikuli_tests = up_connect, copy_paste
The text was updated successfully, but these errors were encountered: