Skip to content
Snippets Groups Projects
Commit 81d0d93e authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

[Tests][Talos] add unit test for talos_box and talos_full_box loaders

parent 4d4317d3
No related branches found
No related tags found
No related merge requests found
Pipeline #11193 passed with warnings
......@@ -55,9 +55,15 @@ class RobotTestCase(unittest.TestCase):
def test_talos(self):
self.check('talos', 39, 38)
def test_talos_box(self):
self.check('talos_box', 39, 38)
def test_talos_full(self):
self.check('talos_full', 51, 50)
def test_talos_full_box(self):
self.check('talos_full_box', 51, 50)
def test_talos_arm(self):
self.check('talos_arm', 7, 7)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment