Actions
User story #17285
closedAdd an ApiCall resource to serverspec
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
We should add custom resources to serverspec to make it easier to write tests.
Right now I can think of several resources that could be useful such as:
Right now I can think of several resources that could be useful such as:
- api call
- rudder run reports
- inventory
- etc...
An easy one is an api call, it could be usefull to get rid of the rudder-cli call, or to tests call to third party program such
as centreon/zabbix/whatever to tests some integrations.
Also, this first custom resource will be useful as reference for future ones.
Actions