cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
test_cfsp_module Namespace Reference

Variables

int retval = 0
 Test Help functions. More...
 
int num_tests = 16
 
 args = docopt(cFSP.__doc__)
 
 cfrm_response = cFSP.main(args)
 Test Instance functions. More...
 
 instance_id = cfrm_response.instance_id
 
 cluster_id = cfrm_response.cluster_id
 

Variable Documentation

◆ args

test_cfsp_module.args = docopt(cFSP.__doc__)

Definition at line 42 of file test_cfsp_module.py.

◆ cfrm_response

test_cfsp_module.cfrm_response = cFSP.main(args)

Test Instance functions.

Test Cluster functions.

Test Image functions.

Definition at line 83 of file test_cfsp_module.py.

◆ cluster_id

test_cfsp_module.cluster_id = cfrm_response.cluster_id

Definition at line 174 of file test_cfsp_module.py.

◆ instance_id

test_cfsp_module.instance_id = cfrm_response.instance_id

Definition at line 94 of file test_cfsp_module.py.

◆ num_tests

int test_cfsp_module.num_tests = 16

Definition at line 38 of file test_cfsp_module.py.

◆ retval

int test_cfsp_module.retval = 0

Test Help functions.

Test User functions.

Definition at line 37 of file test_cfsp_module.py.