Classes | Functions | Variables
test_cmds Namespace Reference

Classes

class  rtactTests
class  rtcatTests
class  rtcheckTests
class  RTCLaunchFailedError
class  rtcompTests
class  rtconfTests
class  rtconTests
class  rtcryoTests
class  rtcwdTests
class  rtdeactTests
class  rtdelTests
class  rtdisTests
class  rtdocTests
class  rtexitTests
class  rtfindTests
class  rtinjectTests
class  rtlogTests
class  rtlsTests
class  rtmgrTests
class  rtprintTests
class  rtresetTests
class  rtresurrectTests
class  rtstartTests
class  rtstodotTests
class  rtstopTests
class  rtteardownTests

Functions

def add_obj_strs
def call_process
def clean_zombies
def find_omninames
def launch_comp
def launch_manager
def load_file
def make_zombie
def rtact_suite
def rtcat_suite
def rtcheck_suite
def rtcomp_suite
def rtcon_suite
def rtconf_suite
def rtcryo_suite
def rtcwd_suite
def rtdeact_suite
def rtdel_suite
def rtdis_suite
def rtdoc_suite
def rtexit_suite
def rtfind_suite
def rtinject_suite
def rtlog_suite
def rtls_suite
def rtmgr_suite
def rtprint_suite
def rtreset_suite
def rtresurrect_suite
def rtstart_suite
def rtstodot_suite
def rtstop_suite
def rtteardown_suite
def start_ns
def start_process
def stop_comp
def stop_manager
def stop_ns
def suite
def test_destportnotfound
def test_noobject
def test_noobject2
def test_notacomp
def test_notacomp2
def test_port2notfound
def test_portnotfound
def test_sourceportnotfound
def test_zombie
def wait_for_comp

Variables

string COMP_LIB_PATH = '/usr/local/share/openrtm-1.1/example/rtcs'

Function Documentation

def test_cmds.add_obj_strs (   args,
  obj1 = None,
  obj2 = None 
)

Definition at line 141 of file test_cmds.py.

def test_cmds.call_process (   args)

Definition at line 46 of file test_cmds.py.

Definition at line 119 of file test_cmds.py.

Definition at line 60 of file test_cmds.py.

def test_cmds.launch_comp (   name)

Definition at line 70 of file test_cmds.py.

def test_cmds.launch_manager (   tries = 40,
  res = 0.01 
)

Definition at line 123 of file test_cmds.py.

def test_cmds.load_file (   fn)

Definition at line 42 of file test_cmds.py.

def test_cmds.make_zombie (   comp = 'zombie_comp')

Definition at line 111 of file test_cmds.py.

Definition at line 325 of file test_cmds.py.

Definition at line 411 of file test_cmds.py.

Definition at line 460 of file test_cmds.py.

Definition at line 676 of file test_cmds.py.

Definition at line 855 of file test_cmds.py.

Definition at line 1063 of file test_cmds.py.

Definition at line 1206 of file test_cmds.py.

Definition at line 1304 of file test_cmds.py.

Definition at line 1384 of file test_cmds.py.

Definition at line 1520 of file test_cmds.py.

Definition at line 1735 of file test_cmds.py.

Definition at line 1875 of file test_cmds.py.

Definition at line 1931 of file test_cmds.py.

Definition at line 2067 of file test_cmds.py.

Definition at line 2190 of file test_cmds.py.

Definition at line 2463 of file test_cmds.py.

Definition at line 2657 of file test_cmds.py.

Definition at line 2927 of file test_cmds.py.

Definition at line 3028 of file test_cmds.py.

Definition at line 3091 of file test_cmds.py.

Definition at line 3206 of file test_cmds.py.

Definition at line 3298 of file test_cmds.py.

Definition at line 2950 of file test_cmds.py.

Definition at line 3387 of file test_cmds.py.

Definition at line 3463 of file test_cmds.py.

Definition at line 85 of file test_cmds.py.

def test_cmds.start_process (   args)

Definition at line 55 of file test_cmds.py.

def test_cmds.stop_comp (   comp)

Definition at line 79 of file test_cmds.py.

def test_cmds.stop_manager (   mgr)

Definition at line 135 of file test_cmds.py.

def test_cmds.stop_ns (   p)

Definition at line 95 of file test_cmds.py.

def test_cmds.suite ( )

Definition at line 3467 of file test_cmds.py.

def test_cmds.test_destportnotfound (   tester,
  cmd,
  obj1 = None,
  obj2 = None,
  extra_opts = [] 
)

Definition at line 228 of file test_cmds.py.

def test_cmds.test_noobject (   tester,
  cmd,
  obj1 = None,
  obj2 = None,
  extra_opts = [] 
)

Definition at line 169 of file test_cmds.py.

def test_cmds.test_noobject2 (   tester,
  cmd,
  obj1 = None,
  obj2 = None,
  extra_opts = [] 
)

Definition at line 179 of file test_cmds.py.

def test_cmds.test_notacomp (   tester,
  cmd,
  obj1 = None,
  obj2 = None,
  extra_opts = [] 
)

Definition at line 149 of file test_cmds.py.

def test_cmds.test_notacomp2 (   tester,
  cmd,
  obj1 = None,
  obj2 = None,
  extra_opts = [] 
)

Definition at line 159 of file test_cmds.py.

def test_cmds.test_port2notfound (   tester,
  cmd,
  obj1 = None,
  obj2 = None,
  extra_opts = [] 
)

Definition at line 209 of file test_cmds.py.

def test_cmds.test_portnotfound (   tester,
  cmd,
  obj1 = None,
  obj2 = None,
  extra_opts = [] 
)

Definition at line 199 of file test_cmds.py.

def test_cmds.test_sourceportnotfound (   tester,
  cmd,
  obj1 = None,
  obj2 = None,
  extra_opts = [] 
)

Definition at line 219 of file test_cmds.py.

def test_cmds.test_zombie (   tester,
  cmd,
  obj1 = None,
  obj2 = None,
  extra_opts = [] 
)

Definition at line 189 of file test_cmds.py.

def test_cmds.wait_for_comp (   comp,
  state = 'Inactive',
  tries = 40,
  res = 0.01 
)

Definition at line 99 of file test_cmds.py.


Variable Documentation

list test_cmds::COMP_LIB_PATH = '/usr/local/share/openrtm-1.1/example/rtcs'

Definition at line 35 of file test_cmds.py.



rtshell
Author(s): Geoffrey Biggs
autogenerated on Fri Aug 28 2015 12:55:12