From f7e288dec1de77be635c5024729fb97de02641ba Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 28 Feb 2018 11:37:52 +0000 Subject: 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 --- xci/playbooks/roles/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/playbooks/roles/.gitignore') diff --git a/xci/playbooks/roles/.gitignore b/xci/playbooks/roles/.gitignore index 5e72578c..e0b47770 100644 --- a/xci/playbooks/roles/.gitignore +++ b/xci/playbooks/roles/.gitignore @@ -3,6 +3,6 @@ !clone-repository/ !configure-network/ !configure-nfs/ -!run-functest/ +!prepare-functest/ !remote-folders/ !synchronize-time/ -- cgit 1.2.3-korg