Also bump the env version so old env files will not be used.
Signed-off-by: Michael Goldish <[email protected]>
---
client/tests/kvm/kvm.py | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/client/tests/kvm/kvm.py b/client/tests/kvm/kvm.py
index dc00edd..ceee88f 100644
--- a/client/tests/kvm/kvm.py
+++ b/client/tests/kvm/kvm.py
@@ -21,9 +21,12 @@ class kvm(test.test):
(Online doc - Getting started with KVM testing)
"""
version = 1
- env_version = 0
+ env_version = 1
def run_once(self, params):
+ # Convert params to a Params object
+ params = kvm_utils.Params(params)
+
# Report the parameters we've received and write them as keyvals
logging.debug("Test parameters:")
keys = params.keys()
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html