|
self.run_cmd_out("lsslot -ac pci") |
lsslot -ac pci is not printing anything and existing with -1. Hence I checked how we are testing this:
It seems like test_lsslot runs lsslot -ac pci but do not verify output or exit code hence opened this issue.
I have following concern with this test case:
- Test case is running
lsslot -ac pci and lsslot -c pci -o command but not verifying the output
- Is
lsslot -ac pci is even a valid command?