| Functions | |
| def | load_rooms_from_file | 
| Loads configuration file about testing rooms. | |
| def | load_tests_from_file | 
| Loads configuration file about tests. | |
| Variables | |
| string | PKG = 'life_test' | 
| Kevin Watts. | |
Loads configuration file about testing rooms.
Definition at line 51 of file config_loader.py.
| def life_test.config_loader.load_tests_from_file | ( | test_xml_path = os.path.join(roslib.packages.get_pkg_dir(PKG), 'tests.xml' | ) | 
Loads configuration file about tests.
Definition at line 74 of file config_loader.py.
| string life_test::config_loader::PKG = 'life_test' | 
Kevin Watts.
Loads configuration files for Test Manager
Definition at line 38 of file config_loader.py.