X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestSliceSfa.py;h=7874818b2ae6929c641dc645ef8d39e92aa65c2c;hb=bff621ccbeef0899bdbf1c9d082ad4c67d4e4661;hp=7f357fc9e2ad40a448884b248bc30ce8b18e2b1d;hpb=bb0875631f86a2603b4e53191a7e88e242c453bf;p=tests.git diff --git a/system/TestSliceSfa.py b/system/TestSliceSfa.py index 7f357fc..7874818 100644 --- a/system/TestSliceSfa.py +++ b/system/TestSliceSfa.py @@ -158,18 +158,18 @@ class TestSliceSfa: # those are step names exposed as methods of TestPlc, hence the _sfa - def sfa_list (self, options): + def sfi_list (self, options): "run (as regular user) sfi list (on Registry)" return \ self.test_plc.run_in_guest(self.sfi_user("list -r %s"%self.auth_hrn()))==0 and \ self.test_plc.run_in_guest(self.sfi_user("list %s"%(self.site_hrn())))==0 - def sfa_show (self, options): + def sfi_show (self, options): "run (as regular user) sfi show (on Registry)" return \ self.test_plc.run_in_guest(self.sfi_user("show %s"%(self.site_hrn())))==0 - def sfa_slices (self, options): + 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