tests/vm: pass args through to BaseVM's __init__
commit1f335d18e57ba9494e09184008ce7eccfd6755c9
authorRobert Foley <robert.foley@linaro.org>
Wed, 1 Jul 2020 13:56:17 +0000 (1 14:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Sat, 11 Jul 2020 14:52:59 +0000 (11 15:52 +0100)
treecee7994e062a6c4d1b265667923ac90e39b7c371
parent995f5c3c323a4703716c58fae78bee6276d49bef
tests/vm: pass args through to BaseVM's __init__

Adding the args parameter to BaseVM's __init__.
We will shortly need to pass more parameters to the class
so let's just pass args rather than growing the parameter list.

Signed-off-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200601211421.1277-2-robert.foley@linaro.org>
Message-Id: <20200701135652.1366-6-alex.bennee@linaro.org>
tests/vm/basevm.py