# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 17:41:36 +0000 (0:00:00.370) 0:00:00.370 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:41:48 +0000 (0:00:12.074) 0:00:12.444 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 05 August 2022 17:41:49 +0000 (0:00:01.209) 0:00:13.654 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 17:41:50 +0000 (0:00:00.729) 0:00:14.383 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:41:50 +0000 (0:00:00.666) 0:00:15.050 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:41:51 +0000 (0:00:01.124) 0:00:16.174 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 17:41:53 +0000 (0:00:01.260) 0:00:17.435 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003505", "end": "2022-08-05 17:42:00.856119", "rc": 0, "start": "2022-08-05 17:42:00.852614" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 17:42:01 +0000 (0:00:08.412) 0:00:25.848 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 17:42:02 +0000 (0:00:01.210) 0:00:27.058 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 17:42:03 +0000 (0:00:01.021) 0:00:28.080 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 17:42:16 +0000 (0:00:12.764) 0:00:40.844 ********* 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.063742", "end": "2022-08-05 17:42:19.513672", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2022-08-05 17:42:19.449930" } changed: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003660", "end": "2022-08-05 17:42:20.736684", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2022-08-05 17:42:20.733024" } changed: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.007615", "end": "2022-08-05 17:42:22.326163", "item": "ip link set testnic1 up", "rc": 0, "start": "2022-08-05 17:42:22.318548" } TASK [Set up veth as managed by NetworkManager] ******************************** Friday 05 August 2022 17:42:22 +0000 (0:00:06.480) 0:00:47.325 ********* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.155799", "end": "2022-08-05 17:42:24.300394", "rc": 0, "start": "2022-08-05 17:42:24.144595" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 17:42:24 +0000 (0:00:01.695) 0:00:49.021 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 17:42:25 +0000 (0:00:00.836) 0:00:49.857 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 17:42:26 +0000 (0:00:01.163) 0:00:51.021 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 17:42:27 +0000 (0:00:01.019) 0:00:52.040 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 17:42:28 +0000 (0:00:01.078) 0:00:53.119 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:42:29 +0000 (0:00:01.156) 0:00:54.275 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/assert_device_present.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:42:31 +0000 (0:00:01.535) 0:00:55.811 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** Friday 05 August 2022 17:42:33 +0000 (0:00:01.655) 0:00:57.466 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1659721339.5058658, "block_size": 4096, "blocks": 0, "ctime": 1659721339.5058658, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22436, "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": 1659721339.5058658, "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] ******************************* Friday 05 August 2022 17:42:36 +0000 (0:00:03.881) 0:01:01.394 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 17:42:38 +0000 (0:00:01.006) 0:01:02.400 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:42:39 +0000 (0:00:01.389) 0:01:03.790 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/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] *** Friday 05 August 2022 17:42:40 +0000 (0:00:01.438) 0:01:05.228 ********* 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] *********** Friday 05 August 2022 17:42:45 +0000 (0:00:04.197) 0:01:09.426 ********* 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] ********* Friday 05 August 2022 17:42:58 +0000 (0:00:13.764) 0:01:23.190 ********* 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] ********************* Friday 05 August 2022 17:43:16 +0000 (0:00:17.180) 0:01:40.371 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 17:43:18 +0000 (0:00:02.620) 0:01:42.992 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 17:43:20 +0000 (0:00:01.519) 0:01:44.511 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:43:21 +0000 (0:00:01.854) 0:01:46.366 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 17:43:26 +0000 (0:00:04.491) 0:01:50.857 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 17:43:28 +0000 (0:00:02.393) 0:01:53.251 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 17:43:30 +0000 (0:00:01.763) 0:01:55.015 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:43:33 +0000 (0:00:02.392) 0:01:57.407 ********* 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] ************ Friday 05 August 2022 17:43:52 +0000 (0:00:19.548) 0:02:16.956 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:43:55 +0000 (0:00:02.684) 0:02:19.640 ********* 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] *** Friday 05 August 2022 17:43:57 +0000 (0:00:01.954) 0:02:21.595 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:44:00 +0000 (0:00:03.020) 0:02:24.615 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "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, 0f8a948a-2c0c-45e3-908b-6d992e121238 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 17:44:14 +0000 (0:00:14.521) 0:02:39.137 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 17:44:17 +0000 (0:00:02.262) 0:02:41.399 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:44:18 +0000 (0:00:01.860) 0:02:43.260 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "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, 0f8a948a-2c0c-45e3-908b-6d992e121238\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 17:44:20 +0000 (0:00:01.839) 0:02:45.100 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:44:23 +0000 (0:00:03.257) 0:02:48.358 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** Friday 05 August 2022 17:44:30 +0000 (0:00:06.141) 0:02:54.500 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 17:44:32 +0000 (0:00:02.172) 0:02:56.672 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:44:33 +0000 (0:00:01.285) 0:02:57.957 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/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] *** Friday 05 August 2022 17:44:36 +0000 (0:00:02.613) 0:03:00.571 ********* 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] *********** Friday 05 August 2022 17:44:42 +0000 (0:00:05.804) 0:03:06.375 ********* 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] ********* Friday 05 August 2022 17:44:46 +0000 (0:00:04.967) 0:03:11.342 ********* 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] ********************* Friday 05 August 2022 17:44:50 +0000 (0:00:03.437) 0:03:14.779 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 17:44:52 +0000 (0:00:01.597) 0:03:16.377 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 17:44:54 +0000 (0:00:02.900) 0:03:19.278 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:44:56 +0000 (0:00:01.914) 0:03:21.192 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 17:44:59 +0000 (0:00:02.316) 0:03:23.509 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 17:45:00 +0000 (0:00:01.743) 0:03:25.253 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 17:45:02 +0000 (0:00:01.611) 0:03:26.865 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:45:05 +0000 (0:00:02.730) 0:03:29.595 ********* 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] ************ Friday 05 August 2022 17:45:07 +0000 (0:00:02.472) 0:03:32.068 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:45:08 +0000 (0:00:00.380) 0:03:32.449 ********* 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] *** Friday 05 August 2022 17:45:08 +0000 (0:00:00.233) 0:03:32.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:45:08 +0000 (0:00:00.186) 0:03:32.868 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 17:45:09 +0000 (0:00:00.928) 0:03:33.797 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 17:45:09 +0000 (0:00:00.129) 0:03:33.927 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:45:09 +0000 (0:00:00.242) 0:03:34.170 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 17:45:09 +0000 (0:00:00.151) 0:03:34.321 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:45:10 +0000 (0:00:00.228) 0:03:34.550 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** Friday 05 August 2022 17:45:10 +0000 (0:00:00.684) 0:03:35.235 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 17:45:11 +0000 (0:00:00.149) 0:03:35.384 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:45:11 +0000 (0:00:00.137) 0:03:35.522 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/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] *** Friday 05 August 2022 17:45:11 +0000 (0:00:00.176) 0:03:35.698 ********* 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] *********** Friday 05 August 2022 17:45:11 +0000 (0:00:00.646) 0:03:36.345 ********* 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] ********* Friday 05 August 2022 17:45:13 +0000 (0:00:01.891) 0:03:38.236 ********* 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] ********************* Friday 05 August 2022 17:45:14 +0000 (0:00:00.892) 0:03:39.129 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 17:45:14 +0000 (0:00:00.125) 0:03:39.254 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 17:45:15 +0000 (0:00:00.112) 0:03:39.367 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:45:15 +0000 (0:00:00.099) 0:03:39.466 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 17:45:15 +0000 (0:00:00.379) 0:03:39.846 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 17:45:15 +0000 (0:00:00.152) 0:03:39.999 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 17:45:15 +0000 (0:00:00.085) 0:03:40.084 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:45:15 +0000 (0:00:00.160) 0:03:40.245 ********* 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] ************ Friday 05 August 2022 17:45:16 +0000 (0:00:00.586) 0:03:40.832 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:45:16 +0000 (0:00:00.133) 0:03:40.965 ********* 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] *** Friday 05 August 2022 17:45:16 +0000 (0:00:00.081) 0:03:41.046 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:45:16 +0000 (0:00:00.103) 0:03:41.150 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "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, 0f8a948a-2c0c-45e3-908b-6d992e121238 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 17:45:17 +0000 (0:00:00.582) 0:03:41.732 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 17:45:17 +0000 (0:00:00.102) 0:03:41.835 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:45:17 +0000 (0:00:00.129) 0:03:41.965 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "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, 0f8a948a-2c0c-45e3-908b-6d992e121238\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 17:45:17 +0000 (0:00:00.083) 0:03:42.048 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:45:17 +0000 (0:00:00.135) 0:03:42.183 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** Friday 05 August 2022 17:45:18 +0000 (0:00:00.366) 0:03:42.551 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 17:45:18 +0000 (0:00:00.237) 0:03:42.789 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:45:18 +0000 (0:00:00.110) 0:03:42.899 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/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] *** Friday 05 August 2022 17:45:18 +0000 (0:00:00.136) 0:03:43.036 ********* 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] *********** Friday 05 August 2022 17:45:19 +0000 (0:00:00.627) 0:03:43.663 ********* 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] ********* Friday 05 August 2022 17:45:21 +0000 (0:00:01.732) 0:03:45.396 ********* 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] ********************* Friday 05 August 2022 17:45:21 +0000 (0:00:00.856) 0:03:46.252 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 17:45:22 +0000 (0:00:00.134) 0:03:46.386 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 17:45:22 +0000 (0:00:00.075) 0:03:46.462 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:45:22 +0000 (0:00:00.145) 0:03:46.607 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 17:45:22 +0000 (0:00:00.205) 0:03:46.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 17:45:22 +0000 (0:00:00.088) 0:03:46.901 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 17:45:22 +0000 (0:00:00.070) 0:03:46.972 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:45:22 +0000 (0:00:00.148) 0:03:47.120 ********* 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] ************ Friday 05 August 2022 17:45:23 +0000 (0:00:00.597) 0:03:47.717 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:45:23 +0000 (0:00:00.153) 0:03:47.871 ********* 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] *** Friday 05 August 2022 17:45:23 +0000 (0:00:00.109) 0:03:47.980 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:45:23 +0000 (0:00:00.118) 0:03:48.098 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 17:45:24 +0000 (0:00:00.573) 0:03:48.672 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 17:45:24 +0000 (0:00:00.070) 0:03:48.743 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:45:24 +0000 (0:00:00.072) 0:03:48.816 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 0f8a948a-2c0c-45e3-908b-6d992e121238 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 17:45:24 +0000 (0:00:00.072) 0:03:48.888 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:45:24 +0000 (0:00:00.094) 0:03:48.983 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** Friday 05 August 2022 17:45:25 +0000 (0:00:00.486) 0:03:49.470 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_role : linux-system-roles.network] ******************************* Friday 05 August 2022 17:45:25 +0000 (0:00:00.078) 0:03:49.549 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:45:25 +0000 (0:00:00.095) 0:03:49.644 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/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] *** Friday 05 August 2022 17:45:25 +0000 (0:00:00.085) 0:03:49.730 ********* 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] *********** Friday 05 August 2022 17:45:25 +0000 (0:00:00.475) 0:03:50.205 ********* 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] ********* Friday 05 August 2022 17:45:27 +0000 (0:00:01.661) 0:03:51.867 ********* 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] ********************* Friday 05 August 2022 17:45:28 +0000 (0:00:00.781) 0:03:52.648 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 17:45:28 +0000 (0:00:00.192) 0:03:52.841 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 17:45:28 +0000 (0:00:00.085) 0:03:52.926 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:45:28 +0000 (0:00:00.065) 0:03:52.992 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 17:45:28 +0000 (0:00:00.149) 0:03:53.141 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 17:45:28 +0000 (0:00:00.078) 0:03:53.220 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 17:45:28 +0000 (0:00:00.063) 0:03:53.283 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:45:29 +0000 (0:00:00.090) 0:03:53.374 ********* 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] ************ Friday 05 August 2022 17:45:29 +0000 (0:00:00.621) 0:03:53.995 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:45:29 +0000 (0:00:00.097) 0:03:54.092 ********* 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] *** Friday 05 August 2022 17:45:29 +0000 (0:00:00.077) 0:03:54.170 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:45:29 +0000 (0:00:00.096) 0:03:54.267 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 17:45:30 +0000 (0:00:00.613) 0:03:54.881 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 17:45:30 +0000 (0:00:00.060) 0:03:54.941 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:45:30 +0000 (0:00:00.069) 0:03:55.010 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 17:45:30 +0000 (0:00:00.064) 0:03:55.075 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:45:30 +0000 (0:00:00.097) 0:03:55.172 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:45:31 +0000 (0:00:00.304) 0:03:55.477 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** Friday 05 August 2022 17:45:31 +0000 (0:00:00.105) 0:03:55.583 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* Friday 05 August 2022 17:45:31 +0000 (0:00:00.051) 0:03:55.635 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:45:31 +0000 (0:00:00.081) 0:03:55.716 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:45:31 +0000 (0:00:00.143) 0:03:55.859 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* Friday 05 August 2022 17:45:31 +0000 (0:00:00.115) 0:03:55.974 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003547", "end": "2022-08-05 17:45:31.853468", "rc": 0, "start": "2022-08-05 17:45:31.849921" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** Friday 05 August 2022 17:45:31 +0000 (0:00:00.288) 0:03:56.263 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Friday 05 August 2022 17:45:31 +0000 (0:00:00.083) 0:03:56.347 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* Friday 05 August 2022 17:45:32 +0000 (0:00:00.069) 0:03:56.417 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** Friday 05 August 2022 17:45:33 +0000 (0:00:01.042) 0:03:57.459 ********* 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] ******************************** Friday 05 August 2022 17:45:33 +0000 (0:00:00.074) 0:03:57.534 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** Friday 05 August 2022 17:45:33 +0000 (0:00:00.063) 0:03:57.598 ********* changed: [sut] => { "changed": true, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.010689", "end": "2022-08-05 17:45:33.497764", "rc": 0, "start": "2022-08-05 17:45:33.487075" } TASK [Create dummy interface testnic1] ***************************************** Friday 05 August 2022 17:45:33 +0000 (0:00:00.324) 0:03:57.922 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** Friday 05 August 2022 17:45:33 +0000 (0:00:00.070) 0:03:57.993 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* Friday 05 August 2022 17:45:33 +0000 (0:00:00.061) 0:03:58.055 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* Friday 05 August 2022 17:45:33 +0000 (0:00:00.065) 0:03:58.120 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=76 changed=6 unreachable=0 failed=0 skipped=70 rescued=0 ignored=0 Friday 05 August 2022 17:45:33 +0000 (0:00:00.120) 0:03:58.241 ********* =============================================================================== linux-system-roles.network : Enable and start NetworkManager ----------- 23.21s linux-system-roles.network : Check which packages are installed -------- 17.18s linux-system-roles.network : Configure networking connection profiles -- 16.61s linux-system-roles.network : Check which services are running ---------- 13.76s Install iproute -------------------------------------------------------- 12.83s Gathering Facts -------------------------------------------------------- 12.07s Gather current interface info ------------------------------------------- 8.41s linux-system-roles.network : Re-test connectivity ----------------------- 7.68s linux-system-roles.network : Install packages --------------------------- 7.39s Create veth interface testnic1 ------------------------------------------ 6.42s linux-system-roles.network : Ensure ansible_facts used by role are present --- 5.80s linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces --- 5.43s linux-system-roles.network : Check which services are running ----------- 4.97s linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 4.61s linux-system-roles.network : Print network provider --------------------- 4.48s linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 4.38s linux-system-roles.network : Ensure ansible_facts used by role ---------- 4.36s linux-system-roles.network : Ensure ansible_facts used by role are present --- 4.20s linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 4.01s Get stat for interface testnic1 ----------------------------------------- 3.93s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---