X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fodp.at;h=9617af266e04b879daa998425badbccf272c7ae9;hb=0b7140bbc55768f9f1d12f2cc42fa29c5fa98483;hp=caedc94d3f9faf830fa490f0be33bd842c394ebb;hpb=eb1b39b31365161d4e4a6e948147fec239de9782;p=openvswitch diff --git a/tests/odp.at b/tests/odp.at index caedc94d..9617af26 100644 --- a/tests/odp.at +++ b/tests/odp.at @@ -46,6 +46,12 @@ s/$/)/' odp-base.txt echo '# Valid forms with tun_id and VLAN headers.' sed 's/^/tun_id(0xfedcba9876543210),/ s/\(eth([[^)]]*)\),*/\1,eth_type(0x8100),vlan(vid=99,pcp=7),encap(/ +s/$/)/' odp-base.txt + + echo + echo '# Valid forms with QOS priority, tun_id, and VLAN headers.' + sed 's/^/priority(1234),tun_id(0xfedcba9876543210),/ +s/\(eth([[^)]]*)\),*/\1,eth_type(0x8100),vlan(vid=99,pcp=7),encap(/ s/$/)/' odp-base.txt echo