Skip to content

Commit

Permalink
Make es2k unit test common (#79)
Browse files Browse the repository at this point in the history
- Moved `config_fdb_tunnel_table_entry_test` from
  `tests/es2k/client` to `tests/common`.

Signed-off-by: Derek Foster <justffoulkes@gmail.com>
  • Loading branch information
ffoulkes authored Mar 4, 2025
1 parent e8c8619 commit 7eb6f9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ovs-p4rt/sidecar/tests/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ if(BUILD_CLIENT)
define_basic_test(config_fdb_rx_vlan_table_entry_test)
define_basic_test(config_fdb_tx_vlan_table_entry_test)

define_mac_learn_info_test(config_fdb_tunnel_table_entry_test)

define_tunnel_info_test(config_encap_table_entry_test)
define_tunnel_info_test(config_tunnel_term_entry_test)

Expand Down
1 change: 0 additions & 1 deletion ovs-p4rt/sidecar/tests/es2k/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ define_basic_test(es2k_update_tunnel_info_test)
#-----------------------------------------------------------------------
# mac_learn_info tests
#-----------------------------------------------------------------------
define_mac_learn_info_test(config_fdb_tunnel_table_entry_test)
define_mac_learn_info_test(es2k_config_l2_tunnel_table_entry_test)
define_mac_learn_info_test(es2k_prep_l2_tunnel_table_entry)
define_mac_learn_info_test(es2k_prep_fdb_table_v4_tunnel_test)
Expand Down

0 comments on commit 7eb6f9d

Please sign in to comment.