summaryrefslogtreecommitdiffstats
path: root/security_scan.py
AgeCommit message (Collapse)AuthorFilesLines
2017-06-30Define security_scan console scriptHEADmasterCédric Ollivier1-2/+1
It eases calling securityscanning from Functest. Change-Id: I54ffa61f4bcd366c185596056b49e492c88cc78b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-24Create securityscanning python packageCédric Ollivier1-4/+8
It also adds requirements and leverages on pkg_resources to find scripts. Change-Id: Ie92128ca9f08a9c39025b36ce7664f72982aacc6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-19Configure logging in main entry pointCédric Ollivier1-0/+1
It completes the previous change [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/34019/ Change-Id: Ic9ed0ec7d1c58565af8dba9b5b4dee975e9015be Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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>