Skip to content
Snippets Groups Projects

Fix invalid property during test_technology_check_property

Merged Frederic Danis requested to merge wip/fdanis/8599-connman-tetheringfreq into apertis/v2023dev1
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -67,7 +67,7 @@ test_technology_check_property() {
local PROP_NAME=$1
echo test_technology_check_property ${PROP_NAME}
case ${PROP_NAME} in
Name|Type|Powered|Connected|Tethering) ;;
Name|Type|Powered|Connected|Tethering|TetheringFreq) ;;
*) "Invalid property ${PROP_NAME}" ; exit 1 ;;
esac
}
Loading