Skip to content

Commit c5a562e

Browse files
committed
ci: add examples/openthread to PYTHONPATH
1 parent 76181e5 commit c5a562e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/openthread/pytest_otbr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
import re
88
import secrets
99
import subprocess
10+
import sys
1011
import threading
1112
import time
1213
from typing import Tuple
1314

15+
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
1416
import ot_ci_function as ocf
1517
import pexpect
1618
import pytest

0 commit comments

Comments
 (0)