Fixes: http://tracker.ceph.com/issues/17746
Signed-off-by: Ronak Jain <ronakjain@outlook.in>
.. code::
- $ swift -A http://localhost:8000/auth -U tester:testing -K asdf list
- $ swift -A http://localhost:8000/auth -U tester:testing -K asdf upload mycontainer ceph
- $ swift -A http://localhost:8000/auth -U tester:testing -K asdf list
+ $ swift -A http://localhost:8000/auth -U test:tester -K testing list
+ $ swift -A http://localhost:8000/auth -U test:tester -K testing upload mycontainer ceph
+ $ swift -A http://localhost:8000/auth -U test:tester -K testing list
Run unit tests