aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-07-29 17:16:33 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-07-29 17:16:33 +0100
commit2d6adb53c915d4291e89ce05791f26fcaf0a5a4a (patch)
treea1247e4c5fa9fb06d4cd2ac4bc7cad1167e5cb03 /test
parent20ca8aed3061e54024ec8a0f309d77ca42b12c23 (diff)
Turn down VERBOSE level in test scripts
Change-Id: I4cec934c248a6bffedb338391d1c3f00430821d5
Diffstat (limited to 'test')
-rw-r--r--test/complex-4switches-2vlans-12
-rw-r--r--test/medium-2switches-1vlan-12
-rw-r--r--test/medium-3switches-1vlan-12
-rw-r--r--test/simple-CiscoCatalyst-12
-rw-r--r--test/simple-CiscoSX300-12
-rw-r--r--test/simple-CiscoSX300-22
-rw-r--r--test/simple-NetgearXSM-12
7 files changed, 7 insertions, 7 deletions
diff --git a/test/complex-4switches-2vlans-1 b/test/complex-4switches-2vlans-1
index 57ebf5f..6c7d248 100644
--- a/test/complex-4switches-2vlans-1
+++ b/test/complex-4switches-2vlans-1
@@ -20,7 +20,7 @@ HOSTS="$HOSTS imx5302 arndale01 panda02 panda03" # 4 machines on the
#SWITCHES="vlandswitch05" # Let the system work things out
# Show more detail during test output
-VERBOSE=1
+VERBOSE=0
# And give a filename for logging
LOGFILE=$0-$$.log
diff --git a/test/medium-2switches-1vlan-1 b/test/medium-2switches-1vlan-1
index a9d2db3..1b8cd39 100644
--- a/test/medium-2switches-1vlan-1
+++ b/test/medium-2switches-1vlan-1
@@ -18,7 +18,7 @@ HOSTS="$HOSTS imx5302 arndale01" # 2 machines on the same switches
#SWITCHES="vlandswitch05" # Let the system work things out
# Show more detail during test output
-VERBOSE=1
+VERBOSE=0
# And give a filename for logging
LOGFILE=$0-$$.log
diff --git a/test/medium-3switches-1vlan-1 b/test/medium-3switches-1vlan-1
index 8e79ed9..2eed93c 100644
--- a/test/medium-3switches-1vlan-1
+++ b/test/medium-3switches-1vlan-1
@@ -22,7 +22,7 @@ HOSTS="$HOSTS imx5302" # And add another which will stay on
# work it out
# Show more detail during test output
-VERBOSE=1
+VERBOSE=0
# And give a filename for logging
LOGFILE=$0-$$.log
diff --git a/test/simple-CiscoCatalyst-1 b/test/simple-CiscoCatalyst-1
index 3ae4800..46b9837 100644
--- a/test/simple-CiscoCatalyst-1
+++ b/test/simple-CiscoCatalyst-1
@@ -15,7 +15,7 @@ HOSTS="arndale01 panda01" # Just 2 machines
SWITCHES="vlandswitch01" # And we know which switch they're on
# Show more detail during test output
-VERBOSE=1
+VERBOSE=0
# And give a filename for logging
LOGFILE=$0-$$.log
diff --git a/test/simple-CiscoSX300-1 b/test/simple-CiscoSX300-1
index 339c776..e75b9d1 100644
--- a/test/simple-CiscoSX300-1
+++ b/test/simple-CiscoSX300-1
@@ -15,7 +15,7 @@ HOSTS="arndale02 panda02" # Just 2 machines
SWITCHES="vlandswitch02" # And we know which switch they're on
# Show more detail during test output
-VERBOSE=1
+VERBOSE=0
# And give a filename for logging
LOGFILE=$0-$$.log
diff --git a/test/simple-CiscoSX300-2 b/test/simple-CiscoSX300-2
index 3fe5d46..93657f5 100644
--- a/test/simple-CiscoSX300-2
+++ b/test/simple-CiscoSX300-2
@@ -15,7 +15,7 @@ HOSTS="arndale03 panda03" # Just 2 machines
SWITCHES="vlandswitch03" # And we know which switch they're on
# Show more detail during test output
-VERBOSE=1
+VERBOSE=0
# And give a filename for logging
LOGFILE=$0-$$.log
diff --git a/test/simple-NetgearXSM-1 b/test/simple-NetgearXSM-1
index a6b20d1..299365b 100644
--- a/test/simple-NetgearXSM-1
+++ b/test/simple-NetgearXSM-1
@@ -15,7 +15,7 @@ HOSTS="imx5301 imx5302" # Just 2 machines
SWITCHES="vlandswitch05" # And we know which switch they're on
# Show more detail during test output
-VERBOSE=1
+VERBOSE=0
# And give a filename for logging
LOGFILE=$0-$$.log