File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
1313load ("@rules_shell//shell:sh_binary.bzl" , "sh_binary" )
14- load ("@score_itf//:defs.bzl" , "py_itf_test" )
15- load ("@score_itf//score/itf/plugins:plugins.bzl" , "dlt" , "qemu" )
1614
1715alias (
1816 name = "image" ,
@@ -33,27 +31,3 @@ sh_binary(
3331 "@toolchains_qnx_sdp//:host_dir" ,
3432 ],
3533)
36-
37- # For now we keep this not in /feature_integration_tests but locally within images
38-
39- py_itf_test (
40- name = "test_qnx_8_x86_64" ,
41- srcs = [
42- "//feature_integration_tests/itf:all_tests" ,
43- ],
44- args = [
45- "--qemu-config=$(location //feature_integration_tests/configs:qemu_bridge_config.json)" ,
46- "--qemu-image=$(location :image)" ,
47- ],
48- data = [
49- ":image" ,
50- "//feature_integration_tests/configs:qemu_bridge_config.json" ,
51- ],
52- plugins = [
53- qemu ,
54- ],
55- tags = [
56- "local" ,
57- "manual" ,
58- ],
59- )
You can’t perform that action at this time.
0 commit comments