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	ip6_forward_instats_vrf.sh \
13	ip6gre_inner_v4_multipath.sh \
14	ip6gre_inner_v6_multipath.sh \
15	ipip_flat_gre_key.sh \
16	ipip_flat_gre_keys.sh \
17	ipip_flat_gre.sh \
18	ipip_hier_gre_key.sh \
19	ipip_hier_gre_keys.sh \
20	ipip_hier_gre.sh \
21	loopback.sh \
22	mirror_gre_bound.sh \
23	mirror_gre_bridge_1d.sh \
24	mirror_gre_bridge_1d_vlan.sh \
25	mirror_gre_bridge_1q_lag.sh \
26	mirror_gre_bridge_1q.sh \
27	mirror_gre_changes.sh \
28	mirror_gre_flower.sh \
29	mirror_gre_lag_lacp.sh \
30	mirror_gre_neigh.sh \
31	mirror_gre_nh.sh \
32	mirror_gre.sh \
33	mirror_gre_vlan_bridge_1q.sh \
34	mirror_gre_vlan.sh \
35	mirror_vlan.sh \
36	router_bridge.sh \
37	router_bridge_vlan.sh \
38	router_broadcast.sh \
39	router_mpath_nh.sh \
40	router_multicast.sh \
41	router_multipath.sh \
42	router.sh \
43	router_vid_1.sh \
44	sch_ets.sh \
45	sch_tbf_ets.sh \
46	sch_tbf_prio.sh \
47	sch_tbf_root.sh \
48	tc_actions.sh \
49	tc_chains.sh \
50	tc_flower_router.sh \
51	tc_flower.sh \
52	tc_mpls_l2vpn.sh \
53	tc_shblocks.sh \
54	tc_vlan_modify.sh \
55	vxlan_asymmetric.sh \
56	vxlan_bridge_1d_port_8472.sh \
57	vxlan_bridge_1d.sh \
58	vxlan_bridge_1q_port_8472.sh \
59	vxlan_bridge_1q.sh \
60	vxlan_symmetric.sh
61
62TEST_PROGS_EXTENDED := devlink_lib.sh \
63	ethtool_lib.sh \
64	fib_offload_lib.sh \
65	forwarding.config.sample \
66	ipip_lib.sh \
67	lib.sh \
68	mirror_gre_lib.sh \
69	mirror_gre_topo_lib.sh \
70	mirror_lib.sh \
71	mirror_topo_lib.sh \
72	sch_ets_core.sh \
73	sch_ets_tests.sh \
74	sch_tbf_core.sh \
75	sch_tbf_etsprio.sh \
76	tc_common.sh
77
78include ../../lib.mk
79