Qualification test to run. More...
Public Member Functions | |
def | __init__ |
def | check_assembly |
def | get_name |
def | getInstructionsFile |
Full path to instructions file. | |
def | getName |
Name or basename or startup script. | |
def | getShutdownScript |
Full path to shutdown script. | |
def | getStartupScript |
Full path to startup script. | |
def | instructions_file |
def | load |
Loads qual test from and XML string. | |
def | name |
def | part_number |
def | shutdown_script |
def | startup_script |
def | testid |
def | validate |
Check that all prestartups, subtests, instructions, etc are real files. | |
Public Attributes | |
debug_ok | |
pre_startup_scripts | |
subtests | |
Private Attributes | |
_check_assembly | |
_id | |
_instructions_file | |
_name | |
_part | |
_shutdown_script | |
_startup_script |
Qualification test to run.
Holds instructions, subtests, pre_startup scripts, etc.
def qualification.test.Test.__init__ | ( | self, | |
name, | |||
part = '' |
|||
) |
def qualification.test.Test.check_assembly | ( | self | ) |
def qualification.test.Test.get_name | ( | self | ) |
def qualification.test.Test.getInstructionsFile | ( | self | ) |
def qualification.test.Test.getName | ( | self | ) |
def qualification.test.Test.getShutdownScript | ( | self | ) |
def qualification.test.Test.getStartupScript | ( | self | ) |
def qualification.test.Test.instructions_file | ( | self | ) |
def qualification.test.Test.load | ( | self, | |
test_str, | |||
test_dir | |||
) |
def qualification.test.Test.name | ( | self | ) |
def qualification.test.Test.part_number | ( | self | ) |
def qualification.test.Test.shutdown_script | ( | self | ) |
def qualification.test.Test.startup_script | ( | self | ) |
def qualification.test.Test.testid | ( | self | ) |
def qualification.test.Test.validate | ( | self | ) |
Check that all prestartups, subtests, instructions, etc are real files.
This does not do any kind of parsing of the files themselves. It only checks that they exist, and that all files are ".launch" files. Instructions files must be ".html" files. Checks that test is named.
qualification::test.Test::_id [private] |
qualification::test.Test::_name [private] |
qualification::test.Test::_part [private] |