Skip to content

A script to run CI tests locally.

Bartosz Podrygajlo requested to merge local-ci-test into develop

Added ./run_locally.sh script. The script takes one argument being the testcase that one wants to run. The testcase is run locally. This means that some testcases that utilize hardware resources will not run. However most if not all rfsimulator testcases should run as in CI.

To this end, the CI python scripting framework was updated:

  • override and <srv_node> elements from XML so all commands are executed locally in case --local flag is passed
  • Allow RemoteCmd class to run on localhost

Merge request reports

Loading