test_interfaces_cleartext.py
Go to the documentation of this file.
00001 #!/usr/bin/python
00002 # -*- coding: utf-8 -*-
00003 
00004 from lama_interfaces.cleartext_interface_factory import cleartext_interface_factory
00005 
00006 from test_interfaces_base import DbMessagePassingBase, RosTestCase
00007 
00008 
00009 class TestDbMessagePassingCleartext(DbMessagePassingBase, RosTestCase):
00010     def interface_factory(self, n, gs, ss):
00011         return cleartext_interface_factory(n, gs, ss)
00012     interface_type = 'cleartext'
00013 
00014 if __name__ == '__main__':
00015     import rostest
00016     rostest.rosrun('lama_interfaces',
00017                    'test_db_message_passing_cleartext',
00018                    TestDbMessagePassingCleartext)


interfaces
Author(s): Gaël Ecorchard , Karel Košnar
autogenerated on Sat Jun 8 2019 19:03:14