I'm running into a problem with how iTest handles responses from Eval statements.
Throughout out testcases, we are displaying progress messages to give us a indication on what a test is doing at a specifc time. As a testcase loops through the devices in a topology, we will log a message as to whether a unit is about to be tested.
The problem we are having is that iTest does not reliably collect the information for the query. If deviceName is set to "foo1" everything works fine. However, if deviceName is set to "foo", then iTest doesn't generate the query group1. If group1 doesn't exist, the testcase will fail.
Is there a better way to process an Eval statemet that will consistently generate a query regardless of the returned value?