summaryrefslogtreecommitdiff
path: root/tests/ovs-vsctl.at
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-10-14 09:48:17 -0700
committerJustin Pettit <jpettit@nicira.com>2011-10-22 16:16:08 -0700
commit21f7563cef5f3e5ab52c15ade58594c2dfdb7195 (patch)
tree6f0bf7d064c7b1da24c3e14f655ffec53739b887 /tests/ovs-vsctl.at
parent5a2dfd473a65a041356971771c99e4a9d04b3f9c (diff)
downloadopenvswitch-21f7563cef5f3e5ab52c15ade58594c2dfdb7195.tar.gz
ovs-vswitchd: Add support for 802.1D STP.
Still alpha quality, since only tested for interoperability with Linux bridge's STP implementation.
Diffstat (limited to 'tests/ovs-vsctl.at')
-rw-r--r--tests/ovs-vsctl.at4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ovs-vsctl.at b/tests/ovs-vsctl.at
index 77911fab9..73e2b52bb 100644
--- a/tests/ovs-vsctl.at
+++ b/tests/ovs-vsctl.at
@@ -579,6 +579,8 @@ netflow : []
other_config : {}
ports : []
sflow : []
+status : {}
+stp_enable : false
<0>
]], [ignore], [test ! -e pid || kill `cat pid`])
AT_CHECK(
@@ -889,6 +891,8 @@ netflow : []
other_config : {}
ports : []
sflow : []
+status : {}
+stp_enable : false
]], [ignore], [test ! -e pid || kill `cat pid`])
OVS_VSCTL_CLEANUP
AT_CLEANUP