Skip to content

Commit

Permalink
ovsdb-cluster-testsuite.at: Restores "clustered transactions" tests b…
Browse files Browse the repository at this point in the history
…ack.

In commit-2bcb3b70 (ovsdb raft: Move ovsdb cluster tests to separate
testsuite.) the "clustered transactions" tests were left unexecuted
because they depend on "EXECUTION_EXAMPLES", which is defined in
ovsdb-execution.at.

Signed-off-by: Han Zhou <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
hzhou8 authored and blp committed Apr 22, 2019
1 parent ba11e16 commit 9f39622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions tests/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ $(srcdir)/tests/fuzz-regression-list.at: tests/automake.mk

OVSDB_CLUSTER_TESTSUITE_AT = \
tests/ovsdb-cluster-testsuite.at \
tests/ovsdb-execution.at \
tests/ovsdb-cluster.at

SYSTEM_KMOD_TESTSUITE_AT = \
Expand Down
7 changes: 1 addition & 6 deletions tests/ovsdb-cluster-testsuite.at
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ m4_include([tests/ovs-macros.at])
m4_include([tests/ovsdb-macros.at])
m4_include([tests/ofproto-macros.at])

# XXX: below dummy test is to invoke AT_SETUP before including any tests.
# Without this, there will be error: possibly undefined macro: AT_capture_files
# when parsing .at files that use OVS_START_SHELL_HELPERS.
AT_SETUP([dummy])
AT_CHECK([:])
AT_CLEANUP
m4_include([tests/ovsdb-execution.at])
m4_include([tests/ovsdb-cluster.at])

0 comments on commit 9f39622

Please sign in to comment.