|
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?
avocado-misc-tests/ras/ras_ppcutils.py
Line 195 in f18ce52
lsslot -ac pciis not printing anything and existing with -1. Hence I checked how we are testing this:It seems like
test_lsslotrunslsslot -ac pcibut do not verify output or exit code hence opened this issue.I have following concern with this test case:
lsslot -ac pciandlsslot -c pci -ocommand but not verifying the outputlsslot -ac pciis even a valid command?