]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Created tasktest to test sequential and parallel tasks.
authorWarren Usui <warren.usui@inktank.com>
Fri, 12 Jul 2013 03:24:09 +0000 (20:24 -0700)
committerSage Weil <sage@inktank.com>
Wed, 24 Jul 2013 17:52:14 +0000 (10:52 -0700)
commit0a28bef2da160920d5ec053d92161981b2e415a5
treee7e4d8d410e3bd50f1a835f5c1484778f42bbc76
parent55592f0def1a48994d28201307800d74553edd1c
Created tasktest to test sequential and parallel tasks.
Added sequential task and parallel task.
Changed _run_one_task to run_one_task (now called by new tasks too).

Fix #4969
Signed-off-by: Warren Usui <warren.usui@inktank.com>
(cherry picked from commit e3d9084cd9fccb1f99ac44f04da7db4e7cb0cb7a)
teuthology/run_tasks.py
teuthology/task/parallel.py [new file with mode: 0644]
teuthology/task/sequential.py [new file with mode: 0644]
teuthology/task/tasktest.py [new file with mode: 0644]