diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-20 20:02:54 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-20 20:22:12 +0100 |
commit | 53b3da37fcb717ec6c24c434874967f1b503d328 (patch) | |
tree | c6ac498bf3ab1b14c3f91ba1ad55f64e025b3a58 | |
parent | 09cf9bc21d9e020747bb749bef5e7446068dde33 (diff) |
Select Rocky for Neutron Rally jobs
It fixes our gates (the testcase was developed just after OpenStack
Rocky).
Change-Id: Ic1eac9a54115a56c60e609faea818989cd2bfce8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/smoke/Dockerfile | 2 | ||||
-rw-r--r-- | functest/opnfv_tests/openstack/rally/rally_jobs.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke/Dockerfile b/docker/smoke/Dockerfile index 8874f0eec..e12279e28 100644 --- a/docker/smoke/Dockerfile +++ b/docker/smoke/Dockerfile @@ -6,7 +6,7 @@ ARG REFSTACK_TARGET=2018.02 ARG PATROLE_TAG=0.3.0 ARG NEUTRON_TAG=0.2.0 ARG BARBICAN_TAG=0.1.0 -ARG NEUTRON_RALLY_TAG=$OPENSTACK_TAG +ARG NEUTRON_RALLY_TAG=stable/rocky RUN apk --no-cache add --virtual .build-deps --update \ python-dev build-base linux-headers libffi-dev \ diff --git a/functest/opnfv_tests/openstack/rally/rally_jobs.yaml b/functest/opnfv_tests/openstack/rally/rally_jobs.yaml index d9aa94c51..2092fb4cf 100644 --- a/functest/opnfv_tests/openstack/rally/rally_jobs.yaml +++ b/functest/opnfv_tests/openstack/rally/rally_jobs.yaml @@ -1,3 +1,3 @@ --- neutron: - task: neutron-neutron.yaml + task: task-neutron.yaml |