Does tempest have its own api support or it just call the openstack api when the python code is executed from git repository ?
I have installed tempest in my OpenStack setup following this link and its running successfully while executing the command
testr run --parallel .
And I can see the log in the appropriate openstack service api's while running the above command.
But I didn't see any dedicated log files for tempest service in OpenStack. Also, I can see running the above command directly trigger the OpenStack API to run sanity test.
Is there any API support available for the tempest service, so that I can run tempest using RESTApi also.
Thanks,
Jagan