Skip to content

Commit

Permalink
Adding the rename changes I had in the new PR to make it clean and in…
Browse files Browse the repository at this point in the history
…dependent
  • Loading branch information
vatsalghelani-csa committed Jun 17, 2024
1 parent 495b526 commit 1691500
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/tests/run_darwin_framework_ota_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from chiptest.accessories import AppsRegister
from chiptest.runner import Runner
from chiptest.test_definition import App, ExecutionCapture
from chipyaml.paths_finder import PathsFinder
from yaml.paths_finder import PathsFinder

TEST_NODE_ID = '0x12344321'
TEST_VID = '0xFFF1'
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/run_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from chiptest.accessories import AppsRegister
from chiptest.glob_matcher import GlobMatcher
from chiptest.test_definition import TestRunTime, TestTag
from chipyaml.paths_finder import PathsFinder
from yaml.paths_finder import PathsFinder

DEFAULT_CHIP_ROOT = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', '..'))
Expand Down
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1691500

Please sign in to comment.