Add tempest_telemetry 58/70058/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Apr 2020 18:34:43 +0000 (20:34 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Apr 2020 19:09:44 +0000 (21:09 +0200)
It runs all telemetry-tempest-plugin tests except test_autoscaling
which is currently failing in our gates.

Change-Id: I2c712eda71799e96735419e1c547a775be659156
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ansible/site.yml
docker/smoke/Dockerfile
docker/smoke/testcases.yaml
docs/release/release-notes/functest-release.rst
functest/ci/testcases.yaml

index c5b770b..a4a6d3f 100644 (file)
@@ -53,6 +53,7 @@
             - tempest_cinder
             - tempest_keystone
             - tempest_heat
+            - tempest_telemetry
             - rally_sanity
             - refstack_compute
             - refstack_object
index c49cb55..fb26498 100644 (file)
@@ -11,6 +11,7 @@ ARG GLANCE_TAG=master
 ARG BARBICAN_TAG=master
 ARG OCTAVIA_TAG=master
 ARG HEAT_TEMPEST_TAG=master
+ARG TELEMETRY_TEMPEST_TAG=master
 
 RUN apk --no-cache add --update libxml2 libxslt && \
     apk --no-cache add --virtual .build-deps --update \
@@ -57,10 +58,15 @@ RUN apk --no-cache add --update libxml2 libxslt && \
         git fetch --tags https://git.openstack.org/openstack/heat-tempest-plugin.git $HEAT_TEMPEST_TAG && \
         git checkout FETCH_HEAD) && \
     update-requirements -s --source /src/openstack-requirements /src/heat-tempest-plugin && \
+    git init /src/telemetry-tempest-plugin && \
+    (cd /src/telemetry-tempest-plugin && \
+        git fetch --tags https://git.openstack.org/openstack/telemetry-tempest-plugin.git $TELEMETRY_TEMPEST_TAG && \
+        git checkout FETCH_HEAD) && \
+    update-requirements -s --source /src/openstack-requirements /src/telemetry-tempest-plugin && \
     pip3 install --no-cache-dir --src /src -cupper-constraints.txt -cupper-constraints.opnfv.txt \
         /src/patrole /src/barbican-tempest-plugin /src/neutron-tempest-plugin \
         /src/cinder-tempest-plugin /src/keystone-tempest-plugin \
-        /src/octavia-tempest-plugin /src/heat-tempest-plugin && \
+        /src/octavia-tempest-plugin /src/heat-tempest-plugin /src/telemetry-tempest-plugin && \
     mkdir -p /home/opnfv/functest/data/refstack && \
     mkdir -p /etc/neutron /etc/glance && \
     virtualenv --no-pip --no-setuptools --no-wheel oslo && . oslo/bin/activate && \
@@ -73,7 +79,8 @@ RUN apk --no-cache add --update libxml2 libxslt && \
     rm -r oslo upper-constraints.txt upper-constraints.opnfv.txt \
         /src/patrole /src/barbican-tempest-plugin /src/neutron-tempest-plugin \
         /src/cinder-tempest-plugin /src/keystone-tempest-plugin \
-        /src/octavia-tempest-plugin /src/heat-tempest-plugin /src/neutron /src/glance && \
+        /src/octavia-tempest-plugin /src/heat-tempest-plugin \
+        /src/telemetry-tempest-plugin /src/neutron /src/glance && \
     apk del .build-deps
 COPY compute.txt /home/opnfv/functest/data/refstack/compute.txt
 COPY object.txt /home/opnfv/functest/data/refstack/object.txt
index aea1e05..1c9bc39 100644 (file)
@@ -69,6 +69,26 @@ tiers:
                         option:
                             - '--concurrency=1'
 
+            -
+                case_name: tempest_telemetry
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    This test case runs the Tempest suite proposed by the
+                    Telemetry project.
+                run:
+                    name: tempest_common
+                    args:
+                        mode: "(?!.*test_autoscaling)\
+                            (^telemetry_tempest_plugin)"
+                        services:
+                            - aodh
+                            - gnocchi
+                            - panko
+                        option:
+                            - '--concurrency=3'
+
             -
                 case_name: rally_sanity
                 project_name: functest
index ed8dba6..f486b32 100644 (file)
@@ -39,6 +39,7 @@ The internal test cases are:
  * tempest_cinder
  * tempest_keystone
  * tempest_heat
+ * tempest_telemetry
  * rally_sanity
  * refstack_compute
  * refstack_object
index bcda819..8f731e3 100644 (file)
@@ -247,6 +247,26 @@ tiers:
                         option:
                             - '--concurrency=1'
 
+            -
+                case_name: tempest_telemetry
+                project_name: functest
+                criteria: 100
+                blocking: false
+                description: >-
+                    This test case runs the Tempest suite proposed by the
+                    Telemetry project.
+                run:
+                    name: tempest_common
+                    args:
+                        mode: "(?!.*test_autoscaling)\
+                            (^telemetry_tempest_plugin)"
+                        services:
+                            - aodh
+                            - gnocchi
+                            - panko
+                        option:
+                            - '--concurrency=3'
+
             -
                 case_name: rally_sanity
                 project_name: functest