It should be used later when whole runner will be ready
Change-Id: Ic7b0c0d89c94402fc8574b1e561d8c23b7985150
source "${VENV_PATH}/bin/activate"
pip install -U -r fuelweb_test/requirements.txt > logs/pip_install_output.log
export PYTHONPATH="$(pwd):$PYTHONPATH"
- python fuelweb_test/testrail/upload_cases_description.py -v -j "${TESTS_RUNNER}"
+ # will be available after putting whole swarm to regular runner
+ python fuelweb_test/testrail/upload_cases_description.py -v -j "${TESTS_RUNNER}" || true
# stub for debugging part of migration
python fuelweb_test/testrail/upload_cases_description.py -v -j "9.x.swarm.micro.runner"
deactivate
\ No newline at end of file