aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean Tourrilhes <jean.tourrilhes@hp.com>2014-10-22 12:41:50 -0700
committerBen Pfaff <blp@nicira.com>2014-11-04 11:23:49 -0800
commit3ca3ce0c1fab6331ba9edced207f9fdfe0816602 (patch)
tree6f1cde024ec76da0e3a9811593db981bece98b25 /tests
parenta8c3134833dcfbd3a72ffa5aa5d79e752cea871b (diff)
tests: Make sure test for actset_output tests initial condition.
ONF-JIRA: EXT-233 Signed-off-by: Jean Tourrilhes <jt@hpl.hp.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/ofproto-dpif.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index 58a2cf9da..3a3392625 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -496,7 +496,7 @@ OVS_VSWITCHD_START
ADD_OF_PORTS(
[br0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13])
AT_DATA([flows.txt], [dnl
-table=0 actions=write_actions(output(2)),goto_table(1)
+table=0,actset_output=unset actions=write_actions(output(2)),goto_table(1)
table=1 actions=move:ONFOXM_ET_ACTSET_OUTPUT[[0..31]]->OXM_OF_PKT_REG0[[0..31]],goto_table(2)
# Verify that actset_output got set.