diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-09 17:14:00 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-09 22:10:02 +0200 |
commit | 6a86854b504db5a67b243053bd1916f914b8717d (patch) | |
tree | df0187a3a499f3bfc0ad45ba602c89db93efcbc3 /docker/tempest/hooks/post_checkout | |
parent | 0511f7eeacdceb8d9e59fc57f673080bef4095c6 (diff) |
Remove functest-tempest
Functest Kubernetes directly calls Rally API which force dependencies
to rally and its plugins. Then it installs rally, rally-openstack and
xrally-kubernetes as Functest dependencies.
Change-Id: I18e0c2ba30588707beba1746aa4bfbc1ab7509c6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/tempest/hooks/post_checkout')
-rw-r--r-- | docker/tempest/hooks/post_checkout | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/tempest/hooks/post_checkout b/docker/tempest/hooks/post_checkout deleted file mode 100644 index 8d0e98124..000000000 --- a/docker/tempest/hooks/post_checkout +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -from="${DOCKER_REPO%/*}/functest-core:${DOCKER_TAG}" -sed -i "s|^FROM.*$|FROM ${from}|" Dockerfile - -exit $? |