From: Andrew Cooper Date: Tue, 9 Jan 2024 20:08:56 +0000 (+0000) Subject: build: Express XSA-168/173 as single-variation tests X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0bcd7fcbd88678c16fa651b07e2049f84fae7e44;p=xtf.git build: Express XSA-168/173 as single-variation tests This allows xtf-runner to check for the presence of shadow before running them. Signed-off-by: Andrew Cooper --- diff --git a/tests/xsa-168/Makefile b/tests/xsa-168/Makefile index 1ee2997..9e01ff3 100644 --- a/tests/xsa-168/Makefile +++ b/tests/xsa-168/Makefile @@ -3,8 +3,7 @@ include $(ROOT)/build/common.mk NAME := xsa-168 CATEGORY := xsa TEST-ENVS := hvm64 - -TEST-EXTRA-CFG := extra.cfg.in +VARY-CFG := shadow obj-perenv += main.o diff --git a/tests/xsa-168/extra.cfg.in b/tests/xsa-168/extra.cfg.in deleted file mode 100644 index 211661a..0000000 --- a/tests/xsa-168/extra.cfg.in +++ /dev/null @@ -1 +0,0 @@ -hap=0 diff --git a/tests/xsa-173/Makefile b/tests/xsa-173/Makefile index 442b959..1135ad9 100644 --- a/tests/xsa-173/Makefile +++ b/tests/xsa-173/Makefile @@ -3,8 +3,7 @@ include $(ROOT)/build/common.mk NAME := xsa-173 CATEGORY := xsa TEST-ENVS := hvm64 - -TEST-EXTRA-CFG := extra.cfg.in +VARY-CFG := shadow obj-perenv += main.o diff --git a/tests/xsa-173/extra.cfg.in b/tests/xsa-173/extra.cfg.in deleted file mode 100644 index 211661a..0000000 --- a/tests/xsa-173/extra.cfg.in +++ /dev/null @@ -1 +0,0 @@ -hap=0