]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/ceph_manager: clean up CephManager.do_rados() 44774/head
authorRishabh Dave <ridave@redhat.com>
Mon, 24 Jan 2022 18:49:11 +0000 (00:19 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 27 Jun 2022 16:28:16 +0000 (21:58 +0530)
commit970336997928592c0cecf925481b822c4e1246c1
tree4536a2a771f5ccc7f825880456900bf14afd0413
parent311a7b6b0e1db47ba0219bc9196f507faff817ed
qa/ceph_manager: clean up CephManager.do_rados()

do_rados() prefixes extra arguments to every command because they are
helpful during execution of tests with teuthology. This patch
eliminates these extra arguments entirely (through overriding) for test
executions with vstart_runner.py.

Note: "timeout 120" is now prefixed to rados commands too. AFAIS, it
shouldn't have any side-effects on anything.

This commit is similar to commit 93677576c1fd6d0e4e2991a9ba6be6d222ea98ea.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/ceph_manager.py
qa/tasks/vstart_runner.py