Skip to content

Commit

Permalink
test-classifier: Test versioning features.
Browse files Browse the repository at this point in the history
Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
  • Loading branch information
Jarno Rajahalme committed Jun 11, 2015
1 parent 8f8023b commit 3bbe9a1
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 64 deletions.
8 changes: 6 additions & 2 deletions tests/classifier.at
Expand Up @@ -6,11 +6,15 @@ m4_foreach(
[single-rule],
[rule-replacement],
[many-rules-in-one-list],
[versioned many-rules-in-one-list],
[many-rules-in-one-table],
[versioned many-rules-in-one-table],
[many-rules-in-two-tables],
[many-rules-in-five-tables]],
[versioned many-rules-in-two-tables],
[many-rules-in-five-tables],
[versioned many-rules-in-five-tables]],
[AT_SETUP([flow classifier - m4_bpatsubst(testname, [-], [ ])])
AT_CHECK([ovstest test-classifier testname], [0], [], [])
AT_CHECK([ovstest test-classifier m4_bpatsubst(testname, [versioned], [--versioned])], [0], [], [])
AT_CLEANUP])])

AT_BANNER([miniflow unit tests])
Expand Down

0 comments on commit 3bbe9a1

Please sign in to comment.