2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00

ovsdb-cluster-testsuite.at: Restores "clustered transactions" tests back.

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 <hzhou8@ebay.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Han Zhou
2019-04-19 12:17:46 -07:00
committed by Ben Pfaff
parent ba11e16288
commit 9f39622ab2
2 changed files with 2 additions and 6 deletions

View File

@@ -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 = \

View File

@@ -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])