aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-07-31 15:33:56 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-07-31 15:33:56 +0100
commit18328dd0f26651a3d42ffceaa5afe1eacaf39b41 (patch)
treefe76acfa48e046f2c52483322d8e39539e4388d4
parent7f17ca15ba7a2508cf2a52e6590c4928e70614b8 (diff)
Improved logging for VLAN creation in test
Change-Id: I1231b7ba472a7b23f55f18f840f62eb9fc8616db
-rw-r--r--test/complex-4switches-2vlans-12
1 files changed, 1 insertions, 1 deletions
diff --git a/test/complex-4switches-2vlans-1 b/test/complex-4switches-2vlans-1
index 224a48b..b529f07 100644
--- a/test/complex-4switches-2vlans-1
+++ b/test/complex-4switches-2vlans-1
@@ -54,7 +54,7 @@ VLAN_ID1=$(run_admin_command --lookup_vlan_by_tag 30)
log "Creating new VLAN tag 31"
OUTPUT=$(run_admin_command --create_vlan test31 31 false)
VLAN_ID2=$(run_admin_command --lookup_vlan_by_tag 31)
-log "Created new VLAN with ID $VLAN_ID2"
+log "Created new VLANs with IDs $VLAN_ID1 and $VLAN_ID2"
# Wait 10s for everything to settle
pause 10