~notmyname/swift/saio_reference

« back to all changes in this revision

Viewing changes to doc/source/development_saio.rst

  • Committer: John Dickinson
  • Date: 2011-06-14 16:04:06 UTC
  • mto: This revision was merged to the branch mainline in revision 311.
  • Revision ID: john.dickinson@rackspace.com-20110614160406-ce8i4ahvpseccvj4
renamed st to swift

Show diffs side-by-side

added added

removed removed

Lines of Context:
625
625
  #. `recreateaccounts`
626
626
  #. Get an `X-Storage-Url` and `X-Auth-Token`: ``curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:8080/auth/v1.0``
627
627
  #. Check that you can GET account: ``curl -v -H 'X-Auth-Token: <token-from-x-auth-token-above>' <url-from-x-storage-url-above>``
628
 
  #. Check that `st` works: `st -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat`
 
628
  #. Check that `swift` works: `swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat`
629
629
  #. `cp ~/swift/trunk/test/functional/sample.conf /etc/swift/func_test.conf`
630
630
  #. `cd ~/swift/trunk; ./.functests` (Note: functional tests will first delete
631
631
     everything in the configured accounts.)