Skip to content

Commit 7e0b904

Browse files
committed
/tests/ports/psoc6: Check tests.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent 193aa29 commit 7e0b904

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ports/psoc6/run_psoc6_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ mpremote_vfs_large_file_tests() {
161161
echo
162162
echo "running tests : vfs large files"
163163
echo
164-
chmod 777 ${tests_psoc6_dir}/mp_custom/fs.py
164+
chmod 777 ${tests_psoc6_dir}/mp_custom/fs_test.py
165165

166166
# On device file saving tests for medium and large size takes considerable
167167
# amount of time. Hence only when needed, this should be triggered.
@@ -170,7 +170,7 @@ mpremote_vfs_large_file_tests() {
170170
enable_adv_tests="adv"
171171
fi
172172

173-
python3 ${tests_psoc6_dir}/mp_custom/fs.py ${dev_test} ${enable_adv_tests} ${storage_device}
173+
python3 ${tests_psoc6_dir}/mp_custom/fs_test.py --device ${dev_test} --test_type ${enable_adv_tests} --mem_type ${storage_device}
174174

175175
update_test_result $?
176176
}

0 commit comments

Comments
 (0)