ListSlices no longer exists
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 1 Feb 2013 02:58:17 +0000 (21:58 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 1 Feb 2013 02:58:17 +0000 (21:58 -0500)
system/TestAuthSfa.py
system/TestPlc.py
system/macros.py

index 5fb5eb7..7a4b90b 100644 (file)
@@ -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
index e3bd111..a58ae04 100644 (file)
@@ -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
index 0c7464a..3fc7dc8 100644 (file)
@@ -77,7 +77,6 @@ sequences['sfa_scratch'] = [
 sequences['sfi_view_all'] = [
     'sfi_list',
     'sfi_show',
-    'sfi_slices',
 ]
 
 # macro to exercice the registry only