kernelci / kernelci-backend

Upstream Linux Kernel Validation Project API
http://api.kernelci.org
GNU Lesser General Public License v2.1
40 stars 27 forks source link

Replace invalid characters in test names #288

Closed mgalka closed 3 years ago

mgalka commented 3 years ago

There are several characters that may appear in test case or test groups names, which can be problematic for kcidb or for further processing in general. This commit takes care of replacing all invalid characters with underscores.

Signed-off-by: Michal Galka michal.galka@collabora.com