/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
dts/framework/__init__.py
13 строк
545 B
Juraj Linkeš
dts: update docstrings
21 дек 2023, 14:34
21 дек 2023, 14:34
6ef0715
Код
Авторство
О чём код?
# 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. """