The environment file must have following variables defined:
Edit the parameters in the configuration file. The file must contain at least the parameters version, prepare_cmd and test.
See component configuration file for more information about parameters.
Example of a basic component configuration file.
version: 4.0
test:
prepare_cmd: make test_prepare
suites:
- name: Suite 1
cmd: 'make unit_test BUILD_LABEL=<%= build_label %>'