Hi Neil,
Thanks for your reply.
I am trying to compose a test definition to run robot framework test.
The test definition is not yet finished, I'd just want to have a test before I go further.
It's something like Android CTS test, run the test in the host and the host will interact with the target, hikey, through network.
Basically, what I need is 1. the IP address of the client 2. run some program in the client before the host starts the test in order to accept the commands from it.
3. before the host finished the test, the client shouldn't be released by LAVA. Which shouldn't be a problem, I think.
I am not sure if I have to use multi node test to accomplish it.
Chase gave me some CTS examples. However, I haven't had any ideas to get the client IP address with that approach.
Do you have any suggestions?
Thanks a lot.
Arthur