From 1ea25cc86133e1e54a8eb10bdd4aa714fa4a187d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 15 Mar 2024 12:37:50 +0100 Subject: with_serve tests: support standalone serve ... i.e., support testing the use case that the serve instance simultaneously acts as remote-execution endpoint. --- test/end-to-end/RULES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/end-to-end/RULES') diff --git a/test/end-to-end/RULES b/test/end-to-end/RULES index 04a06a89..01b11ddc 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -235,6 +235,7 @@ , "RUNS_PER_TEST" , "TEST_ENV" , "TEST_COMPATIBLE_REMOTE" + , "TEST_STANDALONE_SERVE" , "TIMEOUT_SCALE" ] , "field_doc": @@ -382,6 +383,13 @@ } } ] + , [ "TEST_REMOTE_EXECUTION" + , { "type": "if" + , "cond": {"type": "var", "name": "TEST_STANDALONE_SERVE"} + , "then": true + , "else": false + } + ] ] , "body": { "type": "if" -- cgit v1.2.3