Skip to content

cassini-tests: Fix ptest formatting issue

The test header in each ptest test suite should not use any special characters, for example: foo-bar, here - will be converted to ASCII value as 2D, so the result would contain foo_2D_bar

The test header only understands space character and translates them to _. This change is required as it helps to process the results in the pipeline and aligns with other test suites.

The test headers are fixed for the following test suites:

  • psa-arch-tests
  • parsec-simple-e2e-tests

Further, remove white-spaces.

Signed-off-by: Vikas Katariya vikas.katariya@linaro.org

Merge request reports