spiceqa / autotest

Autotest - Fully automated tests on Linux
http://autotest.github.com/
Other
5 stars 3 forks source link

multiplatform deploying and running of client scripts #2

Open lkocman opened 12 years ago

lkocman commented 12 years ago

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

lkocman commented 12 years ago

Refferencing upstream issue https://github.com/autotest/autotest/issues/342

lkocman commented 12 years ago

These tests could be fetched from e.g. red_tests git repo, transformed into a zip and then passed to guests