Ansible playbook to interact with TM500 and E500 Test Mobile RESTful TMA Controller (RTC). Playbook accepts a list of campaigns to run and execute them sequentially.
Copy extra_vars.yml
to localvars.yml
via cp extra_vars.yml localvars.yml
and populate the variables.
make run
ansible-playbook -i hosts pb.main.yml -e "@extra_vars.yml"