cyborg/cyborg/tests/unit
zhuli b860aef110 Supplementing accelerator CRUD api
with this patch, we are able to do CRUD via accelerator api

POST /accelerators
    Create a new accelerator
GET /accelerators/{uuid}
    Retrieve information about the given accelerator
GET /accelerators
    Retrieve a list of accelerators
PATCH /accelerators/{uuid}
    Update information about the given accelerator
DELETE /accelerators/{uuid}
    Delete the given accelerator

Change-Id: Ibc97ec49f557cac69dfd38f99f28bc7b205732b9
2018-01-14 02:03:24 +08:00
..
api Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00
db Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00
objects Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00
__init__.py add api unit test 2017-09-14 13:56:59 +08:00
policy_fixture.py Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00