[PATCH v2 3/3] dts: add packet capture test suite

Dean Marx dmarx at iol.unh.edu
Tue Jun 3 16:33:31 CEST 2025


On Tue, May 6, 2025 at 9:31 AM Luca Vizzarro <luca.vizzarro at arm.com> wrote:
>
> From: Thomas Wilks <thomas.wilks at arm.com>
>
> Add a test suite that tests the packet capture framework
> through the use of dpdk-dumpcap.
>
> Signed-off-by: Thomas Wilks <thomas.wilks at arm.com>
> Signed-off-by: Luca Vizzarro <luca.vizzarro at arm.com>
> Reviewed-by: Paul Szczepanek <paul.szczepanek at arm.com>

<snip>
> +
> +    def close(self) -> None:
> +        """Close the application.
> +
> +        Sends a SIGINT to close the application.
> +        """
> +        self.send_command("\x03")
> +        super().close()

I believe code x03 is for SIGQUIT, not SIGINT:
https://www.chromium.org/chromium-os/developer-library/reference/linux-constants/signals/

Otherwise:
Reviewed-by: Dean Marx <dmarx at iol.unh.edu>


More information about the dev mailing list