linux/tools/testing/selftests/net/forwarding/Makefile
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0+ OR MIT
   2
   3TEST_PROGS = bridge_igmp.sh \
   4        bridge_port_isolation.sh \
   5        bridge_sticky_fdb.sh \
   6        bridge_vlan_aware.sh \
   7        bridge_vlan_unaware.sh \
   8        ethtool.sh \
   9        gre_inner_v4_multipath.sh \
  10        gre_inner_v6_multipath.sh \
  11        gre_multipath.sh \
  12        ip6gre_inner_v4_multipath.sh \
  13        ip6gre_inner_v6_multipath.sh \
  14        ipip_flat_gre_key.sh \
  15        ipip_flat_gre_keys.sh \
  16        ipip_flat_gre.sh \
  17        ipip_hier_gre_key.sh \
  18        ipip_hier_gre_keys.sh \
  19        ipip_hier_gre.sh \
  20        loopback.sh \
  21        mirror_gre_bound.sh \
  22        mirror_gre_bridge_1d.sh \
  23        mirror_gre_bridge_1d_vlan.sh \
  24        mirror_gre_bridge_1q_lag.sh \
  25        mirror_gre_bridge_1q.sh \
  26        mirror_gre_changes.sh \
  27        mirror_gre_flower.sh \
  28        mirror_gre_lag_lacp.sh \
  29        mirror_gre_neigh.sh \
  30        mirror_gre_nh.sh \
  31        mirror_gre.sh \
  32        mirror_gre_vlan_bridge_1q.sh \
  33        mirror_gre_vlan.sh \
  34        mirror_vlan.sh \
  35        router_bridge.sh \
  36        router_bridge_vlan.sh \
  37        router_broadcast.sh \
  38        router_mpath_nh.sh \
  39        router_multicast.sh \
  40        router_multipath.sh \
  41        router.sh \
  42        router_vid_1.sh \
  43        sch_ets.sh \
  44        sch_tbf_ets.sh \
  45        sch_tbf_prio.sh \
  46        sch_tbf_root.sh \
  47        tc_actions.sh \
  48        tc_chains.sh \
  49        tc_flower_router.sh \
  50        tc_flower.sh \
  51        tc_mpls_l2vpn.sh \
  52        tc_shblocks.sh \
  53        tc_vlan_modify.sh \
  54        vxlan_asymmetric.sh \
  55        vxlan_bridge_1d_port_8472.sh \
  56        vxlan_bridge_1d.sh \
  57        vxlan_bridge_1q_port_8472.sh \
  58        vxlan_bridge_1q.sh \
  59        vxlan_symmetric.sh
  60
  61TEST_PROGS_EXTENDED := devlink_lib.sh \
  62        ethtool_lib.sh \
  63        fib_offload_lib.sh \
  64        forwarding.config.sample \
  65        ipip_lib.sh \
  66        lib.sh \
  67        mirror_gre_lib.sh \
  68        mirror_gre_topo_lib.sh \
  69        mirror_lib.sh \
  70        mirror_topo_lib.sh \
  71        sch_ets_core.sh \
  72        sch_ets_tests.sh \
  73        sch_tbf_core.sh \
  74        sch_tbf_etsprio.sh \
  75        tc_common.sh
  76
  77include ../../lib.mk
  78