提交 7e30455a 编写于 作者: C Cleber Rosa

Revert "optional_plugins: Use simple "copy" in "loader_yaml" for args"

This reverts commit e6c3dad8.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 d84ccbd6
......@@ -85,7 +85,7 @@ class YamlTestsuiteLoader(loader.TestLoader):
if not _args:
args = self.args
else:
args = copy.copy(self.args)
args = copy.deepcopy(self.args)
for key, value in iteritems(_args):
setattr(args, key, value)
extra_params = params.get("test_reference_resolver_extra", default={})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册