Changes between Version 2 and Version 3 of GeniApiInstallationMyPlc


Ignore:
Timestamp:
09/21/10 13:52:20 (14 years ago)
Author:
Josh Karlin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniApiInstallationMyPlc

    v2 v3  
    264264
    265265 7. Test that it works:
    266 {{{
    267 [jkarlin@dhcp89-081-074 client]$ sfi.py version
    268 {'geni_api': 1, 'sfa': 1}
    269 }}}
    270 
    271 The version call is a GENI API call, and should return 'geni_api': <version number>
    272 
    273 Some other things you can try to make sure SFA is properly configured:
    274 
    275 {{{
    276 sfi.py list plc.gpotest.gpolab1
    277 }}}
    278    Expect output like this:
    279 {{{
    280 plc.gpotest.gpolab1.jbs (user)
    281 ...
    282 }}}
     266  {{{
     267  [jkarlin@dhcp89-081-074 client]$ sfi.py version
     268  {'geni_api': 1, 'sfa': 1}
     269  }}}
     270
     271  The version call is a GENI API call, and should return 'geni_api': <version number>
     272
     273  Some other things you can try to make sure SFA is properly configured:
     274
     275  {{{
     276  sfi.py list plc.gpotest.gpolab1
     277  }}}
     278  Expect output like this:
     279  {{{
     280  plc.gpotest.gpolab1.jbs (user)
     281  ...
     282  }}}
    283283  And then run this:
    284 {{{
    285 sfi.py resources
    286 }}}
     284  {{{
     285  sfi.py resources
     286  }}}
    287287  It should give you back some xml.. and not an error.
    288288