]> git.proxmox.com Git - mirror_ovs.git/blame - tests/classifier.at
hash: Introduce an implementation of murmurhash.
[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])])