Milosz,
As I mentioned this test definition is not yet finished.
And it will be used for running all robot framework tests.
Some of them will be run through ssh, for example OP TEE xtest, some of them are not.
For the video playback verification, host side will communicate with target side through WebDriver protocol. i.e. robotframework communicates with chromedriver which will be run in the hikey.
I know Naresh had made a
ui-browser-test which can be run in a single target.
And Daniel had run the
test successfully with a special built of OE.
However, in order to run robotframework in hikey we have to put some extra software packages in the image, plus OpenCV if we want to run video playback verification.
Beside that, I am thinking about to improve the algorithm which we used for the judgement of video playback (This
video gave me some inspiration.).
That might consume a lot of storage and computing power, so I think run it on the host side should be a good idea.
Thanks,
Arthur