Test Script API todos
Here are some known problems with test script APIs:
- use of /home/jenkins
- appears to only be in: tests/<old-jta-tests>/create_xml_<testname>.py
- was an old system of parsing the Jenkins log instead of the test log directly
- and scripts/parser/tests/create_multiplot.py
- reference to OF_ROOT (not used anywhere)
- some functions have been added
- (need to scan functions.sh, common.sh, etc.)
- need to add functions that have pages, but are not linked to on Test Script APIs
- need to check on what replaced a function:
- build_error - to be used externally - report an error and abort the test
- was used 44 times in fuego 1.0
- all but 4 were from "| && touch ../test_suite_ready || build_error ..."
- still called by Functional.ft2demos/fuego_test.sh