From 20d9ae259f57e7f80919b1615de1b777f9b473ad Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 20 Mar 2024 12:35:20 +0100 Subject: Extend serve tests to cover both, standalone serve and separate remote execution --- test/end-to-end/serve-service/TARGETS | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/end-to-end/serve-service/TARGETS b/test/end-to-end/serve-service/TARGETS index 6236dab7..7eeecafe 100644 --- a/test/end-to-end/serve-service/TARGETS +++ b/test/end-to-end/serve-service/TARGETS @@ -149,7 +149,7 @@ [["end-to-end", "tool-under-test"], ["end-to-end", "mr-tool-under-test"]] , "repos": ["serve-many-targets (data)"] } -, "TESTS": +, "TESTS (unconfigured)": { "type": "install" , "tainted": ["test"] , "arguments_config": ["TEST_COMPATIBLE_REMOTE"] @@ -182,4 +182,26 @@ , [["./", "serve-distdir-root", "TESTS"], "serve-distdir-root"] ] } +, "TESTS (separate remote)": + { "type": "configure" + , "tainted": ["test"] + , "target": "TESTS (unconfigured)" + , "config": + {"type": "singleton_map", "key": "TEST_STANDALONE_SERVE", "value": false} + } +, "TESTS (standalone serve)": + { "type": "configure" + , "tainted": ["test"] + , "target": "TESTS (unconfigured)" + , "config": + {"type": "singleton_map", "key": "TEST_STANDALONE_SERVE", "value": true} + } +, "TESTS": + { "type": "install" + , "tainted": ["test"] + , "dirs": + [ ["TESTS (separate remote)", "separate-remote"] + , ["TESTS (standalone serve)", "standalone-serve"] + ] + } } -- cgit v1.2.3