If you’re using the testing tools, you have to reenter the args when you pick the TPS proc to test. It doesn’t automatically get those from the netconfig.
Also, there’s sort of two ways to pass args to TPS procs. You can pass the args as a simple list or as a keyed list. A simple list would look like “val1 val2 val3”. A keyed list would look like “{arg1 val1} {arg2 val2} { arg3 val3 }”. I’m not sure why you’re using curly braces in your args. Normally you would use those for wrapping around keyed list item pairs, but you aren’t passing a keyed list.