From 6a86854b504db5a67b243053bd1916f914b8717d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 9 Jul 2019 17:14:00 +0200 Subject: Remove functest-tempest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/tempest/hooks/post_checkout | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 docker/tempest/hooks/post_checkout (limited to 'docker/tempest/hooks') 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 $? -- cgit 1.2.3-korg