Tools : Remove documented params from whitelist

This commit is contained in:
Jeevan K 2025-01-19 14:25:38 +05:30 committed by Peter Barker
parent 4e12b4ee0e
commit 24a764c502

View File

@ -2559,13 +2559,6 @@ class TestSuite(ABC):
def get_sim_parameter_documentation_get_whitelist(self):
# common parameters
ret = set([
"SIM_ACC_TRIM_X",
"SIM_ACC_TRIM_Y",
"SIM_ACC_TRIM_Z",
"SIM_ARSPD2_OFS",
"SIM_ARSPD2_RND",
"SIM_ARSPD_OFS",
"SIM_ARSPD_RND",
"SIM_FTOWESC_ENA",
"SIM_FTOWESC_POW",
"SIM_IE24_ENABLE",