diff --git a/board/x86_64/board.mk b/board/x86_64/board.mk index 8b47a1b8..0747b796 100644 --- a/board/x86_64/board.mk +++ b/board/x86_64/board.mk @@ -1,5 +1,5 @@ test-dir := $(BR2_EXTERNAL_INFIX_PATH)/test -INFIX_TESTS ?= $(test-dir)/case/all.yaml +INFIX_TESTS ?= $(test-dir)/case/all-unit.yaml $(test-dir)/case/all.yaml test-env = $(test-dir)/env \ -f $(BINARIES_DIR)/infix-x86_64.img \ diff --git a/test/case/all-unit.yaml b/test/case/all-unit.yaml new file mode 100644 index 00000000..31f44e43 --- /dev/null +++ b/test/case/all-unit.yaml @@ -0,0 +1,5 @@ +--- +# Tests in this suite can be run on localhost without a target environment + +- name: cli-pretty + suite: cli_pretty/all.yaml