]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart_runner: set default values of stdout and stderr to None
authorRishabh Dave <ridave@redhat.com>
Wed, 10 Jun 2020 09:55:53 +0000 (15:25 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Tue, 8 Dec 2020 14:27:43 +0000 (19:57 +0530)
commit83ef48cfc448c40e3324402c555fdb22f011a852
treef5a0f2d486d35e19ddec657c6238daae27c73dd4
parent13ca55b43f768304f11fd8c2e5b81a4d5724f57d
vstart_runner: set default values of stdout and stderr to None

Not doing so leads to tests run successfully with vstart_runner.py but
crash when triggered with teuthology since the default values of these
variables there is None.

Fixes: https://tracker.ceph.com/issues/45815
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/ceph_manager.py
qa/tasks/vstart_runner.py