summaryrefslogtreecommitdiffstats
path: root/connect.py
AgeCommit message (Collapse)AuthorFilesLines
2017-06-24Create securityscanning python packageCédric Ollivier1-0/+1
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-1/+0
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-05-15Update logger in security_scan via logging.getLogger()Linda Wang1-2/+3
1. The module functest.utils.functest_logger has been deleted and logger has been reconfigured in functest [1]. 2. Update connect.py to get logger via logging.getLogger(). [1] https://gerrit.opnfv.org/gerrit/#/c/34019/ JIRA: FUNCTEST-824 Change-Id: Icda67289e503f824b893f8279df979f4a4514497 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-02-06Lowers logging outout to debuglhinds1-2/+2
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-9/+5
Change-Id: Id7e8e627e3e249948181c09deadf2d114b77dbf7 Signed-off-by: Luke Hinds <lukehinds@gmail.com>
2016-07-15Initial code push and adding .gitreviewLuke Hinds1-0/+244
Change-Id: I062fa135aed0256675e9d10c3fc2e64df828350c Signed-off-by: Luke Hinds <lhinds@redhat.com>