Add test-scheduler dir to verity 11/61811/3
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Tue, 4 Sep 2018 11:19:45 +0000 (19:19 +0800)
committerYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Tue, 4 Sep 2018 12:51:14 +0000 (20:51 +0800)
Change-Id: Ia333d9d3b79a0f51cf003e608a651a4f5551de2f
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
verify.sh

index 1cdac39..b5748c3 100755 (executable)
--- a/verify.sh
+++ b/verify.sh
@@ -12,7 +12,7 @@
 # Run flake8, unit, coverage test
 
 getopts ":f" FILE_OPTION
-STYLE_CHECK_DIRS="testsuites/posca/ utils/ monitor/"
+STYLE_CHECK_DIRS="testsuites/posca/ utils/ monitor/ test-scheduler/"
 
 run_flake8() {
     echo "========================================="