Logic to trigger Security Scan project
authorhelenyao <yaohelan@huawei.com>
Sat, 4 Feb 2017 04:01:37 +0000 (23:01 -0500)
committerhelenyao <yaohelan@huawei.com>
Thu, 9 Feb 2017 01:57:49 +0000 (20:57 -0500)
commiteec76fd8961e92330da2e68e55ee3341b1475beb
tree029708a059f1396e1843886cb710e4787f52b16e
parenta34f23295ba75694d2837687df3ada5541489a25
Logic to trigger Security Scan project

1. Removed the calling from exec_test.sh
2. Used FeatureBase instead
3. Removed the legacy security scan code

Change-Id: I1984ec951973f337f275e50543b277cd90d9a202
Signed-off-by: helenyao <yaohelan@huawei.com>
12 files changed:
functest/ci/config_functest.yaml
functest/ci/exec_test.sh
functest/ci/testcases.yaml
functest/core/feature_base.py
functest/opnfv_tests/features/security_scan.py [new file with mode: 0755]
functest/opnfv_tests/security_scan/config.ini [deleted file]
functest/opnfv_tests/security_scan/connect.py [deleted file]
functest/opnfv_tests/security_scan/examples/xccdf-rhel7-server-upstream.ini [deleted file]
functest/opnfv_tests/security_scan/examples/xccdf-standard.ini [deleted file]
functest/opnfv_tests/security_scan/scripts/createfiles.py [deleted file]
functest/opnfv_tests/security_scan/scripts/internet_check.py [deleted file]
functest/opnfv_tests/security_scan/security_scan.py [deleted file]