summaryrefslogtreecommitdiff
path: root/tests/ovs-vsctl.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-06-15 16:09:34 -0700
committerBen Pfaff <blp@nicira.com>2010-06-17 10:26:13 -0700
commitf19f25a44b30f090d5cad0c51414998c4ddbae6a (patch)
tree880c0ce1df1e06526ee6ee967d7e1f0e51f2ca32 /tests/ovs-vsctl.at
parent4a3d6c94526ebb04f4bd02db55f04cadbab9cdcf (diff)
downloadopenvswitch-f19f25a44b30f090d5cad0c51414998c4ddbae6a.tar.gz
ovs-vsctl: Fix spelling error in log message.
Diffstat (limited to 'tests/ovs-vsctl.at')
-rw-r--r--tests/ovs-vsctl.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ovs-vsctl.at b/tests/ovs-vsctl.at
index e9b21065e..a8deb1a84 100644
--- a/tests/ovs-vsctl.at
+++ b/tests/ovs-vsctl.at
@@ -685,7 +685,7 @@ AT_CHECK([RUN_OVS_VSCTL([add b br1 datapath_id x y])],
[1], [], [ovs-vsctl: "add" operation would put 2 values in column datapath_id of table Bridge but the maximum number is 1
], [OVS_VSCTL_CLEANUP])
AT_CHECK([RUN_OVS_VSCTL([remove n `cat netflow-uuid` targets '"1.2.3.4:567"'])],
- [1], [], [ovs-vsctl: "remove" operation would put 0 values in column targets of table NetFlow but the minimun number is 1
+ [1], [], [ovs-vsctl: "remove" operation would put 0 values in column targets of table NetFlow but the minimum number is 1
], [OVS_VSCTL_CLEANUP])
AT_CHECK([RUN_OVS_VSCTL([clear n `cat netflow-uuid` targets])],
[1], [], [ovs-vsctl: "clear" operation cannot be applied to column targets of table NetFlow, which is not allowed to be empty