# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_ethtool_ring.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* Tuesday 31 May 2022 01:09:27 +0000 (0:00:00.029) 0:00:00.029 *********** ok: [sut] TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 01:09:28 +0000 (0:00:00.833) 0:00:00.862 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** Tuesday 31 May 2022 01:09:28 +0000 (0:00:00.030) 0:00:00.892 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 01:09:28 +0000 (0:00:00.042) 0:00:00.935 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 34] ********************************************************** Tuesday 31 May 2022 01:09:28 +0000 (0:00:00.049) 0:00:00.985 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Tuesday 31 May 2022 01:09:28 +0000 (0:00:00.026) 0:00:01.011 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Tuesday 31 May 2022 01:09:28 +0000 (0:00:00.024) 0:00:01.036 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Tuesday 31 May 2022 01:09:28 +0000 (0:00:00.024) 0:00:01.061 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Tuesday 31 May 2022 01:09:28 +0000 (0:00:00.025) 0:00:01.086 *********** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** Tuesday 31 May 2022 01:09:28 +0000 (0:00:00.023) 0:00:01.110 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get NetworkManager version] ********************************************** Tuesday 31 May 2022 01:09:31 +0000 (0:00:03.143) 0:00:04.254 *********** changed: [sut] => { "changed": true, "cmd": [ "rpm", "-q", "--qf", "%{version}", "NetworkManager" ], "delta": "0:00:00.009693", "end": "2022-05-31 01:09:31.331854", "rc": 0, "start": "2022-05-31 01:09:31.322161" } STDOUT: 1.30.6 PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Tuesday 31 May 2022 01:09:31 +0000 (0:00:00.403) 0:00:04.658 *********** ok: [sut] TASK [Show playbook name] ****************************************************** Tuesday 31 May 2022 01:09:32 +0000 (0:00:00.557) 0:00:05.215 *********** ok: [sut] => {} MSG: this is: playbooks/tests_ethtool_ring.yml TASK [INIT: Ethtool ring tests] ************************************************ Tuesday 31 May 2022 01:09:32 +0000 (0:00:00.034) 0:00:05.250 *********** ok: [sut] => {} MSG: ################################################## TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 01:09:32 +0000 (0:00:00.033) 0:00:05.283 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include] ***************************************************************** Tuesday 31 May 2022 01:09:32 +0000 (0:00:00.038) 0:00:05.321 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Tuesday 31 May 2022 01:09:32 +0000 (0:00:00.037) 0:00:05.359 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003998", "end": "2022-05-31 01:09:32.292574", "rc": 0, "start": "2022-05-31 01:09:32.288576" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Tuesday 31 May 2022 01:09:32 +0000 (0:00:00.251) 0:00:05.611 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Tuesday 31 May 2022 01:09:32 +0000 (0:00:00.035) 0:00:05.646 *********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 01:09:32 +0000 (0:00:00.032) 0:00:05.678 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Tuesday 31 May 2022 01:09:33 +0000 (0:00:00.050) 0:00:05.729 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Tuesday 31 May 2022 01:09:33 +0000 (0:00:00.030) 0:00:05.759 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include] ***************************************************************** Tuesday 31 May 2022 01:09:33 +0000 (0:00:00.031) 0:00:05.791 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include] ***************************************************************** Tuesday 31 May 2022 01:09:33 +0000 (0:00:00.043) 0:00:05.834 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Tuesday 31 May 2022 01:09:33 +0000 (0:00:00.037) 0:00:05.872 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003963", "end": "2022-05-31 01:09:32.803205", "rc": 0, "start": "2022-05-31 01:09:32.799242" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Tuesday 31 May 2022 01:09:33 +0000 (0:00:00.251) 0:00:06.123 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Tuesday 31 May 2022 01:09:33 +0000 (0:00:00.038) 0:00:06.161 *********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* Tuesday 31 May 2022 01:09:33 +0000 (0:00:00.032) 0:00:06.194 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Tuesday 31 May 2022 01:09:36 +0000 (0:00:02.889) 0:00:09.083 *********** changed: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.084291", "end": "2022-05-31 01:09:36.108698", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2022-05-31 01:09:36.024407" } changed: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004604", "end": "2022-05-31 01:09:36.372398", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2022-05-31 01:09:36.367794" } changed: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.006449", "end": "2022-05-31 01:09:36.609049", "item": "ip link set testnic1 up", "rc": 0, "start": "2022-05-31 01:09:36.602600" } TASK [Set up veth as managed by NetworkManager] ******************************** Tuesday 31 May 2022 01:09:37 +0000 (0:00:00.845) 0:00:09.929 *********** changed: [sut] => { "changed": true, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.111803", "end": "2022-05-31 01:09:36.969207", "rc": 0, "start": "2022-05-31 01:09:36.857404" } TASK [Delete veth interface testnic1] ****************************************** Tuesday 31 May 2022 01:09:37 +0000 (0:00:00.361) 0:00:10.291 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** Tuesday 31 May 2022 01:09:37 +0000 (0:00:00.037) 0:00:10.328 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Tuesday 31 May 2022 01:09:37 +0000 (0:00:00.036) 0:00:10.364 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Tuesday 31 May 2022 01:09:37 +0000 (0:00:00.035) 0:00:10.400 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Tuesday 31 May 2022 01:09:37 +0000 (0:00:00.033) 0:00:10.434 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 01:09:37 +0000 (0:00:00.031) 0:00:10.466 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include] ***************************************************************** Tuesday 31 May 2022 01:09:37 +0000 (0:00:00.044) 0:00:10.510 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** Tuesday 31 May 2022 01:09:37 +0000 (0:00:00.042) 0:00:10.553 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1653959376.1020334, "block_size": 4096, "blocks": 0, "ctime": 1653959376.1020334, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 24614, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1653959376.1020334, "nlink": 1, "path": "/sys/class/net/testnic1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [assert that interface testnic1 is present] ******************************* Tuesday 31 May 2022 01:09:38 +0000 (0:00:00.387) 0:00:10.940 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Install ethtool (test dependency)] *************************************** Tuesday 31 May 2022 01:09:38 +0000 (0:00:00.038) 0:00:10.979 *********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: ethtool-2:5.17-1.fc34.x86_64" ] } TASK [TEST: I can create a profile without any ring option.] ******************* Tuesday 31 May 2022 01:09:42 +0000 (0:00:03.820) 0:00:14.799 *********** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Tuesday 31 May 2022 01:09:42 +0000 (0:00:00.033) 0:00:14.833 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** Tuesday 31 May 2022 01:09:42 +0000 (0:00:00.175) 0:00:15.009 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** Tuesday 31 May 2022 01:09:42 +0000 (0:00:00.460) 0:00:15.469 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* Tuesday 31 May 2022 01:09:44 +0000 (0:00:02.123) 0:00:17.592 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* Tuesday 31 May 2022 01:09:46 +0000 (0:00:01.164) 0:00:18.757 *********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Tuesday 31 May 2022 01:09:46 +0000 (0:00:00.090) 0:00:18.848 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Tuesday 31 May 2022 01:09:46 +0000 (0:00:00.154) 0:00:19.002 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Tuesday 31 May 2022 01:09:46 +0000 (0:00:00.105) 0:00:19.107 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ Tuesday 31 May 2022 01:09:47 +0000 (0:00:00.795) 0:00:19.903 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Tuesday 31 May 2022 01:09:47 +0000 (0:00:00.108) 0:00:20.011 *********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Tuesday 31 May 2022 01:09:47 +0000 (0:00:00.093) 0:00:20.104 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Tuesday 31 May 2022 01:09:47 +0000 (0:00:00.095) 0:00:20.200 *********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (not-active) TASK [linux-system-roles.network : Show stderr messages] *********************** Tuesday 31 May 2022 01:09:48 +0000 (0:00:01.032) 0:00:21.233 *********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (not-active)" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Tuesday 31 May 2022 01:09:48 +0000 (0:00:00.096) 0:00:21.329 *********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (not-active)" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Tuesday 31 May 2022 01:09:48 +0000 (0:00:00.141) 0:00:21.470 *********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** Tuesday 31 May 2022 01:09:49 +0000 (0:00:00.390) 0:00:21.861 *********** changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.021549", "end": "2022-05-31 01:09:48.818225", "rc": 0, "start": "2022-05-31 01:09:48.796676" } TASK [ASSERT: The profile does not contain ring options] *********************** Tuesday 31 May 2022 01:09:49 +0000 (0:00:00.312) 0:00:22.174 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ring options] ********************************************** Tuesday 31 May 2022 01:09:49 +0000 (0:00:00.076) 0:00:22.250 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does not contain ring options] *********************** Tuesday 31 May 2022 01:09:49 +0000 (0:00:00.075) 0:00:22.326 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can set rx.] ***************************************************** Tuesday 31 May 2022 01:09:49 +0000 (0:00:00.073) 0:00:22.400 *********** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Tuesday 31 May 2022 01:09:49 +0000 (0:00:00.070) 0:00:22.470 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** Tuesday 31 May 2022 01:09:49 +0000 (0:00:00.133) 0:00:22.604 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** Tuesday 31 May 2022 01:09:50 +0000 (0:00:00.479) 0:00:23.083 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* Tuesday 31 May 2022 01:09:52 +0000 (0:00:02.001) 0:00:25.085 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* Tuesday 31 May 2022 01:09:53 +0000 (0:00:00.837) 0:00:25.922 *********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Tuesday 31 May 2022 01:09:53 +0000 (0:00:00.085) 0:00:26.007 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Tuesday 31 May 2022 01:09:53 +0000 (0:00:00.142) 0:00:26.149 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Tuesday 31 May 2022 01:09:53 +0000 (0:00:00.106) 0:00:26.256 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ Tuesday 31 May 2022 01:09:54 +0000 (0:00:00.537) 0:00:26.793 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Tuesday 31 May 2022 01:09:54 +0000 (0:00:00.104) 0:00:26.897 *********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Tuesday 31 May 2022 01:09:54 +0000 (0:00:00.084) 0:00:26.982 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Tuesday 31 May 2022 01:09:54 +0000 (0:00:00.130) 0:00:27.112 *********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ethtool": { "ring": { "rx": 128, "rx_jumbo": 128, "rx_mini": 128, "tx": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': "nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)", 'success': None} TASK [linux-system-roles.network : Show stderr messages] *********************** Tuesday 31 May 2022 01:09:55 +0000 (0:00:00.600) 0:00:27.713 *********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Tuesday 31 May 2022 01:09:55 +0000 (0:00:00.088) 0:00:27.802 *********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ethtool": { "ring": { "rx": 128, "rx_jumbo": 128, "rx_mini": 128, "tx": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Tuesday 31 May 2022 01:09:55 +0000 (0:00:00.093) 0:00:27.895 *********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ethtool.ring-rx options] *********************************** Tuesday 31 May 2022 01:09:55 +0000 (0:00:00.291) 0:00:28.187 *********** changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.021533", "end": "2022-05-31 01:09:55.140929", "rc": 0, "start": "2022-05-31 01:09:55.119396" } STDOUT: 128 TASK [Assert ethtool.ring-rx option set in profile] **************************** Tuesday 31 May 2022 01:09:55 +0000 (0:00:00.313) 0:00:28.501 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-rx-jumbo options] ***************************** Tuesday 31 May 2022 01:09:55 +0000 (0:00:00.090) 0:00:28.591 *********** changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx-jumbo", "c", "show", "testnic1" ], "delta": "0:00:00.021141", "end": "2022-05-31 01:09:55.546611", "rc": 0, "start": "2022-05-31 01:09:55.525470" } STDOUT: 128 TASK [Assert ethtool.ring-rx-jumbo option set in profile] ********************** Tuesday 31 May 2022 01:09:56 +0000 (0:00:00.316) 0:00:28.908 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-rx-mini options] ****************************** Tuesday 31 May 2022 01:09:56 +0000 (0:00:00.084) 0:00:28.993 *********** changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx-mini", "c", "show", "testnic1" ], "delta": "0:00:00.021289", "end": "2022-05-31 01:09:55.947156", "rc": 0, "start": "2022-05-31 01:09:55.925867" } STDOUT: 128 TASK [Assert ethtool.ring-rx-mini option set in profile] *********************** Tuesday 31 May 2022 01:09:56 +0000 (0:00:00.315) 0:00:29.308 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring-tx options] *********************************** Tuesday 31 May 2022 01:09:56 +0000 (0:00:00.082) 0:00:29.390 *********** changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-tx", "c", "show", "testnic1" ], "delta": "0:00:00.021213", "end": "2022-05-31 01:09:56.344647", "rc": 0, "start": "2022-05-31 01:09:56.323434" } STDOUT: 128 TASK [Assert ethtool.ring-tx option set in profile] **************************** Tuesday 31 May 2022 01:09:57 +0000 (0:00:00.312) 0:00:29.702 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ethtool.ring options] ************************************** Tuesday 31 May 2022 01:09:57 +0000 (0:00:00.139) 0:00:29.842 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring option set in profile] ******************************* Tuesday 31 May 2022 01:09:57 +0000 (0:00:00.078) 0:00:29.920 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can clear ring options] ****************************************** Tuesday 31 May 2022 01:09:57 +0000 (0:00:00.068) 0:00:29.989 *********** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Tuesday 31 May 2022 01:09:57 +0000 (0:00:00.073) 0:00:30.062 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** Tuesday 31 May 2022 01:09:57 +0000 (0:00:00.146) 0:00:30.209 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** Tuesday 31 May 2022 01:09:58 +0000 (0:00:00.491) 0:00:30.700 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* Tuesday 31 May 2022 01:10:00 +0000 (0:00:01.995) 0:00:32.696 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* Tuesday 31 May 2022 01:10:00 +0000 (0:00:00.895) 0:00:33.591 *********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Tuesday 31 May 2022 01:10:00 +0000 (0:00:00.094) 0:00:33.686 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Tuesday 31 May 2022 01:10:01 +0000 (0:00:00.155) 0:00:33.841 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Tuesday 31 May 2022 01:10:01 +0000 (0:00:00.103) 0:00:33.944 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ Tuesday 31 May 2022 01:10:01 +0000 (0:00:00.530) 0:00:34.475 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Tuesday 31 May 2022 01:10:01 +0000 (0:00:00.107) 0:00:34.583 *********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Tuesday 31 May 2022 01:10:01 +0000 (0:00:00.092) 0:00:34.675 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Tuesday 31 May 2022 01:10:02 +0000 (0:00:00.089) 0:00:34.764 *********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': "nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)", 'success': None} TASK [linux-system-roles.network : Show stderr messages] *********************** Tuesday 31 May 2022 01:10:02 +0000 (0:00:00.774) 0:00:35.538 *********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Tuesday 31 May 2022 01:10:02 +0000 (0:00:00.141) 0:00:35.680 *********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, e0730c67-734a-491c-83e2-65c8b4aac79c (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapply failed: failure to reapply checkpoint: nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3): {'error': \"nm-device-error-quark: Can't reapply any changes to 'ethtool' setting (3)\", 'success': None}" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Tuesday 31 May 2022 01:10:03 +0000 (0:00:00.096) 0:00:35.777 *********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** Tuesday 31 May 2022 01:10:03 +0000 (0:00:00.302) 0:00:36.079 *********** changed: [sut] => { "changed": true, "cmd": [ "nmcli", "-g", "ethtool.ring-rx", "c", "show", "testnic1" ], "delta": "0:00:00.021242", "end": "2022-05-31 01:10:03.033447", "rc": 0, "start": "2022-05-31 01:10:03.012205" } TASK [ASSERT: The profile does reset ring options] ***************************** Tuesday 31 May 2022 01:10:03 +0000 (0:00:00.318) 0:00:36.398 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get profile's ring options] ********************************************** Tuesday 31 May 2022 01:10:03 +0000 (0:00:00.081) 0:00:36.479 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does reset ring options] ***************************** Tuesday 31 May 2022 01:10:03 +0000 (0:00:00.075) 0:00:36.554 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Tuesday 31 May 2022 01:10:03 +0000 (0:00:00.073) 0:00:36.628 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** Tuesday 31 May 2022 01:10:04 +0000 (0:00:00.141) 0:00:36.770 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** Tuesday 31 May 2022 01:10:04 +0000 (0:00:00.510) 0:00:37.280 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* Tuesday 31 May 2022 01:10:06 +0000 (0:00:01.989) 0:00:39.269 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* Tuesday 31 May 2022 01:10:07 +0000 (0:00:00.828) 0:00:40.098 *********** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Install packages] *************************** Tuesday 31 May 2022 01:10:07 +0000 (0:00:00.082) 0:00:40.180 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Tuesday 31 May 2022 01:10:07 +0000 (0:00:00.139) 0:00:40.319 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Tuesday 31 May 2022 01:10:07 +0000 (0:00:00.089) 0:00:40.409 *********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ Tuesday 31 May 2022 01:10:08 +0000 (0:00:00.518) 0:00:40.927 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Tuesday 31 May 2022 01:10:08 +0000 (0:00:00.090) 0:00:41.018 *********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Tuesday 31 May 2022 01:10:08 +0000 (0:00:00.087) 0:00:41.105 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Tuesday 31 May 2022 01:10:08 +0000 (0:00:00.125) 0:00:41.230 *********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Show stderr messages] *********************** Tuesday 31 May 2022 01:10:09 +0000 (0:00:00.566) 0:00:41.797 *********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages] ************************ Tuesday 31 May 2022 01:10:09 +0000 (0:00:00.094) 0:00:41.891 *********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Re-test connectivity] *********************** Tuesday 31 May 2022 01:10:09 +0000 (0:00:00.089) 0:00:41.981 *********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 01:10:09 +0000 (0:00:00.288) 0:00:42.270 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Tuesday 31 May 2022 01:10:09 +0000 (0:00:00.132) 0:00:42.403 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Tuesday 31 May 2022 01:10:09 +0000 (0:00:00.072) 0:00:42.475 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include] ***************************************************************** Tuesday 31 May 2022 01:10:09 +0000 (0:00:00.074) 0:00:42.550 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include] ***************************************************************** Tuesday 31 May 2022 01:10:09 +0000 (0:00:00.130) 0:00:42.681 *********** included: /WORKDIR/dist-git-network-bond_fix-RiXHNB/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Tuesday 31 May 2022 01:10:10 +0000 (0:00:00.123) 0:00:42.804 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003924", "end": "2022-05-31 01:10:09.738940", "rc": 0, "start": "2022-05-31 01:10:09.735016" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** Tuesday 31 May 2022 01:10:10 +0000 (0:00:00.294) 0:00:43.099 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Tuesday 31 May 2022 01:10:10 +0000 (0:00:00.077) 0:00:43.176 *********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* Tuesday 31 May 2022 01:10:10 +0000 (0:00:00.120) 0:00:43.297 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Tuesday 31 May 2022 01:10:13 +0000 (0:00:02.889) 0:00:46.187 *********** skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** Tuesday 31 May 2022 01:10:13 +0000 (0:00:00.112) 0:00:46.299 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** Tuesday 31 May 2022 01:10:13 +0000 (0:00:00.077) 0:00:46.377 *********** changed: [sut] => { "changed": true, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.015073", "end": "2022-05-31 01:10:13.326219", "rc": 0, "start": "2022-05-31 01:10:13.311146" } TASK [Create dummy interface testnic1] ***************************************** Tuesday 31 May 2022 01:10:14 +0000 (0:00:00.327) 0:00:46.704 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Tuesday 31 May 2022 01:10:14 +0000 (0:00:00.079) 0:00:46.783 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Tuesday 31 May 2022 01:10:14 +0000 (0:00:00.079) 0:00:46.863 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Tuesday 31 May 2022 01:10:14 +0000 (0:00:00.125) 0:00:46.988 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=91 changed=15 unreachable=0 failed=0 skipped=46 rescued=0 ignored=0 Tuesday 31 May 2022 01:10:14 +0000 (0:00:00.030) 0:00:47.018 *********** =============================================================================== Install ethtool (test dependency) --------------------------------------- 3.82s Install NetworkManager -------------------------------------------------- 3.14s Install iproute --------------------------------------------------------- 2.89s Install iproute --------------------------------------------------------- 2.89s linux-system-roles.network : Check which services are running ----------- 2.12s linux-system-roles.network : Check which services are running ----------- 2.00s linux-system-roles.network : Check which services are running ----------- 2.00s linux-system-roles.network : Check which services are running ----------- 1.99s linux-system-roles.network : Check which packages are installed --------- 1.16s linux-system-roles.network : Check which packages are installed --------- 0.90s Create veth interface testnic1 ------------------------------------------ 0.85s linux-system-roles.network : Check which packages are installed --------- 0.84s Gathering Facts --------------------------------------------------------- 0.83s linux-system-roles.network : Check which packages are installed --------- 0.83s linux-system-roles.network : Configure networking connection profiles --- 0.77s linux-system-roles.network : Configure networking connection profiles --- 0.60s linux-system-roles.network : Configure networking connection profiles --- 0.57s Gathering Facts --------------------------------------------------------- 0.56s linux-system-roles.network : Enable and start NetworkManager ------------ 0.54s linux-system-roles.network : Enable and start NetworkManager ------------ 0.53s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---