1 # 2 # Stress tests for various network features 3 # 4 bbr01 bbr01.sh 5 bbr01_ipv6 bbr01.sh -6 6 7 bbr02 bbr02.sh 8 bbr02_ipv6 bbr02.sh -6 9 10 bind_noport01 bind_noport01.sh 11 bind_noport01_ipv6 bind_noport01.sh -6 12 13 busy_poll01 busy_poll01.sh 14 busy_poll01_ipv6 busy_poll01.sh -6 15 16 busy_poll02 busy_poll02.sh 17 busy_poll02_ipv6 busy_poll02.sh -6 18 19 busy_poll03 busy_poll03.sh 20 busy_poll03_ipv6 busy_poll03.sh -6 21 22 dccp01 dccp01.sh 23 dccp01_ipv6 dccp01.sh -6 24 25 sctp01 sctp01.sh 26 sctp01_ipv6 sctp01.sh -6 27 28 tcp_fastopen tcp_fastopen_run.sh 29 tcp_fastopen6 tcp_fastopen_run.sh -6 30 31 vxlan01 vxlan01.sh 32 vxlan02 vxlan02.sh 33 vxlan02_ipv6 vxlan02.sh -6 34 35 vxlan_multi_03 vxlan03.sh -d multi 36 vxlan_uni_03 vxlan03.sh -d uni 37 38 vxlan_ipv6_multi_03 vxlan03.sh -6 -d multi 39 vxlan_ipv6_uni_03 vxlan03.sh -6 -d uni 40 41 vlan01 vlan01.sh 42 vlan02 vlan02.sh 43 vlan03 vlan03.sh 44 45 macvlan01 macvlan01.sh 46 macvtap01 macvtap01.sh 47 48 macsec01 macsec01.sh 49 macsec02 macsec02.sh 50 51 ipvlan01 ipvlan01.sh 52 53 gre_ipv4_01 gre01.sh 54 gre_ipv6_01 gre01.sh -6 55 56 dctcp_ipv4_01 dctcp01.sh 57 dctcp_ipv6_01 dctcp01.sh -6 58 59 geneve01 geneve01.sh 60 geneve01_ipv6 geneve01.sh -6 61 62 sit01 sit01.sh 63 64 mpls01 mpls01.sh 65 mpls02 mpls02.sh 66 mpls02_ipv6 mpls02.sh -6 67 mpls03 mpls03.sh 68 mpls03_ipv6 mpls03.sh -6 69 mpls04 mpls04.sh 70 71 fanout01 fanout01 72