openbmc / openbmc-test-automation

Apache License 2.0
100 stars 92 forks source link

Valid Value get passed for empty List comparison #2206

Closed susilsi7 closed 11 months ago

susilsi7 commented 1 year ago

Sample Code:

Test Valid Value
    [Documentation]  Test valid value.
    [Tags]  Test_Valid_Value

    Set Test Variable  ${search_item}  BMC
    @{names_list}=  Create List

    Log  ${search_item}
    Log  ${names_list}

    Valid Value  search_item  ${names_list}
gkeishin commented 11 months ago

We are not adding more support to valid value, use the robot list directives.