Skip to content

Replace wget with git clone in manual test cases

Nithin Mysore Nagesh requested to merge wip/nht4kor/bluez-test into apertis/v2025dev2

In scenarios where restrictions are applied to git repositories the use of wget equires token to be added in the URL, which leads to exposure of it in manual test cases.

The use of git clone instead avoids this issue by relaying in the user credentials configured.

Edited by Nithin Mysore Nagesh

Merge request reports