X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fclassifier.at;h=26ca079877512d8465591e8f09798886a57a44f3;hb=0b7140bbc55768f9f1d12f2cc42fa29c5fa98483;hp=f9e6953d3359dc80bdae615768dd205a372f8fe0;hpb=3223e977cae4125b24ebb9498e0b67b4d8fac4c3;p=openvswitch diff --git a/tests/classifier.at b/tests/classifier.at index f9e6953d..26ca0798 100644 --- a/tests/classifier.at +++ b/tests/classifier.at @@ -5,12 +5,10 @@ m4_foreach( [destroy-null], [single-rule], [rule-replacement], - [two-rules-in-one-bucket], - [two-rules-in-one-table], - [two-rules-in-different-tables], - [many-rules-in-one-bucket], + [many-rules-in-one-list], [many-rules-in-one-table], - [many-rules-in-different-tables]], + [many-rules-in-two-tables], + [many-rules-in-five-tables]], [AT_SETUP([flow classifier - m4_bpatsubst(testname, [-], [ ])]) AT_CHECK([test-classifier testname], [0], [], []) AT_CLEANUP])])