mbox series

[rt-tests,v1,00/12] Add quiet command line option

Message ID 20201118190642.16006-1-dwagner@suse.de
Headers show
Series Add quiet command line option | expand

Message

Daniel Wagner Nov. 18, 2020, 7:06 p.m. UTC
Silence the terminal output for automated tested. I think I got all
tests udpated which are pretty load.

This series is ontop of "Teach signaltest affinity" series [1]

[1] https://lore.kernel.org/linux-rt-users/20201115184059.7286-1-dwagner@suse.de/

Daniel Wagner (12):
  cyclicdeadline: Remove dead code
  cyclicdeadline: Use common error handlers
  cyclicdeadline: Add quiet command line option
  pmqtest: Move statictic output into print_stat()
  pmqtest: Add quiet command line option
  ptsematest: Move statictic output into print_stat()
  ptsematest: Add quiet command line option
  svsematest: Move statictic output into print_stat()
  svsematest: Add quiet command line option
  sigwaittest: Move statictic output into print_stat()
  sigwaittest: Add quiet command line option
  rt-migrate-test: Add quiet command line option

 compare.py                            |  12 ++
 src/pmqtest/pmqtest.8                 |   5 +-
 src/pmqtest/pmqtest.c                 |  77 +++++-----
 src/ptsematest/ptsematest.8           |   5 +-
 src/ptsematest/ptsematest.c           |  79 +++++-----
 src/rt-migrate-test/rt-migrate-test.c |  12 +-
 src/sched_deadline/cyclicdeadline.8   |   6 +-
 src/sched_deadline/cyclicdeadline.c   | 200 ++++++++++----------------
 src/sigwaittest/sigwaittest.c         | 110 +++++++-------
 src/svsematest/svsematest.8           |   5 +-
 src/svsematest/svsematest.c           | 113 ++++++++-------
 11 files changed, 304 insertions(+), 320 deletions(-)
 create mode 100644 compare.py

Comments

Daniel Wagner Nov. 20, 2020, 4:33 p.m. UTC | #1
On Wed, Nov 18, 2020 at 08:06:30PM +0100, Daniel Wagner wrote:
> Silence the terminal output for automated tested. I think I got all

> tests udpated which are pretty load.

> 

> This series is ontop of "Teach signaltest affinity" series [1]

> 

> [1] https://lore.kernel.org/linux-rt-users/20201115184059.7286-1-dwagner@suse.de/


BTW, the latest version of the patches are also available in my git repo:

  https://github.com/igaw/rt-tests/commits/quiet