Skip to content

Commit 6ef0715

Browse files
jlinkestmonjalo
authored andcommitted
dts: update docstrings
Format according to the Google format and PEP257, with slight deviations. Signed-off-by: Juraj Linkeš <[email protected]>
1 parent 7b2d709 commit 6ef0715

35 files changed

+2592
-811
lines changed

dts/framework/__init__.py

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2022 PANTHEON.tech s.r.o.
33
# Copyright(c) 2022 University of New Hampshire
4+
5+
"""Libraries and utilities for running DPDK Test Suite (DTS).
6+
7+
The 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+
"""

0 commit comments

Comments
 (0)