aboutgitcodebugslistschat
path: root/test/lib/test
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2022-07-06 17:28:59 +1000
committerStefano Brivio <sbrivio@redhat.com>2022-07-14 01:32:42 +0200
commitdb551e5de02a46517f40f2320b85ae65a877fe6b (patch)
tree136befecd99b2a4ff5ef4d36138ae0c0b6892117 /test/lib/test
parent7bcc5930a66ed8d6ba692a2463547d17390531e7 (diff)
downloadpasst-db551e5de02a46517f40f2320b85ae65a877fe6b.tar
passt-db551e5de02a46517f40f2320b85ae65a877fe6b.tar.gz
passt-db551e5de02a46517f40f2320b85ae65a877fe6b.tar.bz2
passt-db551e5de02a46517f40f2320b85ae65a877fe6b.tar.lz
passt-db551e5de02a46517f40f2320b85ae65a877fe6b.tar.xz
passt-db551e5de02a46517f40f2320b85ae65a877fe6b.tar.zst
passt-db551e5de02a46517f40f2320b85ae65a877fe6b.zip
tests: Introduce makefile for building test assets
A number of passt/pasta testcases have initial steps which are just about building images or other assets we need for the test proper. Repeating these for each test run can be quite costly. This patch makes a start on moving this sort of test asset building to a separate phase before running the tests proper. For now just add a Makefile to handle the asset building (although it doesn't build anything yet), and make the path where we'll be building the assets available to the tests. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test/lib/test')
-rwxr-xr-xtest/lib/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/test b/test/lib/test
index 09e8340..96dab2b 100755
--- a/test/lib/test
+++ b/test/lib/test
@@ -393,7 +393,7 @@ test_one() {
[ ${CI} -eq 1 ] && video_link "${1}"
- TEST_ONE_subs=
+ TEST_ONE_subs="$(list_add_pair "" "__BASEPATH__" "${BASEPATH}")"
TEST_ONE_nok=-1
TEST_ONE_perf_nok=0
TEST_ONE_skip=0