I am using Test Stand 2014SP1, In our tests, we need a custom action which creates a "Daily Summary" file of all the pass/fail reports. We do this by over riding the default DoPostUUT. Our custom DoPostUUT does 2 things.
1) calls the default DoPostUUT
2) calls a python script that parses the report file just created by the default DoPostUUT
This has worked well for us for multiple projects deployed to multiple locations. (other than normal problems with python)
Our latest error has us stumped. At the deployment site we are getting the following error:
Error calling sequence DoPostUUT.
Unknown function or sequence name "DoPostUUT".
Error code: -17320: Unknown function or sequence name.
I have not been able to reproduce this on my clean test PC, we only see it at the end user site.
Has anyone seen this before?