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
This commit is contained in:
committed by
Tobias Brunner
parent
18bce26ea6
commit
6022f37aec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user