tests/tracing: add data stream type packet feature tests
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 23:31:42 +0000 (19:31 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 23:45:12 +0000 (19:45 -0400)
commitaf10dbee77d36536ce25beb4c0f4d827193d6744
tree27e1c7b0828478d98c8a9077e1cd8885814adf4a
parentc2049948c1f77bb6bfd6f9dedbd2fe1b445f4480
tests/tracing: add data stream type packet feature tests

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
48 files changed:
tests/tracing/configs/counter-clock/dst-packet-features/beg-end-ts-multi.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/beg-end-ts.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/beg-ts-multi.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/beg-ts-uint32.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/beg-ts.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/disc-er-counter-snapshot-uint8.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/disc-er-counter-snapshot.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/end-ts-multi.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/end-ts-uint32.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/end-ts.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/none.yaml [new file with mode: 0644]
tests/tracing/configs/counter-clock/dst-packet-features/sizes-uint16.yaml [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-end-ts-multi.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-end-ts-multi.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-end-ts.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-end-ts.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-ts-multi.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-ts-multi.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-ts-uint32.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-ts-uint32.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-ts.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/beg-ts.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/disc-er-counter-snapshot-uint8.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/disc-er-counter-snapshot-uint8.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/disc-er-counter-snapshot.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/disc-er-counter-snapshot.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/end-ts-multi.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/end-ts-multi.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/end-ts-uint32.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/end-ts-uint32.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/end-ts.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/end-ts.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/none.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/none.metadata.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/sizes-uint16.data.expect [new file with mode: 0644]
tests/tracing/expect/counter-clock/dst-packet-features/sizes-uint16.metadata.expect [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/beg-end-ts-multi.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/beg-end-ts.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/beg-ts-multi.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/beg-ts-uint32.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/beg-ts.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/disc-er-counter-snapshot-uint8.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/disc-er-counter-snapshot.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/end-ts-multi.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/end-ts-uint32.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/end-ts.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/none.c [new file with mode: 0644]
tests/tracing/src/counter-clock/dst-packet-features/sizes-uint16.c [new file with mode: 0644]
This page took 0.026493 seconds and 4 git commands to generate.