Skip to content

Commit

Permalink
dts: update docstrings
Browse files Browse the repository at this point in the history
Format according to the Google format and PEP257, with slight
deviations.

Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
  • Loading branch information
jlinkes authored and tmonjalo committed Dec 21, 2023
1 parent 7b2d709 commit 6ef0715
Show file tree
Hide file tree
Showing 35 changed files with 2,592 additions and 811 deletions.
10 changes: 10 additions & 0 deletions dts/framework/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,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.
"""
Loading

0 comments on commit 6ef0715

Please sign in to comment.