Test Launch Parent.
More...
Test Launch Parent.
Drop in replacement for ROSTestLaunchParent that lets us manage
the run id ourselves.
Definition at line 19 of file test_parent.py.
def rocon_test.test_parent.RoconTestLaunchParent.__init__ |
( |
|
self, |
|
|
|
run_id, |
|
|
|
config, |
|
|
|
roslaunch_files, |
|
|
|
port |
|
) |
| |
def rocon_test.test_parent.RoconTestLaunchParent._load_config |
( |
|
self | ) |
|
|
private |
def rocon_test.test_parent.RoconTestLaunchParent.launch |
( |
|
self | ) |
|
perform launch of nodes, does not launch tests. rostest_parent
follows a different pattern of init/run than the normal
roslaunch, which is why it does not reuse start()/spin()
Definition at line 51 of file test_parent.py.
def rocon_test.test_parent.RoconTestLaunchParent.run_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
run the test, blocks until completion
Definition at line 62 of file test_parent.py.
def rocon_test.test_parent.RoconTestLaunchParent.setUp |
( |
|
self | ) |
|
initializes self.config and xmlrpc infrastructure
Definition at line 38 of file test_parent.py.
def rocon_test.test_parent.RoconTestLaunchParent.tearDown |
( |
|
self | ) |
|
rocon_test.test_parent.RoconTestLaunchParent.config |
The documentation for this class was generated from the following file: