Catalli's threaded switch
[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    [two-rules-in-one-bucket],
9    [two-rules-in-one-table],
10    [two-rules-in-different-tables],
11    [many-rules-in-one-bucket],
12    [many-rules-in-one-table],
13    [many-rules-in-different-tables]],
14   [AT_SETUP([flow classifier - m4_bpatsubst(testname, [-], [ ])])
15    AT_CHECK([test-classifier testname], [0], [], [])
16    AT_CLEANUP])])