Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions feature_integration_tests/itf/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ filegroup(
"test_showcases.py",
"test_ssh.py",
],
visibility = [
"//images/qnx_x86_64:__pkg__",
],
)

py_itf_test(
Expand Down
26 changes: 0 additions & 26 deletions images/qnx_x86_64/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
load("@score_itf//:defs.bzl", "py_itf_test")
load("@score_itf//score/itf/plugins:plugins.bzl", "dlt", "qemu")

alias(
name = "image",
Expand All @@ -33,27 +31,3 @@ sh_binary(
"@toolchains_qnx_sdp//:host_dir",
],
)

# For now we keep this not in /feature_integration_tests but locally within images

py_itf_test(
name = "test_qnx_8_x86_64",
srcs = [
"//feature_integration_tests/itf:all_tests",
],
args = [
"--qemu-config=$(location //feature_integration_tests/configs:qemu_bridge_config.json)",
"--qemu-image=$(location :image)",
],
data = [
":image",
"//feature_integration_tests/configs:qemu_bridge_config.json",
],
plugins = [
qemu,
],
tags = [
"local",
"manual",
],
)