From f190a189b76d0ffb3726f730274539fcf623da54 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Fri, 10 Jul 2020 11:07:34 +0000 Subject: [PATCH] [kvmtest]: add cacl/test_cacl_application test Signed-off-by: Guohan Lu --- scripts/vs/buildimage-vs-image/runtest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/vs/buildimage-vs-image/runtest.sh b/scripts/vs/buildimage-vs-image/runtest.sh index d7359ff6ee..8b22c4a0d1 100755 --- a/scripts/vs/buildimage-vs-image/runtest.sh +++ b/scripts/vs/buildimage-vs-image/runtest.sh @@ -74,7 +74,8 @@ tests="\ tacacs/test_rw_user \ tacacs/test_ro_user \ ntp/test_ntp \ - cacl/test_control_plane_acl \ + cacl/test_cacl_application \ + cacl/test_cacl_function \ snmp/test_snmp_cpu \ snmp/test_snmp_interfaces \ snmp/test_snmp_lldp \