Allow table_id override from --test-params.
diff --git a/tests-1.3/bsn_in_ports.py b/tests-1.3/bsn_in_ports.py
index eddcc5a..0442b85 100644
--- a/tests-1.3/bsn_in_ports.py
+++ b/tests-1.3/bsn_in_ports.py
@@ -34,7 +34,7 @@
logging.info("Inserting flow sending matching packets to port %d", out_port)
request = ofp.message.flow_add(
- table_id=0,
+ table_id=test_param_get_table(),
match=match,
instructions=[
ofp.instruction.apply_actions(
@@ -48,7 +48,7 @@
logging.info("Inserting match-all flow sending packets to controller")
request = ofp.message.flow_add(
- table_id=0,
+ table_id=test_param_get_table(),
instructions=[
ofp.instruction.apply_actions(
actions=[