tests: Make sure test for actset_output tests initial condition.
authorJean Tourrilhes <jean.tourrilhes@hp.com>
Wed, 22 Oct 2014 19:41:50 +0000 (12:41 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 4 Nov 2014 19:23:49 +0000 (11:23 -0800)
ONF-JIRA: EXT-233
Signed-off-by: Jean Tourrilhes <jt@hpl.hp.com>
tests/ofproto-dpif.at

index 58a2cf9..3a33926 100644 (file)
@@ -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.