From d9733082f6d763bec64115474d574c9d39b8b3ca Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 28 May 2018 10:14:25 +0200 Subject: [PATCH] remove check_initscripts from standard test suite --- system/TestPlc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index cb51d2a..e704d98 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -177,7 +177,7 @@ class TestPlc: # but as the stress test might take a while, we sometimes missed the debug mode.. 'probe_kvm_iptables', 'ping_node', 'ssh_node_debug', 'plcsh_stress_test@1', SEP, - 'ssh_node_boot', 'node_bmlogs', 'ssh_slice', 'ssh_slice_basics', 'check_initscripts', SEP, + 'ssh_node_boot', 'node_bmlogs', 'ssh_slice', 'ssh_slice_basics', SEP, 'ssh_slice_sfa@1', SEPSFA, 'sfa_rspec_empty@1', 'sfa_allocate_empty@1', 'sfa_provision_empty@1','sfa_check_slice_plc_empty@1', SEPSFA, 'sfa_delete_slice@1', 'sfa_delete_user@1', SEPSFA, @@ -207,7 +207,7 @@ class TestPlc: 'sfa_get_expires', SEPSFA, 'plc_db_dump' , 'plc_db_restore', SEP, 'check_netflow','check_drl', SEP, - 'slice_fs_present', SEP, + 'slice_fs_present', 'check_initscripts', SEP, 'standby_1_through_20','yes','no',SEP, 'install_syslinux6', 'bonding_builds', 'bonding_nodes', SEP, ] -- 2.43.0