cf0cc442ae3eb64246e6449f73dfede53e9b5c1a
[sliver-openvswitch.git] / tests / classifier.at
1 AT_BANNER([flow classifier unit tests])
2 m4_foreach(
3   [testname],
4   [[empty],
5    [destroy-null],
6    [single-rule],
7    [rule-replacement],
8    [many-rules-in-one-list],
9    [many-rules-in-one-table],
10    [many-rules-in-two-tables],
11    [many-rules-in-five-tables]],
12   [AT_SETUP([flow classifier - m4_bpatsubst(testname, [-], [ ])])
13    AT_CHECK([test-classifier testname], [0], [], [])
14    AT_CLEANUP])])
15
16 AT_BANNER([miniflow unit tests])
17 m4_foreach(
18   [testname],
19   [[miniflow],
20    [minimask_has_extra],
21    [minimask_combine]],
22   [AT_SETUP([miniflow - m4_bpatsubst(testname, [-], [ ])])
23    AT_CHECK([test-classifier testname], [0], [], [])
24    AT_CLEANUP])])