|
| def | test_utils.redis_get (port, node) |
| | Read the value of a key from the associated Redis DB. More...
|
| |
| def | test_utils.oldb_check_val_larger (port, key, value, timeout) |
| |
| def | test_utils.send_cmd (uri, request, payload, timeout) |
| | Execute the client as a function. More...
|
| |
| def | test_utils.wait_for_state (uri, state, timeout) |
| | Wait for the given state with the given timeout(s). More...
|
| |
| def | test_utils.create_dataroot (directory) |
| | Create the DATAROOT directory. More...
|
| |
| def | test_utils.check_verify_fits_file (fits_file) |
| | Check and verify the given FITS file. More...
|
| |
| def | test_utils.extract_rec_status_property (rec_status, property) |
| | Extract a specific feature from the RecStatus (YAML) ASCII dump. More...
|
| |
| def | test_utils.check_fits_cube_gen_help_page (option) |
| | Generate and check the command line help-page provided by ccfFitsCubeGen. More...
|
| |
| def | test_utils.invoke_fits_cube_gen_check (size, noise, magnitude, data_type, nb_of_images, max_shift_per_image, max_total_shift, output_file) |
| | Invoke the tool and check the generated file. More...
|
| |