It seems that better than 90% of the time, when I am using the testing tool, I am troubleshooting a route or a tps proc. I always used to roll my eyes it came time to find hciroutetestshowbydest or hcitpstestshowbydisp in the huge list of available procs in the Save Options section. Not anymore though.
I thought, these procs are just files, so why don’t I just add a duplicate of the two I use all the time and add an _ to their name so they appear at the top of the list. It wasn’t quite that easy, but close.
As it turned out, these scripts are in routetest.tcl and tpstest.tcl respectively in the $HCIROOT/tclprocs directory. I created a new file named tmftests.tcl in that directory and then added the tcl procs from these two scripts into the new file. In each proc itself, I located the name of the proc and prepended the underscore and then saved the file. All that remained was a quick mktclindex and a restart of the client and _hcirouttestshowbydest and _hcitpstestshowbydisp are always at the top of the list.
Enjoy,
Mike