From c5a562e6e00938f813ac36ad714092996e662a7d Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 16 Jul 2025 12:45:54 +0200 Subject: [PATCH] ci: add examples/openthread to PYTHONPATH --- examples/openthread/pytest_otbr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/openthread/pytest_otbr.py b/examples/openthread/pytest_otbr.py index e3a968eec7..3663068858 100644 --- a/examples/openthread/pytest_otbr.py +++ b/examples/openthread/pytest_otbr.py @@ -7,10 +7,12 @@ import random import re import secrets import subprocess +import sys import threading import time from typing import Tuple +sys.path.append(os.path.dirname(os.path.abspath(__file__))) import ot_ci_function as ocf import pexpect import pytest