diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-02-16 09:11:01 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-02-16 09:11:01 +0000 |
commit | 14766dab273d0da80bd6c7c829da1d4654df0431 (patch) | |
tree | 0a07dc438bc873b4f0033fbc2c393413bc1b99d9 /functest/opnfv_tests/features | |
parent | 6c8b09ca1184139a784a7d6c42e0ca09fa57dca9 (diff) |
Bugfix: update from security_scan to securityscanning
JIRA: FUNCTEST-731
Security_scan results failed to be pushed to DB due to that in testapi
the project is named as securityscanning.
Change-Id: I2e0b21a41058bdcbefd1b62b0984d488d54341bb
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/opnfv_tests/features')
-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} && ' |