hi, I encounter a problem when I'm using itest,
after I execute a command in my Serial session, and there's an output, definitely,
then I'll check if the expected string is displayed in this output, but I want to verify string1, string2, and string3,
if any of them show in the serial command output, I'll pass this case.
So what I do was to add three analysis rule to this command to check the output in the sequence of string1check,string2check and string3check, and set the Assert Property of each Analysis Rule to be: True if any True.
But it seems, when, e.g. string2 didnot come out in this command output, it still fail the test.
I'm wondering how to do something like '||' in itest?