]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Add print task. 220/head
authorYuri Weinstein <yuri.weinstein@inktank.com>
Mon, 10 Mar 2014 23:45:03 +0000 (16:45 -0700)
committerYuri Weinstein <yuri.weinstein@inktank.com>
Mon, 10 Mar 2014 23:45:03 +0000 (16:45 -0700)
commited6a2001046f5321a7b97b4229fd6fe5da020b95
treee1baea74988d6bba33a580629623c62fbfc2a568
parent7cb750c4cc5dec31cafbcd963e8ebb2e4752f3aa
Add print task.

Made a task that simply prints the output that is given to it as
an argument. Can be used like any other task (under sequential,
etc...)

IE:

tasks:
- print: "String"
- chef: null
- print: "Another String"

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
teuthology/task/print.py [new file with mode: 0644]