cloudv-ostf-adapter/cloudv_client
Svetlana Shturm 0b24e8521e Async test execution
- Сreate job with user's tests set
  POST /v1/jobs/create

- List of all jobs
  GET /v1/jobs

- Execute job
  GET /v1/jobs/execute/<job_id>

- Get status with report for executed job
  GET /v1/jobs/<job_id>

- Delete job
  DELETE /v1/jobs/<job_id>

Change-Id: Ie34e7cc3e5f3a318c9521f8375e6fce6e5df7a26
2015-04-10 11:03:18 +03:00
..
__init__.py Refactor installation process 2015-03-23 17:35:11 +02:00
client.py Async test execution 2015-04-10 11:03:18 +03:00
jobs.py Async test execution 2015-04-10 11:03:18 +03:00
plugins.py Refactor installation process 2015-03-23 17:35:11 +02:00
suites.py Refactor installation process 2015-03-23 17:35:11 +02:00
tests.py Refactor installation process 2015-03-23 17:35:11 +02:00