Allows to run robot-based test suites
Create virtual environment:
virtualenv venv
source venv/bin/activate
pip install ansible
Run: ansible-playbook -i hosts main.yml --extra-vars @params.yml -vvvv
git clone https://github.com/redhat-openstack/infrared.git
cd infrared
virtualenv venv
source venv/bin/activate
pip install -e .
Add this 'robot' plugin to Infrared:
infrared plugin add https://github.com/rhos-infra/robot.git
Run: infrared robot --tests <test_suite>
example:
infrared robot --tests /home/opnfv/repos/odl_test/csit/suites/natapp/basic