openbmc / openbmc-test-automation

Apache License 2.0
100 stars 92 forks source link

tests-ipmi-test_fru.robot excuted failed #2194

Closed Bruce2813 closed 1 year ago

Bruce2813 commented 2 years ago

No keyword with name 'OBMC Boot Test Py' found.Did you mean: obmc_boot_test_resource.OBMC Boot Test how to due this problem?

gkeishin commented 1 year ago

@Bruce2813 I assume you are referring to ./tests/ipmi/test_fru.robot this test suite..

  1. Test suites under tests/ directory are deprecated but you can continue to use it or refer to build new test cases but with REST-only supported platforms drivers/builds All the newer ones for IPMI are under here now https://github.com/openbmc/openbmc-test-automation/tree/master/ipmi

  2. If you still want to execute it, you can still do something like this

robot -v OPENBMC_HOST:xx.xx.xx.xx -v REDFISH_SUPPORT_TRANS_STATE:0 ./tests/ipmi/test_fru.robot

with this, you shouldn't see the keyword missing problems.

gkeishin commented 1 year ago

All good ? @Bruce2813 If you need further information leave me a note here. Thanks

gkeishin commented 1 year ago

Please re-open if you still face problems. Closing ticket. Thanks