Disable OPNFV Features 03/63303/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Sep 2018 20:10:37 +0000 (22:10 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Oct 2018 01:36:32 +0000 (03:36 +0200)
From the time being, none is synced to OPNFV hunter or newer.

Change-Id: If8a39bd185d1b7d396ea61bfebca2416b9bd5566
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit abea5c1c65e1b381cfa2f138ac94c9b344f1289a)

docker/features/Dockerfile
docker/features/testcases.yaml
docker/features/thirdparty-requirements.txt [new file with mode: 0644]

index 3546909..15c9edd 100644 (file)
@@ -3,6 +3,7 @@ FROM opnfv/functest-kubernetes-core:gambia
 ARG OPENSTACK_TAG=stable/queens
 ARG OPNFV_TAG=stable/gambia
 
+COPY thirdparty-requirements.txt thirdparty-requirements.txt
 RUN apk --no-cache add --update make py-pip bash git go \
         grep rsync linux-headers musl-dev findutils \
         libffi libssl1.0 libjpeg-turbo && \
@@ -11,7 +12,8 @@ RUN apk --no-cache add --update make py-pip bash git go \
     pip install \
         -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \
         -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \
-        stor4nfv-tests clover && \
+        -rthirdparty-requirements.txt && \
+    rm -f thirdparty-requirements.txt && \
     apk del .build-deps
 COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml
 CMD ["run_tests", "-t", "all"]
index ff44d59..a23e349 100644 (file)
@@ -10,6 +10,7 @@ tiers:
             -
                 case_name: stor4nfv_k8s
                 project_name: stor4nfv
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
@@ -30,6 +31,7 @@ tiers:
             -
                 case_name: clover_k8s
                 project_name: clover
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt
new file mode 100644 (file)
index 0000000..d557b53
--- /dev/null
@@ -0,0 +1,2 @@
+# stor4nfv-tests
+# clover