• Bartosz Podrygajlo's avatar
    A script to run CI tests locally. · 650b2dc6
    Bartosz Podrygajlo authored
    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, adding --local flag which changes
    the script behavior as follows:
     - overrides <node> and <srv_node> XML elements to 'localhost' so all commands are executed locally
     - Avoid running image pull, image cleanup and workspace creation steps of the scripts:
       user is responsible for that
    650b2dc6
helpreadme.py 4.43 KB