From f564b31c30661940bcf13684a11aa11e213b19d3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 6 Nov 2019 18:29:11 +0000 Subject: [PATCH] stest: Use top-level mss-generated `all-sites' key We are going to change the inner-level names in a moment. Signed-off-by: Ian Jackson --- stest/common.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stest/common.tcl b/stest/common.tcl index 7ed810f..0c1202c 100644 --- a/stest/common.tcl +++ b/stest/common.tcl @@ -99,7 +99,7 @@ exec cat close $f append cfg $sites append cfg { - sites map(site,vpn/test-example/all-sites); + sites map(site,all-sites); } return $cfg } -- 2.30.2