On 6/26/20 8:13 PM, Alex Bennée wrote: > From: Robert Foley <robert.fo...@linaro.org> > > This change converts existing scripts to using for example self.ROOT_PASS, > to self._config['root_pass']. > We made similar changes for GUEST_USER, and GUEST_PASS. > This allows us also to remove the change in basevm.py, > which adds __getattr__ for backwards compatibility. > > Signed-off-by: Robert Foley <robert.fo...@linaro.org> > Reviewed-by: Peter Puhov <peter.pu...@linaro.org> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20200601211421.1277-8-robert.fo...@linaro.org> > --- > tests/vm/basevm.py | 11 ++--------- > tests/vm/fedora | 17 +++++++++-------- > tests/vm/freebsd | 16 ++++++++-------- > tests/vm/netbsd | 19 ++++++++++--------- > tests/vm/openbsd | 17 +++++++++-------- > 5 files changed, 38 insertions(+), 42 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>