From 04ae73bf5c97b98e3a81f1236fb0aee221738355 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 31 Jan 2013 21:58:17 -0500 Subject: [PATCH] ListSlices no longer exists --- system/TestAuthSfa.py | 5 ----- system/TestPlc.py | 4 +--- system/macros.py | 1 - 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/system/TestAuthSfa.py b/system/TestAuthSfa.py index 5fb5eb7..7a4b90b 100644 --- a/system/TestAuthSfa.py +++ b/system/TestAuthSfa.py @@ -154,11 +154,6 @@ class TestAuthSfa: return \ self.test_plc.run_in_guest(self.sfi_user("show %s"%(self.hrn())))==0 - def sfi_slices (self, options): - "run (as regular user) sfi slices (on SM)" - return \ - self.test_plc.run_in_guest(self.sfi_user("slices"))==0 - # those are step names exposed as methods of TestPlc, hence the _sfa @slice_sfa_mapper def sfa_add_slice (self, *args, **kwds): pass diff --git a/system/TestPlc.py b/system/TestPlc.py index e3bd111..a58ae04 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -94,7 +94,7 @@ class TestPlc: 'sfi_configure@1', 'sfa_add_site@1','sfa_add_pi@1', SEPSFA, 'sfa_add_user@1', 'sfa_update_user@1', 'sfa_add_slice@1', 'sfa_renew_slice@1', SEPSFA, 'sfa_discover@1', 'sfa_create_slice@1', 'sfa_check_slice_plc@1', 'sfa_update_slice@1', SEPSFA, - 'sfi_list@1', 'sfi_show@1', 'sfi_slices@1', 'sfa_utest@1', SEPSFA, + 'sfi_list@1', 'sfi_show@1', 'sfa_utest@1', SEPSFA, # we used to run plcsh_stress_test, and then ssh_node_debug and ssh_node_boot # but as the stress test might take a while, we sometimes missed the debug mode.. 'ssh_node_debug@1', 'plcsh_stress_test@1', SEP, @@ -1518,8 +1518,6 @@ class TestPlc: @auth_sfa_mapper def sfi_show(self): pass @auth_sfa_mapper - def sfi_slices(self): pass - @auth_sfa_mapper def ssh_slice_sfa(self): pass @auth_sfa_mapper def sfa_delete_user(self): pass diff --git a/system/macros.py b/system/macros.py index 0c7464a..3fc7dc8 100644 --- a/system/macros.py +++ b/system/macros.py @@ -77,7 +77,6 @@ sequences['sfa_scratch'] = [ sequences['sfi_view_all'] = [ 'sfi_list', 'sfi_show', - 'sfi_slices', ] # macro to exercice the registry only -- 2.43.0