aboutsummaryrefslogtreecommitdiff
path: root/tests/classifier.at
blob: 26ca079877512d8465591e8f09798886a57a44f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AT_BANNER([flow classifier unit tests])
m4_foreach(
  [testname],
  [[empty],
   [destroy-null],
   [single-rule],
   [rule-replacement],
   [many-rules-in-one-list],
   [many-rules-in-one-table],
   [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])])