/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
dts/api/__init__.py
14 строк
434 B
Paul Szczepanek
dts: move testpmd module from framework to API directory
21 окт 2025, 14:52
21 окт 2025, 14:52
eba657a
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2025 Arm Limited """DTS API. This package exposes public API modules for test writers. All modules in this package are considered stable. Do not use modules from the framework directory in your tests. Any missing functionality should be added to the public API. Private methods and members are prefixed with an underscore and should not be used outside of the framework. """