Temporarily disable rally_jobs and patrole subtests 73/65873/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 15 Dec 2018 10:32:17 +0000 (11:32 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 15 Dec 2018 17:45:24 +0000 (18:45 +0100)
The public network now seems hardcoded (public) [1] which doesn't
fit the OPNFV model [2]. Neutron also stops publishing policy.json
[3].

Upstream files have to be updated or fixed in Functest.

[1] http://artifacts.opnfv.org/functest/opnfv-functest-smoke-rally_jobs-latest-run-25/functest.log
[2] https://review.openstack.org/#/c/620952/
[3] https://review.openstack.org/#/c/585037/

Change-Id: Ibae4ce71a45afa3ed4a987577937220b8a3a89f9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/smoke/Dockerfile
docker/smoke/testcases.yaml
functest/ci/testcases.yaml

index 303f9a5..df5f2c2 100644 (file)
@@ -40,7 +40,6 @@ RUN apk --no-cache add --virtual .build-deps --update \
     wget "https://refstack.openstack.org/api/v1/guidelines/${REFSTACK_TARGET}/tests?target=compute&type=required&alias=true&flag=false" \
         -O /home/opnfv/functest/data/refstack/defcore.txt && \
     mkdir -p /etc/neutron /etc/glance && \
-    wget -q -O /etc/neutron/policy.json https://git.openstack.org/cgit/openstack/neutron/plain/etc/policy.json?h=$OPENSTACK_TAG && \
     wget -q -O /etc/glance/policy.json https://git.openstack.org/cgit/openstack/glance/plain/etc/policy.json?h=$OPENSTACK_TAG && \
     git clone --depth 1 -b $NEUTRON_RALLY_TAG https://git.openstack.org/openstack/neutron.git /src/neutron && \
     (cd /src/neutron && git fetch --tags origin $NEUTRON_RALLY_TAG && git checkout FETCH_HEAD) && \
index 55f7a10..d4e2ef1 100644 (file)
@@ -55,6 +55,7 @@ tiers:
             -
                 case_name: rally_jobs
                 project_name: functest
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
@@ -90,7 +91,6 @@ tiers:
                         role: 'admin'
                         includes:
                             - 'image'
-                            - 'network'
                         excludes:
                             - 'test_networks_multiprovider_rbac'
                             - 'test_auto_allocated_topology_rbac'
index 095e2f9..e209e1f 100644 (file)
@@ -227,6 +227,7 @@ tiers:
             -
                 case_name: rally_jobs
                 project_name: functest
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
@@ -262,7 +263,6 @@ tiers:
                         role: 'admin'
                         includes:
                             - 'image'
-                            - 'network'
                         excludes:
                             - 'test_networks_multiprovider_rbac'
                             - 'test_auto_allocated_topology_rbac'