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