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:
@@ -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 = \
|
||||
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user