Re: [PATCH v1 11/18] tests/vm: switch from optsparse to argparse

2020-06-22 Thread Daniel P . Berrangé
Trivial typo in $SUBJECT s/optsparse/optparse/ On Mon, Jun 22, 2020 at 03:31:57PM +0100, Alex Bennée wrote: > optparse has been deprecated since version 3.2 and argparse is the > blessed replacement. Take the opportunity to enhance our help output > showing defaults when called. > > Signed-off-b

Re: [PATCH v1 11/18] tests/vm: switch from optsparse to argparse

2020-06-22 Thread Robert Foley
Reviewed-by: Robert Foley On Mon, 22 Jun 2020 at 10:41, Alex Bennée wrote: > > optparse has been deprecated since version 3.2 and argparse is the > blessed replacement. Take the opportunity to enhance our help output > showing defaults when called. > > Signed-off-by: Alex Bennée > --- > tests/

[PATCH v1 11/18] tests/vm: switch from optsparse to argparse

2020-06-22 Thread Alex Bennée
optparse has been deprecated since version 3.2 and argparse is the blessed replacement. Take the opportunity to enhance our help output showing defaults when called. Signed-off-by: Alex Bennée --- tests/vm/basevm.py | 84 +++--- 1 file changed, 42 insertio