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