From 09cdc274658969f8f5ac5ef6928b0da96e47f01c Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Thu, 1 Jun 2023 12:33:06 -0600 Subject: [PATCH] autotest: Add GSOF testing to test cases for CI Signed-off-by: Ryan Friedman --- Tools/autotest/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/common.py b/Tools/autotest/common.py index 631ba4803c..942f23ad4d 100644 --- a/Tools/autotest/common.py +++ b/Tools/autotest/common.py @@ -13006,6 +13006,7 @@ switch value''' (6, "SBP", None, "SBP", 5, 'detected'), # (7, "SBP2", 9, "SBP2", 5), # broken, "waiting for config data" (8, "NOVA", 15, "NOVA", 5, 'detected'), # no attempt to auto-detect this in AP_GPS + (11, "GSOF", 11, "GSOF", 5, 'detected'), (19, "MSP", 19, "MSP", 32, 'specified'), # no attempt to auto-detect this in AP_GPS # (9, "FILE"), ]