commit | e01d5e87199bfee2e0df75dabc189d9f339ec944 | [log] [tgz] |
---|---|---|
author | Oleksii Zhurba <ozhurba@mirantis.com> | Fri May 17 14:04:28 2019 -0500 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Wed May 22 20:34:27 2019 +0000 |
tree | 7b1de947edd14f419d0802203ce728a253988a15 | |
parent | 448c1b8f6c83c305cb8db6b359939bcb3ddb3674 [diff] [blame] |
[CVP,Q4] Fix several small issues found during testing Change-Id: Ied92729a59fa9b053a09ce27733bb0db1df692e8 Related-PROD: PROD-30482
diff --git a/test_set/cvp-sanity/tests/test_packet_checker.py b/test_set/cvp-sanity/tests/test_packet_checker.py index 6c1ccc9..29f922d 100644 --- a/test_set/cvp-sanity/tests/test_packet_checker.py +++ b/test_set/cvp-sanity/tests/test_packet_checker.py
@@ -86,7 +86,7 @@ if len(total_nodes) < 2: pytest.skip("Nothing to compare - only 1 node") list_of_pip_packages = local_salt_client.cmd(tgt="L@"+','.join(nodes_in_group), - param='pip.freeze', expr_form='compound') + fun='pip.freeze', expr_form='compound') nodes = []