aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-06-24 16:06:07 -0700
committerBen Pfaff <blp@nicira.com>2010-06-24 17:12:57 -0700
commitf40a9b61e2b758e60a38fc706d7d1253ef59a23d (patch)
tree7249e059204c3450c8f53d46705e68354689ace8 /tests
parentde4f3c10b2afa540dd4a7f01ce7e02ae68ef2861 (diff)
ovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid" work.
Requested-by: Sean Brady <sbrady@gtfservices.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/ovs-vsctl.at3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ovs-vsctl.at b/tests/ovs-vsctl.at
index a8deb1a8..2923649a 100644
--- a/tests/ovs-vsctl.at
+++ b/tests/ovs-vsctl.at
@@ -567,7 +567,7 @@ OVS_VSCTL_SETUP
AT_CHECK([RUN_OVS_VSCTL([create b name=br0])],
[0], [stdout], [], [OVS_VSCTL_CLEANUP])
cp stdout out1
-AT_CHECK([RUN_OVS_VSCTL([list b])],
+AT_CHECK([RUN_OVS_VSCTL([list b], [get b br0 _uuid])],
[0], [stdout], [], [OVS_VSCTL_CLEANUP])
cp stdout out2
AT_CHECK([perl $srcdir/uuidfilt.pl out1 out2], [0],
@@ -584,6 +584,7 @@ netflow : []
other_config : {}
ports : []
sflow : []
+<0>
]], [ignore], [test ! -e pid || kill `cat pid`])
AT_CHECK(
[RUN_OVS_VSCTL(