updated method calls
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 31 Jan 2013 04:29:05 +0000 (23:29 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 31 Jan 2013 04:29:05 +0000 (23:29 -0500)
system/TestSliceSfa.py

index 2d270c6..c8fa055 100644 (file)
@@ -30,7 +30,7 @@ class TestSliceSfa:
     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 protogeni"
+        if self.rspec_style()=='pg': return "-r GENI"
         else:                        return "-r sfa"
 
     # those are step names exposed as methods of TestPlc, hence the _sfa