systemcmds/tests: remove autodeclination test (moving to PX4/ecl)

This commit is contained in:
Daniel Agar
2020-06-23 10:34:25 -04:00
committed by GitHub
parent bb36b4a63f
commit 32887193d6
7 changed files with 1 additions and 569 deletions
-4
View File
@@ -75,10 +75,6 @@ class TestHadrwareMethods(unittest.TestCase):
TEST_DEVICE = 0
TEST_BAUDRATE = 0
def test_autodeclination(self):
print("runnig test device " + self.TEST_DEVICE)
self.assertTrue(do_test(self.TEST_DEVICE, self.TEST_BAUDRATE, "autodeclination"))
def test_bezier(self):
self.assertTrue(do_test(self.TEST_DEVICE, self.TEST_BAUDRATE, "bezier"))