Skip to content

Commit b8aa61c

Browse files
committed
CP-44103: Unit tests for ordering network devices
The "test_network_device_order_inherited.ml" is inherited from the interface-rename functionality. Signed-off-by: Ming Lu <[email protected]>
1 parent 42bdbb3 commit b8aa61c

File tree

4 files changed

+1085
-1
lines changed

4 files changed

+1085
-1
lines changed

ocaml/networkd/test/dune

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
astring
77

88
fmt
9+
macaddr
910
networklibs
1011
rpclib.core
1112
rpclib.json

ocaml/networkd/test/network_test.ml

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
let () =
1616
Debug.log_to_stdout () ;
1717
Alcotest.run "base_suite"
18-
(Network_test_lacp_properties.suite @ Test_jsonrpc_client.tests)
18+
(Network_test_lacp_properties.suite
19+
@ Test_jsonrpc_client.tests
20+
@ Test_network_device_order_inherited.tests
21+
@ Test_network_device_order.tests
22+
)

0 commit comments

Comments
 (0)