# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:4 Tuesday 09 January 2024 20:20:38 +0000 (0:00:00.014) 0:00:00.014 ******* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:13 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.567) 0:00:00.582 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:18 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.284) 0:00:00.866 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:21 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.056) 0:00:00.922 ******* included: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.014) 0:00:00.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.070) 0:00:01.007 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.020) 0:00:01.027 ******* included: /WORKDIR/git-route_type6uhcryls/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.029) 0:00:01.057 ******* included: /WORKDIR/git-route_type6uhcryls/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.011) 0:00:01.069 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003614", "end": "2024-01-09 20:20:39.828034", "rc": 0, "start": "2024-01-09 20:20:39.824420" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.212) 0:00:01.282 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.020) 0:00:01.302 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 20:20:39 +0000 (0:00:00.022) 0:00:01.325 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:24 Tuesday 09 January 2024 20:20:40 +0000 (0:00:00.493) 0:00:01.818 ******* ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.012469", "end": "2024-01-09 20:20:40.503306", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-01-09 20:20:40.490837" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003707", "end": "2024-01-09 20:20:40.628860", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-01-09 20:20:40.625153" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003418", "end": "2024-01-09 20:20:40.745796", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-01-09 20:20:40.742378" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:33 Tuesday 09 January 2024 20:20:40 +0000 (0:00:00.389) 0:00:02.208 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.036940", "end": "2024-01-09 20:20:40.925836", "rc": 0, "start": "2024-01-09 20:20:40.888896" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:41 Tuesday 09 January 2024 20:20:40 +0000 (0:00:00.189) 0:00:02.397 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:48 Tuesday 09 January 2024 20:20:40 +0000 (0:00:00.016) 0:00:02.414 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:54 Tuesday 09 January 2024 20:20:40 +0000 (0:00:00.011) 0:00:02.426 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.014) 0:00:02.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:67 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.029) 0:00:02.470 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:25 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.015) 0:00:02.485 ******* included: /WORKDIR/git-route_type6uhcryls/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.040) 0:00:02.526 ******* included: /WORKDIR/git-route_type6uhcryls/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.016) 0:00:02.542 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704831640.5025506, "block_size": 4096, "blocks": 0, "ctime": 1704831640.5015507, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17729, "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": 1704831640.5015507, "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 the interface is present - 'testnic1'] *********************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.148) 0:00:02.691 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:39 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.015) 0:00:02.707 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.047) 0:00:02.754 ******* included: /WORKDIR/git-route_type6uhcryls/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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.088) 0:00:02.842 ******* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.019) 0:00:02.861 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.010) 0:00:02.871 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:20:41 +0000 (0:00:00.010) 0:00:02.882 ******* 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] ********* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:20:42 +0000 (0:00:00.777) 0:00:03.660 ******* 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] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:20:43 +0000 (0:00:01.090) 0:00:04.750 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:20:43 +0000 (0:00:00.028) 0:00:04.778 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:20:43 +0000 (0:00:00.023) 0:00:04.801 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:20:43 +0000 (0:00:00.033) 0:00:04.835 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:20:43 +0000 (0:00:00.054) 0:00:04.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:20:43 +0000 (0:00:00.066) 0:00:04.956 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:20:43 +0000 (0:00:00.053) 0:00:05.009 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:20:43 +0000 (0:00:00.049) 0:00:05.058 ******* 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] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.420) 0:00:05.478 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.030) 0:00:05.509 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.024) 0:00:05.533 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.027) 0:00:05.561 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, f8394dbf-fbbd-4c92-89ec-f316c5366122 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.474) 0:00:06.035 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.020) 0:00:06.056 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.022) 0:00:06.078 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, f8394dbf-fbbd-4c92-89ec-f316c5366122\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.022) 0:00:06.101 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.021) 0:00:06.123 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:43 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.221) 0:00:06.344 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:46 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.020) 0:00:06.365 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:20:44 +0000 (0:00:00.058) 0:00:06.423 ******* included: /WORKDIR/git-route_type6uhcryls/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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:20:45 +0000 (0:00:00.033) 0:00:06.457 ******* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:20:45 +0000 (0:00:00.023) 0:00:06.481 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:20:45 +0000 (0:00:00.017) 0:00:06.499 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:20:45 +0000 (0:00:00.018) 0:00:06.517 ******* 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] ********* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:20:45 +0000 (0:00:00.696) 0:00:07.214 ******* 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] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:20:46 +0000 (0:00:00.931) 0:00:08.146 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:20:46 +0000 (0:00:00.037) 0:00:08.183 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:20:46 +0000 (0:00:00.041) 0:00:08.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:20:46 +0000 (0:00:00.027) 0:00:08.252 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:20:46 +0000 (0:00:00.052) 0:00:08.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:20:46 +0000 (0:00:00.027) 0:00:08.332 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:20:46 +0000 (0:00:00.022) 0:00:08.354 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:20:46 +0000 (0:00:00.030) 0:00:08.385 ******* 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] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.250) 0:00:08.635 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.032) 0:00:08.667 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.028) 0:00:08.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.067) 0:00:08.763 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, f8394dbf-fbbd-4c92-89ec-f316c5366122 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.336) 0:00:09.100 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.041) 0:00:09.141 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.033) 0:00:09.175 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, f8394dbf-fbbd-4c92-89ec-f316c5366122 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.027) 0:00:09.203 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.022) 0:00:09.225 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:50 Tuesday 09 January 2024 20:20:47 +0000 (0:00:00.165) 0:00:09.390 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:63 Tuesday 09 January 2024 20:20:48 +0000 (0:00:00.062) 0:00:09.453 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:20:48 +0000 (0:00:00.065) 0:00:09.518 ******* included: /WORKDIR/git-route_type6uhcryls/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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:20:48 +0000 (0:00:00.046) 0:00:09.565 ******* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:20:48 +0000 (0:00:00.029) 0:00:09.594 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:20:48 +0000 (0:00:00.026) 0:00:09.621 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:20:48 +0000 (0:00:00.023) 0:00:09.645 ******* 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] ********* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:20:48 +0000 (0:00:00.738) 0:00:10.384 ******* 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] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:20:49 +0000 (0:00:00.960) 0:00:11.345 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:20:49 +0000 (0:00:00.025) 0:00:11.370 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:20:49 +0000 (0:00:00.039) 0:00:11.410 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:20:49 +0000 (0:00:00.020) 0:00:11.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.045) 0:00:11.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.018) 0:00:11.495 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.018) 0:00:11.513 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.021) 0:00:11.535 ******* 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] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.234) 0:00:11.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.030) 0:00:11.799 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.024) 0:00:11.823 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.023) 0:00:11.847 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, f8394dbf-fbbd-4c92-89ec-f316c5366122 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.330) 0:00:12.178 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.020) 0:00:12.198 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.021) 0:00:12.219 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, f8394dbf-fbbd-4c92-89ec-f316c5366122\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 (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, f8394dbf-fbbd-4c92-89ec-f316c5366122", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.021) 0:00:12.241 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.019) 0:00:12.260 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:67 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.128) 0:00:12.389 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:70 Tuesday 09 January 2024 20:20:50 +0000 (0:00:00.042) 0:00:12.432 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:20:51 +0000 (0:00:00.035) 0:00:12.468 ******* included: /WORKDIR/git-route_type6uhcryls/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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:20:51 +0000 (0:00:00.035) 0:00:12.503 ******* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:20:51 +0000 (0:00:00.024) 0:00:12.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:20:51 +0000 (0:00:00.019) 0:00:12.548 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:20:51 +0000 (0:00:00.020) 0:00:12.568 ******* 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] ********* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:20:51 +0000 (0:00:00.704) 0:00:13.272 ******* 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] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:20:52 +0000 (0:00:00.930) 0:00:14.202 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:20:52 +0000 (0:00:00.074) 0:00:14.276 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:20:52 +0000 (0:00:00.023) 0:00:14.300 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:20:52 +0000 (0:00:00.019) 0:00:14.320 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:20:52 +0000 (0:00:00.047) 0:00:14.367 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:20:52 +0000 (0:00:00.018) 0:00:14.386 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:20:52 +0000 (0:00:00.020) 0:00:14.407 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:20:52 +0000 (0:00:00.025) 0:00:14.432 ******* 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] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.239) 0:00:14.672 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.028) 0:00:14.700 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.025) 0:00:14.725 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.024) 0:00:14.749 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, f8394dbf-fbbd-4c92-89ec-f316c5366122 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.315) 0:00:15.065 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.019) 0:00:15.085 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.019) 0:00:15.104 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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, f8394dbf-fbbd-4c92-89ec-f316c5366122 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f8394dbf-fbbd-4c92-89ec-f316c5366122 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.019) 0:00:15.124 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.019) 0:00:15.143 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:74 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.148) 0:00:15.291 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:82 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.022) 0:00:15.314 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.035) 0:00:15.349 ******* included: /WORKDIR/git-route_type6uhcryls/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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.035) 0:00:15.385 ******* 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 : Check if system is ostree] ****************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.025) 0:00:15.411 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:20:53 +0000 (0:00:00.019) 0:00:15.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:20:54 +0000 (0:00:00.018) 0:00:15.449 ******* 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] ********* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:20:54 +0000 (0:00:00.690) 0:00:16.140 ******* 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] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:20:55 +0000 (0:00:00.956) 0:00:17.096 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:20:55 +0000 (0:00:00.025) 0:00:17.122 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:20:55 +0000 (0:00:00.018) 0:00:17.141 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:20:55 +0000 (0:00:00.018) 0:00:17.159 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:20:55 +0000 (0:00:00.045) 0:00:17.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:20:55 +0000 (0:00:00.020) 0:00:17.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:20:55 +0000 (0:00:00.020) 0:00:17.245 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:20:55 +0000 (0:00:00.025) 0:00:17.270 ******* 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] ************ task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.242) 0:00:17.512 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.039) 0:00:17.552 ******* 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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.047) 0:00:17.599 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.041) 0:00:17.641 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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] ***************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.459) 0:00:18.100 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.020) 0:00:18.121 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.032) 0:00:18.153 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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] *** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.047) 0:00:18.201 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.019) 0:00:18.220 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:91 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.131) 0:00:18.352 ******* included: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.033) 0:00:18.385 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.018) 0:00:18.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 20:20:56 +0000 (0:00:00.018) 0:00:18.421 ******* included: /WORKDIR/git-route_type6uhcryls/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.029) 0:00:18.451 ******* included: /WORKDIR/git-route_type6uhcryls/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.034) 0:00:18.486 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003425", "end": "2024-01-09 20:20:57.191525", "rc": 0, "start": "2024-01-09 20:20:57.188100" } STDOUT: bond0 bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.169) 0:00:18.656 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.022) 0:00:18.679 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.020) 0:00:18.699 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:24 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.353) 0:00:19.053 ******* 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] ******************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:33 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.028) 0:00:19.081 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:41 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.039) 0:00:19.121 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.012148", "end": "2024-01-09 20:20:57.806823", "rc": 0, "start": "2024-01-09 20:20:57.794675" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:48 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.151) 0:00:19.272 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:54 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.020) 0:00:19.293 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.021) 0:00:19.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:67 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.020) 0:00:19.335 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=85 rescued=0 ignored=0 Tuesday 09 January 2024 20:20:57 +0000 (0:00:00.010) 0:00:19.345 ******* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.46s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.14s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which packages are installed --------- 1.09s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.96s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.96s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.74s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.70s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.70s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.69s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Re-test connectivity ----------------------- 0.66s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:155 Gathering Facts --------------------------------------------------------- 0.57s /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:4 Install iproute --------------------------------------------------------- 0.49s /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:16 ------ linux-system-roles.network : Configure networking connection profiles --- 0.46s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:122 Create veth interface testnic1 ------------------------------------------ 0.39s /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:24 ------ Install iproute --------------------------------------------------------- 0.35s /WORKDIR/git-route_type6uhcryls/tests/tasks/manage_test_interface.yml:16 ------ Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-route_type6uhcryls/tests/tests_change_indication_on_repeat_run.yml:13 linux-system-roles.network : Enable and start NetworkManager ------------ 0.24s /WORKDIR/git-route_type6uhcryls/tests/roles/linux-system-roles.network/tasks/main.yml:85 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---