cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Public Member Functions | |
def | setUp (self) |
def | tearDown (self) |
def | test_cf_manager_rest_api_get_project_quota (self) |
def | test_cf_manager_rest_api_list_projects (self) |
def | test_cf_manager_rest_api_post_project_quota (self) |
Public Attributes | |
api | |
ProjectsApi unit test stubs
Definition at line 22 of file test_projects_api.py.
def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.setUp | ( | self | ) |
Definition at line 25 of file test_projects_api.py.
def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.tearDown | ( | self | ) |
Definition at line 28 of file test_projects_api.py.
def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.test_cf_manager_rest_api_get_project_quota | ( | self | ) |
Test case for cf_manager_rest_api_get_project_quota Get the current quota of a project # noqa: E501
Definition at line 31 of file test_projects_api.py.
def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.test_cf_manager_rest_api_list_projects | ( | self | ) |
Test case for cf_manager_rest_api_list_projects List the projects the user belongs to # noqa: E501
Definition at line 38 of file test_projects_api.py.
def cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.test_cf_manager_rest_api_post_project_quota | ( | self | ) |
Test case for cf_manager_rest_api_post_project_quota Post a new (or update existent) quota of a project (admin only) # noqa: E501
Definition at line 45 of file test_projects_api.py.
cFSPlib.python_api_client.test.test_projects_api.TestProjectsApi.api |
Definition at line 26 of file test_projects_api.py.