Functions | Variables
qualification::test_loader Namespace Reference

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')

Function Documentation

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.

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.


Variable Documentation

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'
Author:
Kevin Watts

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.



qualification
Author(s): Kevin Watts (watts@willowgarage.com), Josh Faust (jfaust@willowgarage.com)
autogenerated on Sat Dec 28 2013 17:57:35