Skip to content

Commit

Permalink
update_func_check_packages_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil1697 committed Feb 29, 2024
1 parent 9d8b43f commit 36eae3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kubemarine/procedures/check_paas.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ def check_packages_versions(cluster: KubernetesCluster, tc: TestCase, hosts_to_p
if version.startswith(package_name):
good_results.append(version)
else:
bad_results.append(version)

bad_results.append(f"{package} (Actual version: {version}, Expected package: {package_name})")
if bad_results:
hint_message = f'Check the presence and correctness of the version of the following packages on the ' \
f'system: {bad_results}'
Expand Down

0 comments on commit 36eae3b

Please sign in to comment.