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>
# See the License for the specific language governing permissions and
# limitations under the License.
-- name: Prepare the environment for functest and run tests
+- name: Prepare the environment for functest
hosts: opnfv
user: root
roles:
- - role: "run-functest"
+ - role: "prepare-functest"
!clone-repository/
!configure-network/
!configure-nfs/
-!run-functest/
+!prepare-functest/
!remote-folders/
!synchronize-time/
state: present
with_items:
- wget
-
-- name: execute the script
- shell: "/root/run-functest.sh"