From 925825f60bf56520e4d6f7bdcf7639b7bb071c55 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 26 Feb 2015 16:09:44 +0100 Subject: [PATCH] fail on purpose while all slices are running --- system/TestPlc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 72d6177..ef2a44f 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -165,10 +165,10 @@ class TestPlc: '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, 'cross_check_tcp@1', 'check_system_slice', SEP, + # for inspecting the slice while it runs the first time + 'fail', # check slices are turned off properly 'empty_slices', 'ssh_slice_off', 'slice_fs_deleted_ignore', SEP, - # xxx for Thomas - # 'fail', # check they are properly re-created with the same name 'fill_slices', 'ssh_slice_again', SEP, 'gather_logs_force', SEP, -- 2.43.0