Merge "Remove copper refs"
authorCedric Ollivier <cedric.ollivier@orange.com>
Wed, 16 Aug 2017 17:44:28 +0000 (17:44 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 16 Aug 2017 17:44:28 +0000 (17:44 +0000)
docker/Dockerfile
docker/features/Dockerfile
docker/features/testcases.yaml
docs/release/release-notes/functest-release.rst
docs/testing/developer/devguide/index.rst
docs/testing/user/configguide/configguide.rst
docs/testing/user/userguide/index.rst
docs/testing/user/userguide/introduction.rst
functest/ci/testcases.yaml

index 6f53e8d..1811e93 100644 (file)
@@ -84,7 +84,6 @@ RUN wget -q -O- https://git.openstack.org/cgit/openstack/requirements/plain/uppe
     rm thirdparty-requirements.txt upper-constraints.txt
 
 # OPNFV repositories
-RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/copper /src/copper
 RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/domino /src/domino
 RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/doctor ${REPOS_DIR}/doctor
 RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/fds /src/fds
index 73f4d2c..6cd88b2 100644 (file)
@@ -12,8 +12,7 @@ RUN apk --no-cache add --virtual .build-deps --update \
         -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \
         -rthirdparty-requirements.txt && \
     git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/domino /src/domino && \
-    git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/copper /src/copper && \
-    rm -r thirdparty-requirements.txt /src/domino/.git /src/copper/.git && \
+    rm -r thirdparty-requirements.txt /src/domino/.git && \
     apk del .build-deps
 COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml
 CMD ["bash","-c","prepare_env start && run_tests -t all"]
index 48b1468..3587b59 100644 (file)
@@ -40,23 +40,6 @@ tiers:
                     args:
                         cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/local/etc/securityscanning/config.ini'
 
-            -
-                case_name: copper
-                enabled: false
-                project_name: copper
-                criteria: 100
-                blocking: false
-                description: >-
-                    Test suite for policy management based on OpenStack Congress
-                dependencies:
-                    installer: 'apex'
-                    scenario: '^((?!fdio).)*$'
-                run:
-                    module: 'functest.core.feature'
-                    class: 'BashFeature'
-                    args:
-                        cmd: 'cd /src/copper/tests && bash run.sh && cd -'
-
             -
                 case_name: functest-odl-sfc
                 enabled: false
index 05fe89f..02d99c9 100644 (file)
@@ -256,8 +256,8 @@ test [0-3]. The scoring method is described in https://wiki.opnfv.org/pages/view
 
  e.g.
  apex/odl_l2-nofeature-ha
- tests = vping_ssh+vping_userdata+tempest+rally+odl+doctor+copper
- Scoring = 21/21 = 7 * 3
+ tests = vping_ssh+vping_userdata+tempest+rally+odl+doctor
+ Scoring = 18/18 = 6 * 3
 
 By default, if not specified, the scenarios are HA.
 HA means OpenStack High Availability (main services). Note that not
index 615e451..1e794aa 100644 (file)
@@ -359,8 +359,6 @@ Please note that currently token authorization is implemented but is not yet ena
    +---------------------+---------+---------+---------+---------+
    | parser              |         |         |    X    |         |
    +---------------------+---------+---------+---------+---------+
-   | copper              |    X    |         |         |    X    |
-   +---------------------+---------+---------+---------+---------+
    src: colorado (see release note for the last matrix version)
 
   All the testcases listed in the table are runnable on
index 35548c9..a72055c 100644 (file)
@@ -301,7 +301,6 @@ should now be in place::
         |   `-- results
         `-- repos
             |-- bgpvpn
-            |-- copper
             |-- doctor
             |-- domino
             |-- functest
index c7aa289..62e0c07 100644 (file)
@@ -484,8 +484,6 @@ In Danube, Functest supports the integration of:
  * promise
  * security_scan
 
-Note: copper is not supported in Danube.
-
 Please refer to the dedicated feature user guides for details.
 
 
index 6390bc1..2954aaa 100644 (file)
@@ -249,7 +249,6 @@ section `Executing the functest suites`_ of this document.
 
 .. _`[2]`: http://docs.openstack.org/developer/tempest/overview.html
 .. _`[3]`: https://rally.readthedocs.org/en/latest/index.html
-.. _`Copper User Guide`: http://artifacts.opnfv.org/copper/colorado/docs/userguide/index.html
 .. _`Doctor User Guide`: http://artifacts.opnfv.org/doctor/colorado/userguide/index.html
 .. _`Promise User Guide`: http://artifacts.opnfv.org/promise/colorado/docs/userguide/index.html
 .. _`ONOSFW User Guide`: http://artifacts.opnfv.org/onosfw/colorado/userguide/index.html
index 4f378a0..d53202d 100644 (file)
@@ -316,23 +316,6 @@ tiers:
                     args:
                         cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/local/etc/securityscanning/config.ini'
 
-            -
-                case_name: copper
-                enabled: false
-                project_name: copper
-                criteria: 100
-                blocking: false
-                description: >-
-                    Test suite for policy management based on OpenStack Congress
-                dependencies:
-                    installer: 'apex'
-                    scenario: '^((?!fdio).)*$'
-                run:
-                    module: 'functest.core.feature'
-                    class: 'BashFeature'
-                    args:
-                        cmd: 'cd /src/copper/tests && bash run.sh && cd -'
-
             -
                 case_name: multisite
                 enabled: false