Hi folks, We are using autotest framework for our embedded SoC testing. We integrated our hardware-test into autotest framework and launched it from server to the particular client machine. The problem we are facing is, it is a master-slave kind of test. We are executing slave first, but it goes into waiting state, waiting for master's clock. As we cannot come out of this session, timeout occurs and test remains incomplete.
I tried with running slave-master as background processes also, but results are getting overwritten in this case i.e. the process running later. I am trying this with fork also, but not sure whether 'results' will be returned back to server or not. Does autotest provide any interfaces to launch multiple processes/sessions on the client machine so that I can execute slave and master as different processes and collect result of both of them back to the server ? -thanks yogesh
_______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
