Skip to content

Issue with test_lsslot test case in avocado-misc-tests/ras/ras_ppcutils.py #3048

@sourabhjains

Description

@sourabhjains

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:

  1. Test case is running lsslot -ac pci and lsslot -c pci -o command but not verifying the output
  2. Is lsslot -ac pci is even a valid command?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions