0
votes

I am running OpenStack Swift cluster on my machines as a private cloud network, and it is working well (GET, PUT, POST, DELETE) using cURL as well CLI.

Want to write automation script for those actions, but I am not getting where/how to start.

Any suggestion for a start. Thank you!

2

2 Answers

0
votes

You should be able to use the python unittest framework. Or you can use a more declarative testing tool like https://github.com/svanoort/pyresttest.

0
votes

I find that the easiest way to interact with OpenStack Swift is the python swiftclient. Check it out.