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

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