summaryrefslogtreecommitdiffstats
path: root/verify.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03Add monitor dir to unit testYang Yu1-3/+5
Change-Id: I5a1540e4f176ea978a712a06040c297373526815 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-01-12bug-fix: no percentage calculated in verify ciYang Yu1-4/+25
JIRA: BOTTLNECK-219 It seems that ci verify job could not get the coverage percentage for empty directory. This patch is to add __init__ file for the empty directory to avoid the empty check. note that offline test does not has this issue Change-Id: I67ce149438516429f7285e9424a57439b188c070 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2018-01-04Add unit & coverage testYang Yu1-10/+7
JIRA: BOTTLENECK-219 Using python-nose to run nosetests on unittest and coverage test Change-Id: I3928823bc2f8c65dbe770827ee69da8dd3ced1f2 Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-01-12Add paths to flake8 style checkyuyang1-0/+48
JIRA: BOTTLENECK-100 Add paths utils/ to flake8 style check and change tests.sh->verify.sh to make it self-explanatory Change-Id: I653dd4412633c026a47472abd25df021bcd093a4 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>