kernelci / kernelci-pipeline

Modular pipeline based on the KernelCI API
GNU Lesser General Public License v2.1
6 stars 18 forks source link

src/send_kcidb: replace dots in test names with underscore #663

Closed JenySadadia closed 1 week ago

JenySadadia commented 1 week ago

KCIDB uses '.' in node path to represent hierarchy. Some tests in KCI will have '.' in its name itself such as AV1-TEST-VECTORS-GStreamer-AV1-V4L2SL-Gst1.0. Replace dots with _ in test names to avoid misinterpreting hierarchy on KCIDB side.

JenySadadia commented 1 week ago

Based on the discussion last week, @laura-nao is going to fix the test names issue in the fluster test parser. That would be a better solution than handling such cases on the KCIDB bridge side. Hence, closing this PR.