summaryrefslogtreecommitdiff
path: root/dts/framework/__init__.py
blob: 951f2f023819c4d8ed917e1d8e8782cdf9e51c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2022 PANTHEON.tech s.r.o.
# Copyright(c) 2022 University of New Hampshire

"""Libraries and utilities for running DPDK Test Suite (DTS).

The various modules in the DTS framework offer:

* Connections to nodes, both interactive and non-interactive,
* A straightforward way to add support for different operating systems of remote nodes,
* Test suite setup, execution and teardown, along with test case setup, execution and teardown,
* Pre-test suite setup and post-test suite teardown.
"""