How to add different tags for DataDriven Tests

Hi,

I want to run more simple test with datadriven syntax:

and i found it can’t support add different tags for different testcase.

my requerments is really simple, will connect to test device, run app with a fixed path and bin file name, check bin file return pass result str or failed result, but different testcase should run based on different hardware device, so testcase should be filter by tag.

default tag or force tag should not works.
is there any solution to do it ?

test template also very simple, just execute bin file and return respone, then check the response should contain a fixed pass keyword.

Thanks