feature_environment_scripts

Last updated: 2024-09-17 21:09:09.545813 File source: link on GitLab

This a collection of helper scripts to facilitate the execution of the functional tests in the feature environment, managed by dms-on-lxd.

  • install.sh uses requirements.txt in functional_tests folder to create a virtual environment with the correct dependencies

  • run-standalone-tests.sh runs all the standalone tests in each virtual machine

  • run-distributed-tests.sh runs tests that require all virtual machines to run

Requirements

  • python 3

  • lsof

  • allure

Usage

cd stages/functional_tests
source install.sh
source run-standalone-tests.sh
source run-distributed-tests.sh

Last updated