From b0a12e6aae000dc0aca917c500dd2b92c08945bc Mon Sep 17 00:00:00 2001 From: Norberto Arrieta Date: Thu, 15 Jun 2023 16:32:46 -0700 Subject: [PATCH] Expose run name as a runbook variable (#2846) Co-authored-by: narrieta --- tests_e2e/orchestrator/runbook.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests_e2e/orchestrator/runbook.yml b/tests_e2e/orchestrator/runbook.yml index b19148ceec..a733b8abd4 100644 --- a/tests_e2e/orchestrator/runbook.yml +++ b/tests_e2e/orchestrator/runbook.yml @@ -1,4 +1,4 @@ -name: WALinuxAgent +name: $(name) testcase: - criteria: @@ -8,6 +8,8 @@ extension: - "./lib" variable: + - name: name + value: "WALinuxAgent" # # These variables define parameters handled by LISA. #