ceph/teuthology/task/nop.py

11 lines
126 B
Python
Raw Normal View History

2011-06-02 22:04:01 +00:00
def task(ctx, config):
"""
This task does nothing.
2011-06-06 21:22:49 +00:00
For example::
tasks:
- nop:
2011-06-02 22:04:01 +00:00
"""
pass