From: Loic Dachary Date: Tue, 7 Apr 2015 14:15:31 +0000 (+0200) Subject: tests: remove dead code in docker-test-helper.sh X-Git-Tag: v9.0.0~15^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4289%2Fhead;p=ceph.git tests: remove dead code in docker-test-helper.sh Signed-off-by: Loic Dachary --- diff --git a/src/test/docker-test-helper.sh b/src/test/docker-test-helper.sh index 7555e1cba91f..9ca0809c04d6 100755 --- a/src/test/docker-test-helper.sh +++ b/src/test/docker-test-helper.sh @@ -147,17 +147,6 @@ function run_in_docker() { return $status } -declare -A OS_TYPE2VERSIONS=([ubuntu]="12.04 14.04" [centos]="6 7") - -function self_in_docker() { - local script=$1 - shift - - if test $# -gt 0 ; then - eval OS_TYPE2VERSIONS="$@" - fi -} - function remove_all() { local os_type=$1 local os_version=$2