Skip to content

Connman automated test case failure fix.

Baghmar Tarun requested to merge tarun/connman_fix/T7130 into apertis/v2021dev2

Connman test case was failing as Autoconnect was connecting the ethernet before the Connect method was called. This caused the Error: Already connected which was making the test case fail.

Fix: Autoconnect property has been made false in the initial steps. This will allow the Connect method to work properly and the property has been made true after the execution.

Apertis: T7130

Signed-off-by: Tarun Baghmar tarun.baghmar@in.bosch.com

Merge request reports