Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0+ OR MIT
0002 
0003 TEST_PROGS = bridge_igmp.sh \
0004         bridge_locked_port.sh \
0005         bridge_mdb.sh \
0006         bridge_mdb_port_down.sh \
0007         bridge_mld.sh \
0008         bridge_port_isolation.sh \
0009         bridge_sticky_fdb.sh \
0010         bridge_vlan_aware.sh \
0011         bridge_vlan_mcast.sh \
0012         bridge_vlan_unaware.sh \
0013         custom_multipath_hash.sh \
0014         dual_vxlan_bridge.sh \
0015         ethtool_extended_state.sh \
0016         ethtool.sh \
0017         gre_custom_multipath_hash.sh \
0018         gre_inner_v4_multipath.sh \
0019         gre_inner_v6_multipath.sh \
0020         gre_multipath_nh_res.sh \
0021         gre_multipath_nh.sh \
0022         gre_multipath.sh \
0023         hw_stats_l3.sh \
0024         hw_stats_l3_gre.sh \
0025         ip6_forward_instats_vrf.sh \
0026         ip6gre_custom_multipath_hash.sh \
0027         ip6gre_flat_key.sh \
0028         ip6gre_flat_keys.sh \
0029         ip6gre_flat.sh \
0030         ip6gre_hier_key.sh \
0031         ip6gre_hier_keys.sh \
0032         ip6gre_hier.sh \
0033         ip6gre_inner_v4_multipath.sh \
0034         ip6gre_inner_v6_multipath.sh \
0035         ipip_flat_gre_key.sh \
0036         ipip_flat_gre_keys.sh \
0037         ipip_flat_gre.sh \
0038         ipip_hier_gre_key.sh \
0039         ipip_hier_gre_keys.sh \
0040         ipip_hier_gre.sh \
0041         local_termination.sh \
0042         loopback.sh \
0043         mirror_gre_bound.sh \
0044         mirror_gre_bridge_1d.sh \
0045         mirror_gre_bridge_1d_vlan.sh \
0046         mirror_gre_bridge_1q_lag.sh \
0047         mirror_gre_bridge_1q.sh \
0048         mirror_gre_changes.sh \
0049         mirror_gre_flower.sh \
0050         mirror_gre_lag_lacp.sh \
0051         mirror_gre_neigh.sh \
0052         mirror_gre_nh.sh \
0053         mirror_gre.sh \
0054         mirror_gre_vlan_bridge_1q.sh \
0055         mirror_gre_vlan.sh \
0056         mirror_vlan.sh \
0057         no_forwarding.sh \
0058         pedit_dsfield.sh \
0059         pedit_ip.sh \
0060         pedit_l4port.sh \
0061         q_in_vni_ipv6.sh \
0062         q_in_vni.sh \
0063         router_bridge.sh \
0064         router_bridge_vlan.sh \
0065         router_broadcast.sh \
0066         router_mpath_nh_res.sh \
0067         router_mpath_nh.sh \
0068         router_multicast.sh \
0069         router_multipath.sh \
0070         router_nh.sh \
0071         router.sh \
0072         router_vid_1.sh \
0073         sch_ets.sh \
0074         sch_red.sh \
0075         sch_tbf_ets.sh \
0076         sch_tbf_prio.sh \
0077         sch_tbf_root.sh \
0078         skbedit_priority.sh \
0079         tc_actions.sh \
0080         tc_chains.sh \
0081         tc_flower_router.sh \
0082         tc_flower.sh \
0083         tc_mpls_l2vpn.sh \
0084         tc_police.sh \
0085         tc_shblocks.sh \
0086         tc_vlan_modify.sh \
0087         vxlan_asymmetric_ipv6.sh \
0088         vxlan_asymmetric.sh \
0089         vxlan_bridge_1d_ipv6.sh \
0090         vxlan_bridge_1d_port_8472_ipv6.sh \
0091         vxlan_bridge_1d_port_8472.sh \
0092         vxlan_bridge_1d.sh \
0093         vxlan_bridge_1q_ipv6.sh \
0094         vxlan_bridge_1q_port_8472_ipv6.sh \
0095         vxlan_bridge_1q_port_8472.sh \
0096         vxlan_bridge_1q.sh \
0097         vxlan_symmetric_ipv6.sh \
0098         vxlan_symmetric.sh
0099 
0100 TEST_PROGS_EXTENDED := devlink_lib.sh \
0101         ethtool_lib.sh \
0102         fib_offload_lib.sh \
0103         forwarding.config.sample \
0104         ip6gre_lib.sh \
0105         ipip_lib.sh \
0106         lib.sh \
0107         mirror_gre_lib.sh \
0108         mirror_gre_topo_lib.sh \
0109         mirror_lib.sh \
0110         mirror_topo_lib.sh \
0111         sch_ets_core.sh \
0112         sch_ets_tests.sh \
0113         sch_tbf_core.sh \
0114         sch_tbf_etsprio.sh \
0115         tc_common.sh
0116 
0117 include ../../lib.mk