mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-18 15:19:38 +02:00

Nothing surprising here, hopefully. Wrap the variables from the environment into a class or spawn a netdevsim based env and pass it to the tests. Reviewed-by: Willem de Bruijn <willemb@google.com> Link: https://lore.kernel.org/r/20240420025237.3309296-4-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
9 lines
224 B
Python
9 lines
224 B
Python
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
from .consts import KSRC
|
|
from .ksft import *
|
|
from .netns import NetNS
|
|
from .nsim import *
|
|
from .utils import *
|
|
from .ynl import NlError, YnlFamily, EthtoolFamily, NetdevFamily, RtnlFamily
|