diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-08 10:51:42 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-08 11:03:12 +0100 |
commit | c878419d0821e88465c0fc555266b66bfb7a8b79 (patch) | |
tree | 8d2338283fe8b38369bfc38dc907e77f26adcb9f | |
parent | cfa671aaf137d586255845dd7d625c1692ee2b76 (diff) |
Remove SDNVPN as it doesn't participate to hunter
Change-Id: Iddeaa3890635103b66042a918ab66cabd8fdee60
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f799428f8839a59973ba7edb3b6e66819e27e5ee)
-rw-r--r-- | ansible/site.yml | 1 | ||||
-rw-r--r-- | docker/features/testcases.yaml | 13 | ||||
-rw-r--r-- | docker/features/thirdparty-requirements.txt | 1 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 12 | ||||
-rw-r--r-- | upper-constraints.txt | 1 |
5 files changed, 0 insertions, 28 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 1b0392e57..f903eee74 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -88,7 +88,6 @@ - container: functest-features tests: - doctor-notification - - bgpvpn - functest-odl-sfc - barometercollectd - vgpu diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index f0968924f..dc10bcd71 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -23,19 +23,6 @@ tiers: cmd: 'doctor-test' - - case_name: bgpvpn - project_name: sdnvpn - enabled: false - criteria: 100 - blocking: false - description: >- - Test suite from SDNVPN project. - dependencies: - - DEPLOY_SCENARIO: 'bgpvpn' - run: - name: bgpvpn - - - case_name: functest-odl-sfc project_name: sfc criteria: 100 diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt index f349627dd..c9a0a5103 100644 --- a/docker/features/thirdparty-requirements.txt +++ b/docker/features/thirdparty-requirements.txt @@ -2,7 +2,6 @@ robotframework-httplibrary;python_version<'3.0' robotframework-requests;python_version<'3.0' robotframework-sshlibrary;python_version<'3.0' # baro_tests;python_version<'3.0' -# sdnvpn;python_version<'3.0' sfc;python_version<'3.0' # stor4nfv_tests;python_version<'3.0' doctor-tests;python_version>='3.0' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 6737e767f..d918c4be6 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -465,18 +465,6 @@ tiers: cmd: 'doctor-test' - - case_name: bgpvpn - project_name: sdnvpn - criteria: 100 - blocking: false - description: >- - Test suite from SDNVPN project. - dependencies: - - DEPLOY_SCENARIO: 'bgpvpn' - run: - name: bgpvpn - - - case_name: functest-odl-sfc project_name: sfc criteria: 100 diff --git a/upper-constraints.txt b/upper-constraints.txt index f495764c5..71f3a2fa6 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -2,7 +2,6 @@ git+https://gerrit.opnfv.org/gerrit/functest@stable/hunter#egg=functest git+https://gerrit.opnfv.org/gerrit/releng#egg=opnfv&subdirectory=modules git+https://gerrit.opnfv.org/gerrit/snaps@0dacfaa2fbd2dfe7fc9d438b9350a0187506e61c#egg=snaps git+https://gerrit.opnfv.org/gerrit/barometer#egg=baro_tests -git+https://gerrit.opnfv.org/gerrit/sdnvpn#egg=sdnvpn git+https://gerrit.opnfv.org/gerrit/sfc@stable/hunter#egg=sfc -e git+https://gerrit.opnfv.org/gerrit/doctor#egg=doctor-tests git+https://gerrit.opnfv.org/gerrit/stor4nfv#egg=stor4nfv-tests |