[LTP] [COMMITTED] [PATCH 4/5] testscripts/test_containers.sh: Remove.

Cyril Hrubis chrubis@suse.cz
Thu Nov 10 11:09:24 CET 2016


The script just calls runltp -f containers and does not seem to be
called from any other script inside LTP.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 testscripts/test_containers.sh | 47 ------------------------------------------
 1 file changed, 47 deletions(-)
 delete mode 100755 testscripts/test_containers.sh

diff --git a/testscripts/test_containers.sh b/testscripts/test_containers.sh
deleted file mode 100755
index 9183764..0000000
--- a/testscripts/test_containers.sh
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/bash
-#
-# Copyright 2007 IBM
-#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the Free
-# Software Foundation; either version 2 of the License, or (at your option)
-# any later version.
-#
-# test_containers.sh - Run the containers test suite.
-
-# Must be root to run the containers testsuite
-if [ $UID != 0 ]
-then
-        echo "FAILED: Must be root to execute this script"
-        exit 1
-fi
-
-# set the LTPROOT directory
-cd `dirname $0`
-LTPROOT=${PWD}
-echo $LTPROOT | grep testscripts > /dev/null 2>&1
-if [ $? -eq 0 ]
-then
-	cd ..
-	LTPROOT=${PWD}
-fi
-
-# set the PATH to include testcase/bin
-
-export PATH=$PATH:/usr/sbin:$LTPROOT/testcases/bin
-export LTPBIN=$LTPROOT/testcases/bin
-
-# We will store the logfiles in $LTPROOT/results, so make sure
-# it exists.
-if [ ! -d $LTPROOT/results ]
-then
-	mkdir $LTPROOT/results
-fi
-
-# Check the role and mode testsuite is being executed under.
-echo "Running the containers testsuite..."
-
-$LTPROOT/bin/ltp-pan -S -a $LTPROOT/results/containers -n ltp-containers -l $LTPROOT/results/containers.logfile -o $LTPROOT/results/containers.outfile -p -f $LTPROOT/runtest/containers
-
-echo "Done."
-exit 0
-- 
2.7.3



More information about the ltp mailing list