summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ryu/tests/integrated/test_request_reply_v12.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/tests/integrated/test_request_reply_v12.py b/ryu/tests/integrated/test_request_reply_v12.py
index 125cc9f5..b60a2ba8 100644
--- a/ryu/tests/integrated/test_request_reply_v12.py
+++ b/ryu/tests/integrated/test_request_reply_v12.py
@@ -434,7 +434,7 @@ class RunTest(tester.TestFlowBase):
def test_flow_add_goto_table(self, dp):
self._verify = dp.ofproto.OFPIT_GOTO_TABLE
- inst = [dp.ofproto_parser.OFPInstructionGotoTable(0), ]
+ inst = [dp.ofproto_parser.OFPInstructionGotoTable(1), ]
self.mod_flow(dp, inst=inst)
self.send_flow_stats(dp)