Advertisement
Guest User

Untitled

a guest
Mar 20th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. 1 #!/bin/bash
  2. 2
  3. 3 swift --auth-version 2.0 -A http://127.0.0.1:5000/v1.0 -U company:company_admin -K testing post -r User -w User company
  4. 4 swift --auth-version 2.0 -A http://127.0.0.1:5000/v1.0 -U company:company_user -K testing upload company README
  5. 5 swift --auth-version 2.0 -A http://127.0.0.1:5000/v1.0 -U company:company_user -K testing download company README -o README_DOWN
  6. 6 swift --auth-version 2.0 -A http://127.0.0.1:5000/v1.0 -U company:company_user -K testing delete company README
  7. 7 swift --auth-version 2.0 -A http://127.0.0.1:5000/v1.0 -U company:company_admin -K testing stat -v
  8. 8 rm README_DOWN
  9. 9
  10. 10 echo "finished tests"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement