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