Results

Configure

The environment file must have following variables defined:

  • SRC_ROOT
  • LOG_ROOT
  • MAIA_CORE_HOST
  • MAIA_CORE_HTTP_PORT
  • MAIA_CORE_APP_CONTEXT
  • MAIA_CORE_USE_SSL
  • MAIA_CORE_API_TOKEN_FILE
  • COMPONENT_CONF_FILE
  • COMPONENT_STATE_FILE

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 %>'