Signed-off-by: Anthony PERARD <[email protected]>
---
Osstest/TestSupport.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm
index 13e4360..b0e21bf 100644
--- a/Osstest/TestSupport.pm
+++ b/Osstest/TestSupport.pm
@@ -2818,7 +2818,8 @@ sub guest_editconfig_nocd ($$) {
sub host_install_postboot_complete ($) {
my ($ho) = @_;
target_core_dump_setup($ho);
- target_cmd_root($ho, "update-rc.d osstest-confirm-booted start 99 2 .");
+ target_cmd_root($ho, "update-rc.d osstest-confirm-booted start 99 2 .")
+ unless $ho->{OS} eq "centos";
target_https_mitm_proxy_setup($ho);
}
--
Anthony PERARD
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel