Skip to content

Commit 55d8776

Browse files
ltekielirmaddikery
authored andcommitted
Remove old test target (eclipse-score#164)
1 parent 23637b5 commit 55d8776

File tree

2 files changed

+0
-29
lines changed
  • feature_integration_tests/itf
  • images/qnx_x86_64

2 files changed

+0
-29
lines changed

feature_integration_tests/itf/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ filegroup(
88
"test_showcases.py",
99
"test_ssh.py",
1010
],
11-
visibility = [
12-
"//images/qnx_x86_64:__pkg__",
13-
],
1411
)
1512

1613
py_itf_test(

images/qnx_x86_64/BUILD

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313
load("@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

1715
alias(
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-
)

0 commit comments

Comments
 (0)