On Tue, 22 Oct 2024 at 07:46, <yong.hu...@smartx.com> wrote: > Guestperf was designed to test the performance of migration, > with a loose connection to the fundamental test cases of QEMU. > > To improve the repository's structure, move it to the scripts > directory. > > Add myself as a maintainer for the guestperf so that I can > help to fix bugs. ... > MAINTAINERS | 5 +++++ > {tests => scripts}/migration/guestperf-batch.py | 0 > {tests => scripts}/migration/guestperf-plot.py | 0 > {tests => scripts}/migration/guestperf.py | 0 > {tests => scripts}/migration/guestperf/__init__.py | 0 > {tests => scripts}/migration/guestperf/comparison.py | 0 > {tests => scripts}/migration/guestperf/engine.py | 0 > {tests => scripts}/migration/guestperf/hardware.py | 0 > {tests => scripts}/migration/guestperf/plot.py | 0 > {tests => scripts}/migration/guestperf/progress.py | 0 > {tests => scripts}/migration/guestperf/report.py | 0 > {tests => scripts}/migration/guestperf/scenario.py | 0 > {tests => scripts}/migration/guestperf/shell.py | 0 > {tests => scripts}/migration/guestperf/timings.py | 0 > 14 files changed, 5 insertions(+) > rename {tests => scripts}/migration/guestperf-batch.py (100%) > rename {tests => scripts}/migration/guestperf-plot.py (100%) > rename {tests => scripts}/migration/guestperf.py (100%) > rename {tests => scripts}/migration/guestperf/__init__.py (100%) > rename {tests => scripts}/migration/guestperf/comparison.py (100%) > rename {tests => scripts}/migration/guestperf/engine.py (100%) > rename {tests => scripts}/migration/guestperf/hardware.py (100%) > rename {tests => scripts}/migration/guestperf/plot.py (100%) > rename {tests => scripts}/migration/guestperf/progress.py (100%) > rename {tests => scripts}/migration/guestperf/report.py (100%) > rename {tests => scripts}/migration/guestperf/scenario.py (100%) > rename {tests => scripts}/migration/guestperf/shell.py (100%) > rename {tests => scripts}/migration/guestperf/timings.py (100%) >
Looks okay. Reviewed-by: Prasad Pandit <p...@fedoraproject.org> Thank you. --- - Prasad