diff --git a/tests/playbooks/tests_ethtool_features.yml b/tests/playbooks/tests_ethtool_features.yml
index bdaddb0..c4b35b9 100644
--- a/tests/playbooks/tests_ethtool_features.yml
+++ b/tests/playbooks/tests_ethtool_features.yml
@@ -115,5 +115,8 @@
- include_tasks: tasks/manage_test_interface.yml
vars:
state: absent
+ - name: Reload NetworkManager config
+ command: nmcli connection reload
+ ignore_errors: true
tags:
- "tests::cleanup"