[Avocado-devel] document for jenkins

2018-02-08 Thread Yesuraj Abraham
Hi,

Is there a documentation which describes how to integrate Jenkins so that I
should be able to do

1.   Triggering the test from Jenkins

2.   View all the results in Jenkins



For example, there are 3 machines that I would use

1.   Remote DUT (where the test runs)

2.   Linux host machine- which triggers the test using
--remote-hostname option.

3.   A Jenkins server where Jenkins is installed



I access the Jenkins via web interface, add Linux host machine as a node
and I can run the test. However I don’t know how to populate all the
results in Jenkins web interface


[Avocado-devel] run remote test via serial (UART) interface

2018-02-04 Thread Yesuraj Abraham
Hi,

I want to run some tests on embedded platform.  Sometimes I need to run
commands on uboot, or UEFI shell. Those will not work via SSH

Is there any implementation that can fire commands from host machine
directly via UART.



Regards,

Yesuraj


[Avocado-devel] Synchronization between two machines

2018-02-04 Thread Yesuraj Abraham
Hi,

Following to my previous question in

https://www.mail-archive.com/avocado-devel@redhat.com/msg00672.html



Unfortunately I have put my automation work on hold and planning to resume
now.



I really want to achieve this synchronization between multiple machines..

I am asking this question to check if there is some implementation for this
now.



For example,

Trigger the test from host machine, and the test should synchronize between
two different targets.

Say, I want to run iperf server on one target and after that client on
another target. Once done, I want to reverse the same b/w those two targets.



Regards,

Yesuraj


[Avocado-devel] Cross compiling avocado and installing on another machine

2017-07-31 Thread Yesuraj Abraham
Hi,

Could you help in cross compiling the avocado framework and install on
another machine. I have installed ARM cross compiling tool chain at host
machine.

I would like to get all plugins too cross compiled and installed





Regards,

Yesuraj