undid some test code
authorJosh Karlin <jkarlin@bbn.com>
Wed, 21 Apr 2010 17:05:17 +0000 (17:05 +0000)
committerJosh Karlin <jkarlin@bbn.com>
Wed, 21 Apr 2010 17:05:17 +0000 (17:05 +0000)
sfa/client/sfi.py
sfa/methods/ResolveGENI.py

index 8f9a3ca..550edcf 100755 (executable)
@@ -950,7 +950,7 @@ class Sfi:
         if xrn:
             call_options['geni_slice_urn'] = xrn
             
-        rspec = server.Purple([cred], call_options)
+        rspec = server.ListResources([cred], call_options)
         rspec = zlib.decompress(rspec.decode('base64'))
         print rspec
         
index 9e8d8e3..83b6c39 100644 (file)
@@ -4,7 +4,7 @@ from sfa.util.method import Method
 from sfa.util.parameter import Parameter
 from sfa.trust.credential import Credential
 
-class Resolve(Method):
+class ResolveGENI(Method):
     """
     Lookup a URN and return information about the corresponding object.
     @param urn