diff options
-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 | 13 | ||||
-rw-r--r-- | upper-constraints.txt | 1 |
5 files changed, 0 insertions, 29 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 38dbfacd5..6a519908a 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -85,7 +85,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 aff063f8e..327ceafd3 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -24,19 +24,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 3107e15e5..ec5f4802f 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 3e515bf8d..71d524e5c 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -468,19 +468,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/upper-constraints.txt b/upper-constraints.txt index 493ceb744..27aa7b6fc 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -2,7 +2,6 @@ git+https://gerrit.opnfv.org/gerrit/functest#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#egg=sfc -e git+https://gerrit.opnfv.org/gerrit/doctor#egg=doctor-tests git+https://gerrit.opnfv.org/gerrit/stor4nfv#egg=stor4nfv-tests |