openbmc / openbmc-test-automation

Apache License 2.0
100 stars 92 forks source link

[OpenPower] test_bmc_devicetree, test teardown failed #2219

Closed tom-ky-wu closed 10 months ago

tom-ky-wu commented 10 months ago

HI, when I test them separately, they pass. However, when I test them together, if the previous test case fails, it results in a subsequent test case "connection failed."

Here is my fixed content: -Suite Setup Open Connection And Log In -Suite Teardown Close All Connections -Test Teardown FFDC On Test Case Fail +Test Setup Open Connection And Log In +Test Teardown Run Keywords Close All Connections +... AND FFDC On Test Case Fail-Suite Setup Open Connection And Log In

gkeishin commented 10 months ago

Good thought that.. fixed https://gerrit.openbmc.org/c/openbmc/openbmc-test-automation/+/67120 @tom-ky-wu