wifi-bluetooth-support.robot: nmcli package check & installation#746
wifi-bluetooth-support.robot: nmcli package check & installation#746
Conversation
|
Has it been tested? Can you show logs? It shows that |
|
@macpijan yes, it is tested, here's the log. I've also checked for differences between Ubuntu versions, if nmcli binary is being provided by another package in the past. |
https://manpages.ubuntu.com/manpages/focal/man1/nmcli.1.html It says that the nmcli is provided by network-manager package since Ubuntu 20.04LTS and it doesn' change for any newer version.
This actually shows that the package is not installed: Or that |
|
More context:
Even if the package is not installed... Gives empty output. So the keyword |
miczyg1
left a comment
There was a problem hiding this comment.
Still does not work reliably. See my comment: #746 (comment)
4d18996 to
4419f7b
Compare
|
Please review, log in attachment. |
ed9c0bc to
c30ea0c
Compare
|
Please review, logs in attachment. Both required packages (network-manager & pciutils) were 'apt remove'd for this execution. |
639b66d to
b547f37
Compare
|
Please review, rebase to develop done, here's log: |
b547f37 to
b017c0e
Compare
wifi-bluetooth-support.robot, WLE002.001: - dhclient call added before Detect Or Install Package - Ubuntu-specific package installation moved from test case to WiFi Scanning kw keywords.robot: - added apt list & regex-based package detection in Check If Package Is Installed - Install Package redone using Execute Command In Terminal lib/network.robot: - Execute Command In Terminal used instead of Execute Linux Command in Check Internet Connection On Linux keyword lib/telnet.robot: - Telnet.Read added in Execute Command In Terminal Signed-off-by: Mateusz Maciejewski <mateusz.maciejewski@3mdeb.com>
- network-manager & pciutils are now installed by ansible playbook - regexp comment removed Signed-off-by: Mateusz Maciejewski <mateusz.maciejewski@3mdeb.com>
b017c0e to
0d35a2e
Compare
|
Please review, logs in attachment: |
network-manager package check added in WLE002.001 test case