xref: /dpdk/dts/framework/__init__.py (revision 6ef07151aac4b4d9601d547f94a996d1c71b3871)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2022 PANTHEON.tech s.r.o.
3# Copyright(c) 2022 University of New Hampshire
4
5"""Libraries and utilities for running DPDK Test Suite (DTS).
6
7The various modules in the DTS framework offer:
8
9* Connections to nodes, both interactive and non-interactive,
10* A straightforward way to add support for different operating systems of remote nodes,
11* Test suite setup, execution and teardown, along with test case setup, execution and teardown,
12* Pre-test suite setup and post-test suite teardown.
13"""
14