Hi all
I have already read the document about create a job:
I do not know whether my concept correct ... ...
The work flow of a job as I know :
1. Deploy master image
2. Boot image
3. Run test definition
So I try to copy the job example from document :
It work fine !
But the example just implement deploy and boot image,
I want to run my test definition on it, and modify the job content as:
and contents of file "file:///tmp/pass_fail_def.json" are reference:
And excute with dispatcher :
$ sudo ./lava-dispatch /tmp/my_custom_job.json
Output (fail):
I want to know :
1. Do I correct understanding of the job define ?
2. If yes, what's problem about my output ?