]> git.proxmox.com Git - mirror_ovs.git/blame - tests/classifier.at
datapath: Change ovs_flow_tbl_lookup_xx() APIs
[mirror_ovs.git] / tests / classifier.at
CommitLineData
3223e977
BP
1AT_BANNER([flow classifier unit tests])
2m4_foreach(
3 [testname],
4 [[empty],
5 [destroy-null],
6 [single-rule],
7 [rule-replacement],
b5d97350 8 [many-rules-in-one-list],
3223e977 9 [many-rules-in-one-table],
b5d97350
BP
10 [many-rules-in-two-tables],
11 [many-rules-in-five-tables]],
3223e977
BP
12 [AT_SETUP([flow classifier - m4_bpatsubst(testname, [-], [ ])])
13 AT_CHECK([test-classifier testname], [0], [], [])
14 AT_CLEANUP])])
5cb7a798
BP
15
16AT_BANNER([miniflow unit tests])
17m4_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])])