mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
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>
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
AT_INIT
|
|
|
|
m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
|
|
|
|
m4_include([tests/ovs-macros.at])
|
|
m4_include([tests/ovsdb-macros.at])
|
|
m4_include([tests/ofproto-macros.at])
|
|
|
|
m4_include([tests/ovsdb-execution.at])
|
|
m4_include([tests/ovsdb-cluster.at])
|