openbmc / openbmc-test-automation

Apache License 2.0
100 stars 92 forks source link

Postman REST client with robot #2160

Open gkeishin opened 2 years ago

gkeishin commented 2 years ago

https://medium.com/@rezahasetiaputra/postman-behavior-on-robot-framework-c99397d5e094

This is one interesting input from @generatz

we will plan to implement this as well to have a wide variety of how we talk to the BMC web server.

Currently, openbmc test uses

  1. robot request method which is what used in the above example also
  2. DMTF Redfish API

However, with a custom python postman script, we can do things simpler I suppose. something to check a bit more on it.