openbmc / openbmc-test-automation

Apache License 2.0
100 stars 92 forks source link

many tags do not correspond to test or task names #2152

Closed generatz closed 2 years ago

generatz commented 2 years ago

Many of the test-cases/tasks have tags that do not correspond to the test-case/task names as expected. I found over 100 such cases using the check_robot_tags.awk script here.

Please use the script to fix the name<->tag correspondence as appropriate.

I recommend that the script be included somewhere in your process to help eliminate this issue in the future.

gkeishin commented 2 years ago

Thank you for the feedback.. Will look into it..

gkeishin commented 2 years ago

Fix 1: under redfish/ https://gerrit.openbmc-project.xyz/c/openbmc/openbmc-test-automation/+/50788

gkeishin commented 2 years ago

Fix 2: under openpower/ directory https://gerrit.openbmc-project.xyz/c/openbmc/openbmc-test-automation/+/50790

gkeishin commented 2 years ago

Fix 3: under different suites https://gerrit.openbmc-project.xyz/c/openbmc/openbmc-test-automation/+/50791

gkeishin commented 2 years ago

Fix 4: under GUI suites https://gerrit.openbmc-project.xyz/c/openbmc/openbmc-test-automation/+/50792

gkeishin commented 2 years ago

That should be it.. Thanks @generatz .. Closing