1# SPDX-License-Identifier: GPL-2.0+ OR MIT 2 3TEST_PROGS = bridge_fdb_learning_limit.sh \ 4 bridge_igmp.sh \ 5 bridge_locked_port.sh \ 6 bridge_mdb.sh \ 7 bridge_mdb_host.sh \ 8 bridge_mdb_max.sh \ 9 bridge_mdb_port_down.sh \ 10 bridge_mld.sh \ 11 bridge_port_isolation.sh \ 12 bridge_sticky_fdb.sh \ 13 bridge_vlan_aware.sh \ 14 bridge_vlan_mcast.sh \ 15 bridge_vlan_unaware.sh \ 16 custom_multipath_hash.sh \ 17 dual_vxlan_bridge.sh \ 18 ethtool_extended_state.sh \ 19 ethtool_mm.sh \ 20 ethtool_rmon.sh \ 21 ethtool.sh \ 22 gre_custom_multipath_hash.sh \ 23 gre_inner_v4_multipath.sh \ 24 gre_inner_v6_multipath.sh \ 25 gre_multipath_nh_res.sh \ 26 gre_multipath_nh.sh \ 27 gre_multipath.sh \ 28 hw_stats_l3.sh \ 29 hw_stats_l3_gre.sh \ 30 ip6_forward_instats_vrf.sh \ 31 ip6gre_custom_multipath_hash.sh \ 32 ip6gre_flat_key.sh \ 33 ip6gre_flat_keys.sh \ 34 ip6gre_flat.sh \ 35 ip6gre_hier_key.sh \ 36 ip6gre_hier_keys.sh \ 37 ip6gre_hier.sh \ 38 ip6gre_inner_v4_multipath.sh \ 39 ip6gre_inner_v6_multipath.sh \ 40 ipip_flat_gre_key.sh \ 41 ipip_flat_gre_keys.sh \ 42 ipip_flat_gre.sh \ 43 ipip_hier_gre_key.sh \ 44 ipip_hier_gre_keys.sh \ 45 ipip_hier_gre.sh \ 46 local_termination.sh \ 47 loopback.sh \ 48 mirror_gre_bound.sh \ 49 mirror_gre_bridge_1d.sh \ 50 mirror_gre_bridge_1d_vlan.sh \ 51 mirror_gre_bridge_1q_lag.sh \ 52 mirror_gre_bridge_1q.sh \ 53 mirror_gre_changes.sh \ 54 mirror_gre_flower.sh \ 55 mirror_gre_lag_lacp.sh \ 56 mirror_gre_neigh.sh \ 57 mirror_gre_nh.sh \ 58 mirror_gre.sh \ 59 mirror_gre_vlan_bridge_1q.sh \ 60 mirror_gre_vlan.sh \ 61 mirror_vlan.sh \ 62 no_forwarding.sh \ 63 pedit_dsfield.sh \ 64 pedit_ip.sh \ 65 pedit_l4port.sh \ 66 q_in_vni_ipv6.sh \ 67 q_in_vni.sh \ 68 router_bridge.sh \ 69 router_bridge_1d.sh \ 70 router_bridge_1d_lag.sh \ 71 router_bridge_lag.sh \ 72 router_bridge_vlan.sh \ 73 router_bridge_vlan_upper.sh \ 74 router_bridge_pvid_vlan_upper.sh \ 75 router_bridge_vlan_upper_pvid.sh \ 76 router_broadcast.sh \ 77 router_mpath_nh_res.sh \ 78 router_mpath_nh.sh \ 79 router_multicast.sh \ 80 router_multipath.sh \ 81 router_nh.sh \ 82 router.sh \ 83 router_vid_1.sh \ 84 sch_ets.sh \ 85 sch_red.sh \ 86 sch_tbf_ets.sh \ 87 sch_tbf_prio.sh \ 88 sch_tbf_root.sh \ 89 skbedit_priority.sh \ 90 tc_actions.sh \ 91 tc_chains.sh \ 92 tc_flower_router.sh \ 93 tc_flower.sh \ 94 tc_flower_l2_miss.sh \ 95 tc_flower_cfm.sh \ 96 tc_flower_port_range.sh \ 97 tc_mpls_l2vpn.sh \ 98 tc_police.sh \ 99 tc_shblocks.sh \ 100 tc_tunnel_key.sh \ 101 tc_vlan_modify.sh \ 102 vxlan_asymmetric_ipv6.sh \ 103 vxlan_asymmetric.sh \ 104 vxlan_bridge_1d_ipv6.sh \ 105 vxlan_bridge_1d_port_8472_ipv6.sh \ 106 vxlan_bridge_1d_port_8472.sh \ 107 vxlan_bridge_1d.sh \ 108 vxlan_bridge_1q_ipv6.sh \ 109 vxlan_bridge_1q_port_8472_ipv6.sh \ 110 vxlan_bridge_1q_port_8472.sh \ 111 vxlan_bridge_1q.sh \ 112 vxlan_symmetric_ipv6.sh \ 113 vxlan_symmetric.sh 114 115TEST_FILES := devlink_lib.sh \ 116 ethtool_lib.sh \ 117 fib_offload_lib.sh \ 118 forwarding.config.sample \ 119 ip6gre_lib.sh \ 120 ipip_lib.sh \ 121 lib.sh \ 122 mirror_gre_lib.sh \ 123 mirror_gre_topo_lib.sh \ 124 mirror_lib.sh \ 125 mirror_topo_lib.sh \ 126 router_mpath_nh_lib.sh \ 127 sch_ets_core.sh \ 128 sch_ets_tests.sh \ 129 sch_tbf_core.sh \ 130 sch_tbf_etsprio.sh \ 131 tc_common.sh 132 133TEST_INCLUDES := \ 134 ../lib.sh 135 136include ../../lib.mk 137