X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestSliceSfa.py;h=d230e5b554e120c6e53a58d27046efd7ff0b4cf7;hb=4ceca163f5e50dbfcaaed2e5401a14b0bb755696;hp=61ae978eafeb437950f99d46add6581de6a8fc0f;hpb=f1ddea71ade10047c25a22d312b7b7cb0ff2bccd;p=tests.git diff --git a/system/TestSliceSfa.py b/system/TestSliceSfa.py index 61ae978..d230e5b 100644 --- a/system/TestSliceSfa.py +++ b/system/TestSliceSfa.py @@ -30,16 +30,15 @@ class TestSliceSfa: return self.test_auth_sfa.sfi_path() # send back up to the TestAuthSfa - def sfi_path (self): return self.test_auth_sfa.sfi_path() - def rspec_style (self): return self.test_auth_sfa.rspec_style() - def sfi_pi(self, *args, **kwds): return self.test_auth_sfa.sfi_pi(*args, **kwds) - def sfi_user(self, *args, **kwds): return self.test_auth_sfa.sfi_user(*args, **kwds) + def sfi_path (self): + return self.test_auth_sfa.sfi_path() + def sfi_pi(self, *args, **kwds): + return self.test_auth_sfa.sfi_pi(*args, **kwds) + def sfi_user(self, *args, **kwds): + return self.test_auth_sfa.sfi_user(*args, **kwds) def discover_option(self): - if self.rspec_style() == 'pg': - return "-r GENI" - else: - return "-r sfa" + return "-r GENI" # those are step names exposed as methods of TestPlc, hence the _sfa