From 7a37a981ffb873e8e2b48bebe9867a02520a35ce Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 25 Sep 2020 10:15:57 -0400 Subject: [PATCH] test_pass_everything.py: check two new symbols ed4a69c ("barectf.h.j2: add barectf_discarded_event_records_count()") and 3bf37cb ("barectf.h.j2: add barectf_packet_buf_addr()") introduced new API symbols to check here. Signed-off-by: Philippe Proulx --- tests/config/yaml/2/test_pass_everything.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/config/yaml/2/test_pass_everything.py b/tests/config/yaml/2/test_pass_everything.py index 547f660..2ea9abf 100644 --- a/tests/config/yaml/2/test_pass_everything.py +++ b/tests/config/yaml/2/test_pass_everything.py @@ -62,8 +62,10 @@ def test_everything(request, tmpdir): 'bctf_my_stream_open_packet', 'bctf_my_stream_trace_my_event', 'bctf_packet_buf', + 'bctf_packet_buf_addr', 'bctf_packet_buf_size', 'bctf_packet_events_discarded', + 'bctf_discarded_event_records_count', 'bctf_packet_is_empty', 'bctf_packet_is_full', 'bctf_packet_is_open', -- 2.34.1