File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -155,25 +155,26 @@ test_pytest_ethosu_fvp() { # Same as test_pytest but also sometime verify using
155
155
156
156
157
157
test_pytest_ops_vkml () { # Same as test_pytest but also sometime verify using VKML runtime
158
- echo " ${TEST_SUITE_NAME} : Run pytest with VKML"
158
+ echo " ${TEST_SUITE_NAME} : Run pytest operator tests with VKML runtime "
159
159
160
160
backends/arm/scripts/build_executorch.sh
161
161
backends/arm/test/setup_testing_vkml.sh
162
162
163
- pytest --verbose --color=yes --numprocesses=auto --durations=10 backends/arm/test/ --ignore=backends/arm/test/models
163
+ pytest --verbose --color=yes --numprocesses=auto --durations=10 backends/arm/test/ \
164
+ --ignore=backends/arm/test/models -k _vgf_
164
165
echo " ${TEST_SUITE_NAME} : PASS"
165
166
}
166
167
167
168
test_pytest_models_vkml () { # Same as test_pytest but also sometime verify VKML runtime
168
- echo " ${TEST_SUITE_NAME} : Run pytest with VKML"
169
+ echo " ${TEST_SUITE_NAME} : Run pytest model tests with VKML runtime "
169
170
170
171
backends/arm/scripts/build_executorch.sh
171
172
backends/arm/test/setup_testing_vkml.sh
172
173
173
174
# Install model dependencies for pytest
174
175
source backends/arm/scripts/install_models_for_test.sh
175
176
176
- pytest --verbose --color=yes --numprocesses=auto --durations=0 backends/arm/test/models
177
+ pytest --verbose --color=yes --numprocesses=auto --durations=0 backends/arm/test/models -k _vgf_
177
178
echo " ${TEST_SUITE_NAME} : PASS"
178
179
}
179
180
You can’t perform that action at this time.
0 commit comments