summaryrefslogtreecommitdiffstats
path: root/security_scan.py
AgeCommit message (Collapse)AuthorFilesLines
2017-03-03Modify functest_dir to securityscanning repo pathstable/danubeLinda Wang1-3/+3
After the logic of security_scan called by functest is changed, the path of some functions needed when running security_scan.py is modified to the path where securityscanning project is located, that is "/home/opnfv/ repos/securityscanning" Change-Id: I7fee0c508f8ce67b0403556a15531c4fd9989c0d Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-02-06Lowers logging outout to debuglhinds1-9/+9
Change-Id: Ic10e18d652e76fadff6157f32b8f06d0e55d47f9 JIRA: SECSCAN-20 Signed-off-by: lhinds <lhinds@redhat.com>
2016-08-16Cleaned up comments and added PEP 257 -- Docstring ConventionsLuke Hinds1-3/+13
Change-Id: Id7e8e627e3e249948181c09deadf2d114b77dbf7 Signed-off-by: Luke Hinds <lukehinds@gmail.com>
2016-08-16Merging Internet Connection checkLuke Hinds1-15/+37
Issues were found with FDIO repo in Apex, so to prevent other connectivity issues from having an adverse effect on functest run times, this patch adds a check to insure the connection works correctly, but creating a socket connection to port 80 on google.com Change-Id: If6841ee81e19996d3640a4551b1fac2770401da8 Signed-off-by: Luke Hinds <lukehinds@gmail.com>
2016-07-15Initial code push and adding .gitreviewLuke Hinds1-0/+190
Change-Id: I062fa135aed0256675e9d10c3fc2e64df828350c Signed-off-by: Luke Hinds <lhinds@redhat.com>