You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
DESC="Test de la configuration de base du TP DMZ."
|
|
|
|
SYSTEMS="bigboss lambda nomade societe tiny web"
|
|
|
|
run() {
|
|
setErrorHandler
|
|
echoStart
|
|
|
|
parallelDisablePause
|
|
|
|
vdn-scripts diag1 diag2 diag3
|
|
|
|
unsetErrorHandler
|
|
echoDone
|
|
}
|
|
|