get_suite_configuration
Reads configuration from a suite.conf file using the absolute path to the test suite directory.
Instructions
Read the suite configuration from a suite.conf file.
Args: suite_path: Absolute path to the test suite directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suite_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Raw content of the suite.conf file | |
| message | Yes | Summary of the suite configuration |