summaryrefslogtreecommitdiff
path: root/tests/system-traffic.at
diff options
context:
space:
mode:
authorAndy Zhou <azhou@ovn.org>2017-07-13 17:29:16 -0700
committerAndy Zhou <azhou@ovn.org>2017-08-03 12:38:32 -0700
commitc7eca9658d4519cf88ddb6dea02efb745f7bdbcb (patch)
tree5057bbb3e51aff35774d4db5bd464ec86eb0a554 /tests/system-traffic.at
parentce15b514a6de816845a46ee7bb74f37aad1a0582 (diff)
downloadopenvswitch-c7eca9658d4519cf88ddb6dea02efb745f7bdbcb.tar.gz
ofproto-dpif: Remove dpif/disable-truncate command.
Use 'dpif/set-dp-features' command instead. Signed-off-by: Andy Zhou <azhou@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests/system-traffic.at')
-rw-r--r--tests/system-traffic.at8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/system-traffic.at b/tests/system-traffic.at
index 8145515a9..cff67dce9 100644
--- a/tests/system-traffic.at
+++ b/tests/system-traffic.at
@@ -568,9 +568,7 @@ n_bytes=542
dnl SLOW_ACTION: disable kernel datapath truncate support
dnl Repeat the test above, but exercise the SLOW_ACTION code path
-AT_CHECK([ovs-appctl dpif/disable-truncate], [0],
-[Datapath truncate action diabled
-])
+AT_CHECK([ovs-appctl dpif/set-dp-features br0 trunc false], [0])
dnl SLOW_ACTION test1: check datapatch actions
AT_CHECK([ovs-ofctl del-flows br0])
@@ -691,9 +689,7 @@ AT_CHECK([ovs-ofctl dump-flows br0 | grep "in_port=4" | ofctl_strip], [0], [dnl
dnl SLOW_ACTION: disable datapath truncate support
dnl Repeat the test above, but exercise the SLOW_ACTION code path
-AT_CHECK([ovs-appctl dpif/disable-truncate], [0],
-[Datapath truncate action diabled
-])
+AT_CHECK([ovs-appctl dpif/set-dp-features br0 trunc false], [0])
dnl SLOW_ACTION test1: check datapatch actions
AT_CHECK([ovs-ofctl del-flows br0])