functest: Move run-functest.sh execution out of ansible 17/52817/4
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 28 Feb 2018 11:37:52 +0000 (11:37 +0000)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 28 Feb 2018 18:50:48 +0000 (18:50 +0000)
commitf7e288dec1de77be635c5024729fb97de02641ba
tree8ecd9716516090ee2982f2338f40d883828fa50a
parentfaf5144aa6c87642d627b63a8464a8e96949e9fe
functest: Move run-functest.sh execution out of ansible

Ansible throws out the log at the end of task execution which
makes it hard to read. This change renames the role to prepare-functest
and then takes the script execution out which will be executed by
releng/jjb/xci/xci-run-functest.sh.

Change-Id: Icf399ce4f04357814ed7109cd11113a9decddc50
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
xci/playbooks/prepare-functest.yml [moved from xci/playbooks/run-functest.yml with 87% similarity]
xci/playbooks/roles/.gitignore
xci/playbooks/roles/prepare-functest/defaults/main.yml [moved from xci/playbooks/roles/run-functest/defaults/main.yml with 100% similarity]
xci/playbooks/roles/prepare-functest/tasks/main.yml [moved from xci/playbooks/roles/run-functest/tasks/main.yml with 94% similarity]
xci/playbooks/roles/prepare-functest/templates/env.j2 [moved from xci/playbooks/roles/run-functest/templates/env.j2 with 100% similarity]
xci/playbooks/roles/prepare-functest/templates/run-functest.sh.j2 [moved from xci/playbooks/roles/run-functest/templates/run-functest.sh.j2 with 100% similarity]