Skip to content

Commit 025116d

Browse files
committed
CP-45921: Code refine for
- Move test code to its own suite - Replace active with manager, which is static - Add cmd_line record type to abstract cmd line type - Refine doc comment and license Signed-off-by: Lin Liu <[email protected]>
1 parent d915924 commit 025116d

File tree

8 files changed

+297
-199
lines changed

8 files changed

+297
-199
lines changed

ocaml/tests/dune

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
test_vm_placement test_vm_helpers test_repository test_repository_helpers
99
test_ref
1010
test_livepatch test_rpm test_updateinfo test_storage_smapiv1_wrapper test_storage_quicktest test_observer
11-
test_pool_periodic_update_sync))
11+
test_pool_periodic_update_sync test_pkg_mgr))
1212
(libraries
1313
alcotest
1414
angstrom
@@ -60,13 +60,13 @@
6060
(tests
6161
(names test_vm_helpers test_vm_placement test_network_sriov test_vdi_cbt
6262
test_clustering test_pusb test_daemon_manager test_repository test_repository_helpers
63-
test_livepatch test_rpm test_updateinfo test_pool_periodic_update_sync)
63+
test_livepatch test_rpm test_updateinfo test_pool_periodic_update_sync test_pkg_mgr)
6464
(package xapi)
6565
(modes exe)
6666
(modules test_vm_helpers test_vm_placement test_network_sriov test_vdi_cbt
6767
test_event test_clustering test_cluster_host test_cluster test_pusb
6868
test_daemon_manager test_repository test_repository_helpers test_livepatch test_rpm
69-
test_updateinfo test_pool_periodic_update_sync)
69+
test_updateinfo test_pool_periodic_update_sync test_pkg_mgr)
7070
(libraries
7171
alcotest
7272
fmt

ocaml/tests/suite_alcotest.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,4 @@ let () =
7171
@ Test_session.tests
7272
@ Test_xapi_cmd_result.tests
7373
@ Test_extauth_plugin_ADwinbind.tests
74-
@ Test_pkg_mgr.tests
7574
)

0 commit comments

Comments
 (0)