diff options
author | 2019-06-19 18:07:56 +0200 | |
---|---|---|
committer | 2019-06-19 18:07:56 +0200 | |
commit | bf0b79d887851ebf36dca853328d388a727fd483 (patch) | |
tree | b02415b35a92029547424fdf4a9967e71466fa56 /docker/features | |
parent | e54d79b60786650b0bd4925f1cd24384768e2fba (diff) |
Update tempest commit id
It includes "Fix region leaks after testing endpoints" [1].
[1] https://github.com/openstack/tempest/commit/e8088d1218eba0b8e4ed59fa5ca30ac9b664b7fb
Change-Id: I063a9c4e2f09a27c79ea77ba0cf9307642950070
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features')
-rw-r--r-- | docker/features/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index c413d9846..5b2cdd8df 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -2,7 +2,7 @@ FROM opnfv/functest-tempest:iruya ARG BRANCH=stable/iruya ARG OPENSTACK_TAG=stable/stein -ARG TEMPEST_TAG=23325c0ee8868324b1d4cd79ccbcb5026c7ed00a +ARG TEMPEST_TAG=e8088d1218eba0b8e4ed59fa5ca30ac9b664b7fb COPY thirdparty-requirements.txt thirdparty-requirements.txt RUN apk --no-cache add --update python3 sshpass && \ |