Thanks for the reply, I will try to make my point more clear, So let assume I have many test cases related to the network-basic, should I repeat the this block with the same name and different paths ?
like I want the result to be :
* lava.network-basic.testcase1 [pass] * lava.network-basic.testcase2 [pass] * lava.network-basic.testcase3 [fail]
so In the job : - test: definitions: - from: git name: network-basic path: automated/linux/network-basic/testcase1.yaml repository: http://github.com/linaro/test-definitions.git - test: definitions: - from: git name: network-basic path: automated/linux/network-basic/testcase2.yaml repository: http://github.com/linaro/test-definitions.git - test: definitions: - from: git name: network-basic path: automated/linux/network-basic/testcase3.yaml repository: http://github.com/linaro/test-definitions.git
Thanks