Found while investigating a network issue Signed-off-by: Cleber Rosa <cr...@redhat.com> --- client/virt/virt_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/virt/virt_utils.py b/client/virt/virt_utils.py index 5ce4f5c..626f8e2 100644 --- a/client/virt/virt_utils.py +++ b/client/virt/virt_utils.py @@ -716,7 +716,7 @@ class VMNet(list): # so that unittests can run independantly for each subclass. if not hasattr(self, 'vm_name'): self.vm_name = vm_name - if not hasattr(self, 'prams'): + if not hasattr(self, 'params'): self.params = params.object_params(self.vm_name) if not hasattr(self, 'container_class'): self.vm_type = self.params.get('vm_type', 'default') -- 1.7.11.2 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest