aboutsummaryrefslogtreecommitdiffstats
path: root/util/check_valid.py
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22Improve compass ci verification--clear all flake8 warnings & errors of ↵KingPoo1-1/+1
compass4nfv JIRA: COMPASS-494 Change-Id: Iec4664a376100f2a0f5fe6c46c1a45360f9c2324 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-11-15Repair Flake8's warnings & errorsKingPoo1-1/+1
Change-Id: I67e71bc37c0464a0714e1e59b3402973786e4aa6 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-11-15make improvement about util/check_valid.pyHarry Huang1-46/+95
Change-Id: Ib1f22eb180e6df138b5891ef5ca070224ace219e Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2016-11-09autopep8 make py files more standardKingPoo1-6/+16
Change-Id: Ibaa74a1f508b28548668e764d1860393caa356d4 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-10-13fix bugs in /util/check_valid.pyHarry1-1/+1
Change-Id: I0d3907a97dc3676a44653125eadb953336677c1c Signed-off-by: Harry <huangxiangyu5@huawei.com>
2016-09-23Add ip and mac valid check functionalityHerry Huang1-0/+96
Add function check_input_para in /deploy/launch.sh to check whether there is invalid address in DHA and NETWORK file after function process_input_para is called. Check_input_para is defined in /deploy/deploy_parameter.sh and calls check_valid.py in /util. Exit installation when invalid address or format error is found. JIRA:COMPASS-480 Change-Id: Ib01c368db6b48cbded0045a2819d895c980c2b1b Signed-off-by: Herry Huang <huangxiangyu5@huawei.com>