selftests: mlxsw: Add scale test for tc-police
[linux-2.6-microblaze.git] / tools / testing / selftests / drivers / net / mlxsw / spectrum / resource_scale.sh
index 43ba1b4..43f6624 100755 (executable)
@@ -22,7 +22,7 @@ cleanup()
 devlink_sp_read_kvd_defaults
 trap cleanup EXIT
 
-ALL_TESTS="router tc_flower mirror_gre"
+ALL_TESTS="router tc_flower mirror_gre tc_police"
 for current_test in ${TESTS:-$ALL_TESTS}; do
        source ${current_test}_scale.sh