From bc6b88b145bb956aeb4883009b40ec88779db5f4 Mon Sep 17 00:00:00 2001 From: Ke Zhiming Date: Sat, 30 Jan 2021 11:26:14 +0800 Subject: [PATCH] virttest: add a variable Add a variable to distinguish feature modules Signed-off-by: Ke Zhiming --- tests/virttest | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/virttest b/tests/virttest index bb96619..c12681a 100755 --- a/tests/virttest +++ b/tests/virttest @@ -4,6 +4,7 @@ # - vt_reference # - vt_type # - vt_guest_os +# - sub_module ## - vt_machine_type ## - vt_no_filter ## - vt_only_filter -- Gitee