]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/ceph_manager: add inject_args() method
authorKefu Chai <kchai@redhat.com>
Wed, 29 Nov 2017 04:15:48 +0000 (12:15 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 29 Nov 2017 10:44:16 +0000 (18:44 +0800)
commita406553a794247c4f8401ad3c2d2de76f78840f1
treef9781bc28a8122ed8adbfcb142ffc47420ddae8b
parentb1378b343add5134ab881b38a93f47f3f9cb40bb
qa/tasks/ceph_manager: add inject_args() method

* move Thrasher._set_config() to CephManager, and make it a public
  method, and rename it to inject_args(),
* use this method instead of using 'tell ... injectargs ...' directly

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/ceph_manager.py