Skip to content

Commit

Permalink
fixup! fixup! fixup! Remove CVM and relevant test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Lu <[email protected]>
  • Loading branch information
minglumlu committed May 29, 2024
1 parent 22dad9b commit a758e89
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ocaml/tests/test_xapi_xenops.ml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,7 @@ let test_xapi_restart_inner () =
debug "Elapsed time for thread death: %f\n%!" (after -. before) ;
(* And check that the right thing has happened *)
List.iter assert_correct_state
[
(vm1, true)
; (vm2, true)
; (vm3, false)
; (vm4, false)
; (vm6, false)
]
[(vm1, true); (vm2, true); (vm3, false); (vm4, false); (vm6, false)]
with e ->
Printf.printf "Caught: %s\n" (Printexc.to_string e) ;
Printf.printf "Backtrace: %s\n%!" (Backtrace.to_string_hum (Backtrace.get e)) ;
Expand Down

0 comments on commit a758e89

Please sign in to comment.