commit | 075cc7aed41f1e7819357281ec70297ba00062c0 | [log] [tgz] |
---|---|---|
author | Oleksii Zhurba <ozhurba@mirantis.com> | Fri May 17 14:04:28 2019 -0500 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Tue May 21 11:57:22 2019 -0500 |
tree | 19b172c067b47f46c7a747435023e1fdd70fe018 | |
parent | 56eab9451d7505ebe108605a9804b07ce0be201a [diff] [blame] |
[CVP] Fix several small issues found during testing Related-PROD: PROD-30404 Change-Id: Ied92729a59fa9b053a09ce27733bb0db1df692e8
diff --git a/test_set/cvp-sanity/tests/test_packet_checker.py b/test_set/cvp-sanity/tests/test_packet_checker.py index 382576a..abdd04b 100644 --- a/test_set/cvp-sanity/tests/test_packet_checker.py +++ b/test_set/cvp-sanity/tests/test_packet_checker.py
@@ -90,7 +90,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 = []