aboutsummaryrefslogtreecommitdiffstats
path: root/testing/make-testing
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-06 11:27:06 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 15:22:09 +0100
commit6022f37aec4480b725e5a9915460d71aabdc94ef (patch)
treef78b94ba950a73013d019a0f178e0386383c5d5e /testing/make-testing
parent18bce26ea663dfd20efe8505c36a5537979a7c8d (diff)
downloadstrongswan-6022f37aec4480b725e5a9915460d71aabdc94ef.tar.bz2
strongswan-6022f37aec4480b725e5a9915460d71aabdc94ef.tar.xz
Simplify test starting and stopping logic
Reduce the coupling of the different scripts. make-testing : Build the testing environment start-testing : Start switches and guests do-tests : Run tests stop-testing : Stop switches and guests
Diffstat (limited to 'testing/make-testing')
-rwxr-xr-xtesting/make-testing9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/make-testing b/testing/make-testing
index 42f089e88..7ae39eb6e 100755
--- a/testing/make-testing
+++ b/testing/make-testing
@@ -78,12 +78,3 @@ then
cecho "Building uml host images (scripts/build-umlhostfs)"
$DIR/scripts/build-umlhostfs $HOSTS
fi
-
-##########################################################################
-# Start up the UML switches and designated UML instances
-#
-if [ $ENABLE_START_TESTING = "yes" ]
-then
- cecho "Starting the uml switches and instances (start-testing)"
- $DIR/start-testing $HOSTS
-fi