diff options
author | wutianwei <wutianwei1@huawei.com> | 2018-07-09 14:14:48 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2018-07-09 14:18:03 +0800 |
commit | 4d3e010ba2c7b15bfdc0c1b3af8d1c67dd87ddac (patch) | |
tree | f615b49952e97d188e2822b4fe3dee0d7761203e | |
parent | c70dfbb4035f18fafbf748216c53906a3b74f2a1 (diff) |
[compass4nfv] remove vping suite from verify
functest healthcheck include the vping, so we can remove this suite.
Change-Id: Ifc5f9e2195a9d31713f6e2c2ce47642dc7855855
Signed-off-by: wutianwei <wutianwei1@huawei.com>
-rw-r--r-- | jjb/compass4nfv/compass-verify-jobs.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/jjb/compass4nfv/compass-verify-jobs.yaml b/jjb/compass4nfv/compass-verify-jobs.yaml index c357ff641..beb857d94 100644 --- a/jjb/compass4nfv/compass-verify-jobs.yaml +++ b/jjb/compass4nfv/compass-verify-jobs.yaml @@ -162,15 +162,6 @@ node-parameters: true kill-phase-on: NEVER abort-all-job: true - - name: 'functest-compass-virtual-suite-{stream}' - current-parameters: false - predefined-parameters: | - FUNCTEST_MODE=testcase - FUNCTEST_SUITE_NAME=vping_ssh - DEPLOY_SCENARIO=os-nosdn-nofeature-ha - node-parameters: true - kill-phase-on: NEVER - abort-all-job: true - job-template: name: 'compass-verify-k8-{distro}-{stream}' |