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>
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} && '