diff options
author | Helen Yao <yaohelan@huawei.com> | 2017-02-16 10:50:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-16 10:50:56 +0000 |
commit | 18758a75e76e7f80d7be0c79b7044d404bd588bc (patch) | |
tree | c347a552dec7f415dc7371269276c2db23292a27 | |
parent | 0a801fcb40d0be95a307a803ea1c32fcf08fa6f7 (diff) | |
parent | 14766dab273d0da80bd6c7c829da1d4654df0431 (diff) |
Merge "Bugfix: update from security_scan to securityscanning"
-rwxr-xr-x | functest/opnfv_tests/features/security_scan.py | 2 |
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 bcae516b..2db44175 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} && ' |