Hi Novello, It should be possible use autotest/server part. https://github.com/autotest/autotest/wiki/AutotestServerInstall
If you have server part correctly installed on server (x86 machine) then should be possible start some tests on client machine. from server. Shortcut which I using for developing. git clone --recursive git://github.com/autotest/autotest.git cd autotest/server ./autoserv -m 192.168.1.10 -c ../client/tests/sleeptest/control * client have to be prepared for logging from server. server(x86 machine) ssh-copy-id 192.168.1.10 or you could use ../../autoserv --ssh-user=SSH_USER --ssh-port=SSH_PORT --ssh-pass=SSH_PASS if you have some problem let us know :-) regards, Jiří Župka ----- Original Message ----- > I have installed autotest in a UBUNTU 12.04 x86 machine and I have verify > that the sleeptest work fine. > > I have installed autotest using buildroot in a cortex-a9 and I have verify > that the system will work if I run " autotest-local sleeptest". > > Now I would like to do the same test from a server (x86 machine) to the > client (cortex-a9). > > I think that I have to run autotest-remote ............ ?! > > Where I can find the documentation ? I have verify that ssh > [email protected]<mailto:[email protected]> work well. > Best Regards > > Novello G. > > > _______________________________________________ > Autotest-kernel mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/autotest-kernel _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
