/
githubmirror
/
nvme-cli
Обзор
Документация
Войти
/
githubmirror
/
nvme-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/e2e/plugins/ocp/ocp_test.py
18 строк
381 B
Daniel Wagner
tests/e2e: create a fully standalone Python package
10 авг 2026, 17:30
10 авг 2026, 17:30
6742a9b
Код
Авторство
О чём код?
# SPDX-License-Identifier: GPL-2.0-or-later # # Copyright (c) 2026 Micron Technology, Inc. # # Author: Broc Going <broc.going@micron.com> # """Base class for OCP plugin tests.""" from ..plugin_test import TestPlugin class TestOCP(TestPlugin): """Base class for OCP plugin tests. Provides the plugin_name and any OCP-specific helpers. """ plugin_name = "ocp"