aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorHelen Yao <yaohelan@huawei.com>2017-02-16 10:50:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-16 10:50:56 +0000
commit18758a75e76e7f80d7be0c79b7044d404bd588bc (patch)
treec347a552dec7f415dc7371269276c2db23292a27 /functest
parent0a801fcb40d0be95a307a803ea1c32fcf08fa6f7 (diff)
parent14766dab273d0da80bd6c7c829da1d4654df0431 (diff)
Merge "Bugfix: update from security_scan to securityscanning"
Diffstat (limited to 'functest')
-rwxr-xr-xfunctest/opnfv_tests/features/security_scan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/features/security_scan.py b/functest/opnfv_tests/features/security_scan.py
index bcae516b8..2db44175d 100755
--- a/functest/opnfv_tests/features/security_scan.py
+++ b/functest/opnfv_tests/features/security_scan.py
@@ -14,7 +14,7 @@ from functest.utils.constants import CONST
class SecurityScan(base.FeatureBase):
def __init__(self):
- super(SecurityScan, self).__init__(project='security_scan',
+ super(SecurityScan, self).__init__(project='securityscanning',
case='security_scan',
repo='dir_repo_securityscan')
self.cmd = ('bash {0} && '