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