mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
systemcmds/tests: remove autodeclination test (moving to PX4/ecl)
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user