Blame SOURCES/network-nm-reload-profile.diff

921f83
diff --git a/tests/playbooks/tests_ethtool_features.yml b/tests/playbooks/tests_ethtool_features.yml
921f83
index 9b51cab..57c48bd 100644
921f83
--- a/tests/playbooks/tests_ethtool_features.yml
921f83
+++ b/tests/playbooks/tests_ethtool_features.yml
921f83
@@ -186,6 +186,9 @@
921f83
             - include_tasks: tasks/manage_test_interface.yml
921f83
               vars:
921f83
                 state: absent
921f83
+            - name: Reload NetworkManager config
921f83
+              command: nmcli connection reload
921f83
+              ignore_errors: true
921f83
           tags:
921f83
             - "tests::cleanup"
921f83