]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: test_rbd_wnbd.py - disable PS progress bar
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 4 Jan 2023 17:08:12 +0000 (19:08 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 5 Jan 2023 09:41:48 +0000 (11:41 +0200)
commit788dd5e7fbb1ada7dd2990a470c17fd14842ae9a
tree48b9041d66cfc6adde3149070fd1a50a14a25012
parent65544da4008b49852fe7c861531777991bcf940a
qa: test_rbd_wnbd.py - disable PS progress bar

This test uses certain PS commands that attempt to display
a progress bar. However, this can cause issues when invoked
remotely (e.g. by the jenkins job).

For this reason, we're defining a helper (ps_execute) that runs
PS commands, disabling the progress bars and enabling the non
interactive mode.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
qa/workunits/windows/test_rbd_wnbd.py