]> git.proxmox.com Git - mirror_ovs.git/blob - tests/classifier.at
tests: Update interface-reconfigure tests.
[mirror_ovs.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])])