tests: fix: Run packet-set-buf tracing test
authorErica Bugden <ebugden@efficios.com>
Tue, 30 May 2023 15:24:16 +0000 (11:24 -0400)
committerErica Bugden <ebugden@efficios.com>
Wed, 31 May 2023 15:19:34 +0000 (11:19 -0400)
commit8d81378997c759ae220e8be5ac809f6dc5ae53df
tree38e23870ac701656d7ab2543be7325491e5137e1
parent0ab76514577195f2846b696ba5b98b9ce47fd1d4
tests: fix: Run packet-set-buf tracing test

Context
-------

Currently, the packet-set-buf test is not run even though the test was
added as a regression test for a bug fix (0a5733a). The fix commit
message says:

    Adding a test with a custom platform calling
    barectf_packet_set_buf() with a `NULL` buffer after closing a
    completely full packet. Without this patch (in `barectf.c.j2`), this
    test leads to a segmentation fault.

It looks like this new test case was accidentally not added to the list
of valid test categories:

    * Sep 24, 2020 - Filter for valid test categories added (in 5b906ca)
    * Oct 6, 2020 - packet-set-buf test added, but not to valid
       categories (in 0a5733a)

Changes
-------

Add `packet-set-buf` to the valid test categories so the test will run.

Change-Id: I43a90bafe08897eaf107336fd8b629bad512b996
Signed-off-by: Erica Bugden <ebugden@efficios.com>
tests/tracing/conftest.py
This page took 0.02337 seconds and 4 git commands to generate.