Skip to content

Commit 7f29f1d

Browse files
Adding the rename changes I had in the new PR to make it clean and independent
1 parent 940ac3f commit 7f29f1d

14 files changed

+2
-2
lines changed

scripts/tests/run_darwin_framework_ota_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from chiptest.accessories import AppsRegister
1111
from chiptest.runner import Runner
1212
from chiptest.test_definition import App, ExecutionCapture
13-
from chipyaml.paths_finder import PathsFinder
13+
from yaml.paths_finder import PathsFinder
1414

1515
TEST_NODE_ID = '0x12344321'
1616
TEST_VID = '0xFFF1'

scripts/tests/run_test_suite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from chiptest.accessories import AppsRegister
2929
from chiptest.glob_matcher import GlobMatcher
3030
from chiptest.test_definition import TestRunTime, TestTag
31-
from chipyaml.paths_finder import PathsFinder
31+
from yaml.paths_finder import PathsFinder
3232

3333
DEFAULT_CHIP_ROOT = os.path.abspath(
3434
os.path.join(os.path.dirname(__file__), '..', '..'))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)