X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestAuthSfa.py;h=7a4b90bb2837f6709c3945eb6ffa6e9bcf124b9c;hb=3ddfdefd278472fe3d807a36449c27a0da9bc6fa;hp=5fb5eb7b25b0fde19942ab5bb8d6dfa96b6aba48;hpb=a6066ab7e04f4f473370b5fc3fbbba0d9b1b292e;p=tests.git 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