Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wifi nmcli backup/restore /delete on 24.04 Desktop (BugFix) (#1324)
* Correct the backup/restore from/to the correct path * Fix the delete nmcli will make the all connection will be disappeared * minor changes * remove the shell=True in subprocess * Fix some minor bug * Fix typo, some missings, and Stanley's advices * Update providers/base/tests/test_wifi_nmcli_test.py Simplify the unit test Co-authored-by: Fernando Bravo <39527354+fernando79513@users.noreply.github.com> * Update providers/base/bin/wifi_nmcli_test.py Fix typo Co-authored-by: Fernando Bravo <39527354+fernando79513@users.noreply.github.com> * Update providers/base/tests/test_wifi_nmcli_test.py Simplify the unit test Co-authored-by: Fernando Bravo <39527354+fernando79513@users.noreply.github.com> * Update providers/base/tests/test_wifi_nmcli_test.py Simplify the unit test Co-authored-by: Fernando Bravo <39527354+fernando79513@users.noreply.github.com> * Update providers/base/bin/wifi_nmcli_test.py Only catch the sp.CalledProcessError Co-authored-by: Fernando Bravo <39527354+fernando79513@users.noreply.github.com> * fix backup script not use the os.path join but Path * Fix test_wifi_nmcli_test.py * Tiny fix... * Fix the unittest parameter order --------- Co-authored-by: Fernando Bravo <39527354+fernando79513@users.noreply.github.com>
- Loading branch information