X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestPlc.py;fp=system%2FTestPlc.py;h=0fc2c59f9ee9df9d7d16380bc383ac001c081e23;hb=cabdb1495db2128ecb9102b555c52a57b84974e4;hp=d06711dbad010546e1b21e5430f99549b4dd7c20;hpb=550d39d2fccd359ad99c7bee2f8986a5a7cd41f0;p=tests.git diff --git a/system/TestPlc.py b/system/TestPlc.py index d06711d..0fc2c59 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -166,9 +166,9 @@ class TestPlc: 'sfa_delete_slice@1', 'sfa_delete_user@1', SEPSFA, 'cross_check_tcp@1', 'check_system_slice', SEP, # check slices are turned off properly -# 'empty_slices', 'ssh_slice_off', 'slice_fs_deleted_ignore', SEP, -# for Thomas - 'empty_slices', 'ssh_slice_off', 'slice_fs_deleted', SEP, + '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, @@ -1838,3 +1838,4 @@ class TestPlc: # convenience for debugging the test logic def yes (self): return True def no (self): return False + def fail (self): return False