Skip to content

Commit

Permalink
ovn-northd: Fix unknown table "port_group_set" warning.
Browse files Browse the repository at this point in the history
_DUMP_DB_TABLES macro should instead dump "port_group" table.

Fixes: 5b6a7ad ("northd: Add incremental processing for NB port groups.")
Acked-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
numansiddique committed Sep 15, 2023
1 parent ef9a78b commit e53a3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ovn-northd.at
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ m4_define([_DUMP_DB_TABLES], [
ovn-sbctl list address_set >> $1
ovn-sbctl list meter >> $1
ovn-sbctl list meter_band >> $1
ovn-sbctl list port_group_set >> $1
ovn-sbctl list port_group >> $1
])

# CHECK_NO_CHANGE_AFTER_RECOMPUTE
Expand Down

0 comments on commit e53a3ac

Please sign in to comment.