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