Functions | |
def | load_configs_from_map |
def | load_tests_from_map |
def | load_wg_station_map |
Variables | |
tuple | CONFIG_DIR = os.path.join(roslib.packages.get_pkg_dir(PKG), 'config') |
string | PKG = 'qualification' |
tuple | QUAL_DIR = roslib.packages.get_pkg_dir(PKG) |
tuple | TESTS_DIR = os.path.join(roslib.packages.get_pkg_dir(PKG), 'tests') |
def qualification.test_loader.load_configs_from_map | ( | config_files | ) |
Loads configuration scripts from config/configs.xml configuration file \param tests {} : Configs by serial. { str: [ Test ] } \return True if loaded successfully and all tests validated
Definition at line 117 of file test_loader.py.
def qualification.test_loader.load_tests_from_map | ( | tests, | |
debugs = [] |
|||
) |
Loads tests from tests/tests.xml configuration file \param tests {} : Test by serial. { str: [ Test ] } \return True if loaded successfully and all tests validated
Definition at line 50 of file test_loader.py.
def qualification.test_loader.load_wg_station_map | ( | wg_teststations | ) |
Loads "map" of WG test stations. Each station has a GUI, a remote host and a power board. \param wg_teststations { str : WGTestStation } : Output dictionary of test stations \return True if loaded successfully
Definition at line 191 of file test_loader.py.
tuple qualification::test_loader::CONFIG_DIR = os.path.join(roslib.packages.get_pkg_dir(PKG), 'config') |
Definition at line 47 of file test_loader.py.
string qualification::test_loader::PKG = 'qualification' |
Definition at line 37 of file test_loader.py.
tuple qualification::test_loader::QUAL_DIR = roslib.packages.get_pkg_dir(PKG) |
Definition at line 48 of file test_loader.py.
tuple qualification::test_loader::TESTS_DIR = os.path.join(roslib.packages.get_pkg_dir(PKG), 'tests') |
Definition at line 46 of file test_loader.py.