brintos

brintos / linux-shallow public Read only

0
0
Text · 2.9 KiB · 2243464 Raw
132 lines · plain
1# SPDX-License-Identifier: GPL-2.0+ OR MIT2 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	gre_custom_multipath_hash.sh \19	gre_inner_v4_multipath.sh \20	gre_inner_v6_multipath.sh \21	gre_multipath_nh_res.sh \22	gre_multipath_nh.sh \23	gre_multipath.sh \24	ip6_forward_instats_vrf.sh \25	ip6gre_custom_multipath_hash.sh \26	ip6gre_flat_key.sh \27	ip6gre_flat_keys.sh \28	ip6gre_flat.sh \29	ip6gre_hier_key.sh \30	ip6gre_hier_keys.sh \31	ip6gre_hier.sh \32	ip6gre_inner_v4_multipath.sh \33	ip6gre_inner_v6_multipath.sh \34	ipip_flat_gre_key.sh \35	ipip_flat_gre_keys.sh \36	ipip_flat_gre.sh \37	ipip_hier_gre_key.sh \38	ipip_hier_gre_keys.sh \39	ipip_hier_gre.sh \40	lib_sh_test.sh \41	local_termination.sh \42	min_max_mtu.sh \43	mirror_gre_bound.sh \44	mirror_gre_bridge_1d.sh \45	mirror_gre_bridge_1d_vlan.sh \46	mirror_gre_bridge_1q_lag.sh \47	mirror_gre_bridge_1q.sh \48	mirror_gre_changes.sh \49	mirror_gre_flower.sh \50	mirror_gre_lag_lacp.sh \51	mirror_gre_neigh.sh \52	mirror_gre_nh.sh \53	mirror_gre.sh \54	mirror_gre_vlan_bridge_1q.sh \55	mirror_gre_vlan.sh \56	mirror_vlan.sh \57	no_forwarding.sh \58	pedit_dsfield.sh \59	pedit_ip.sh \60	pedit_l4port.sh \61	q_in_vni_ipv6.sh \62	q_in_vni.sh \63	router_bridge.sh \64	router_bridge_1d.sh \65	router_bridge_1d_lag.sh \66	router_bridge_lag.sh \67	router_bridge_vlan.sh \68	router_bridge_vlan_upper.sh \69	router_bridge_pvid_vlan_upper.sh \70	router_bridge_vlan_upper_pvid.sh \71	router_broadcast.sh \72	router_mpath_nh_res.sh \73	router_mpath_nh.sh \74	router_mpath_seed.sh \75	router_multicast.sh \76	router_multipath.sh \77	router_nh.sh \78	router.sh \79	router_vid_1.sh \80	sch_ets.sh \81	sch_red.sh \82	sch_tbf_ets.sh \83	sch_tbf_prio.sh \84	sch_tbf_root.sh \85	skbedit_priority.sh \86	tc_actions.sh \87	tc_chains.sh \88	tc_flower_router.sh \89	tc_flower.sh \90	tc_flower_l2_miss.sh \91	tc_flower_cfm.sh \92	tc_flower_port_range.sh \93	tc_mpls_l2vpn.sh \94	tc_police.sh \95	tc_shblocks.sh \96	tc_tunnel_key.sh \97	tc_vlan_modify.sh \98	vxlan_asymmetric_ipv6.sh \99	vxlan_asymmetric.sh \100	vxlan_bridge_1d_ipv6.sh \101	vxlan_bridge_1d_port_8472_ipv6.sh \102	vxlan_bridge_1d_port_8472.sh \103	vxlan_bridge_1d.sh \104	vxlan_bridge_1q_ipv6.sh \105	vxlan_bridge_1q_port_8472_ipv6.sh \106	vxlan_bridge_1q_port_8472.sh \107	vxlan_bridge_1q.sh \108	vxlan_symmetric_ipv6.sh \109	vxlan_symmetric.sh110 111TEST_FILES := devlink_lib.sh \112	fib_offload_lib.sh \113	forwarding.config.sample \114	ip6gre_lib.sh \115	ipip_lib.sh \116	lib.sh \117	mirror_gre_lib.sh \118	mirror_gre_topo_lib.sh \119	mirror_lib.sh \120	mirror_topo_lib.sh \121	router_mpath_nh_lib.sh \122	sch_ets_core.sh \123	sch_ets_tests.sh \124	sch_tbf_core.sh \125	sch_tbf_etsprio.sh \126	tc_common.sh127 128TEST_INCLUDES := \129	../lib.sh130 131include ../../lib.mk132