You just need to install required python packages running pip3 install -r requirements.txt
and set following environment variables in ~/.bashrc
:
export RUNNER_PATH=<path to superrunner directory>
export PATH="$PATH:$RUNNER_PATH/bin/"
- To start new validation scope create empty directory and inside this
directory run
jogger init
. - Fill
configs/duts_config.yml
with your DUT configuration. - Edit
configs/scope_config.yml
. Set path to OCL tests directory and provide list of tests to be included in scope. - Start runner daemon by running
runnerd
. - At this point you should be able to run selected tests and check scope
progress using
jogger
utility.
See jogger --help
.