#!/bin/sh

# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions

#------------------------------------------------------------------------------

# Run automated case
cd scripts/
python3 automation.py

#------------------------------------------------------------------------------
