# 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_type_qla6794/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:4 Tuesday 02 January 2024 19:36:57 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:13 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.674) 0:00:00.687 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:18 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.258) 0:00:00.945 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:21 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.018) 0:00:00.963 ******* included: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:3 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.012) 0:00:00.976 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:8 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.017) 0:00:00.993 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:13 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.018) 0:00:01.012 ******* included: /WORKDIR/git-route_type_qla6794/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/show_interfaces.yml:3 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.011) 0:00:01.023 ******* included: /WORKDIR/git-route_type_qla6794/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/get_current_interfaces.yml:3 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.011) 0:00:01.034 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003585", "end": "2024-01-02 19:36:58.638391", "rc": 0, "start": "2024-01-02 19:36:58.634806" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/get_current_interfaces.yml:9 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.246) 0:00:01.281 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/show_interfaces.yml:5 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.047) 0:00:01.329 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:16 Tuesday 02 January 2024 19:36:58 +0000 (0:00:00.019) 0:00:01.348 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:24 Tuesday 02 January 2024 19:37:01 +0000 (0:00:03.274) 0:00:04.622 ******* 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.008850", "end": "2024-01-02 19:37:02.177814", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-01-02 19:37:02.168964" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004043", "end": "2024-01-02 19:37:02.406493", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-01-02 19:37:02.402450" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004440", "end": "2024-01-02 19:37:02.593337", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-01-02 19:37:02.588897" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:33 Tuesday 02 January 2024 19:37:02 +0000 (0:00:00.615) 0:00:05.238 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023366", "end": "2024-01-02 19:37:02.802769", "rc": 0, "start": "2024-01-02 19:37:02.779403" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:41 Tuesday 02 January 2024 19:37:02 +0000 (0:00:00.210) 0:00:05.448 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:48 Tuesday 02 January 2024 19:37:02 +0000 (0:00:00.010) 0:00:05.458 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:54 Tuesday 02 January 2024 19:37:02 +0000 (0:00:00.009) 0:00:05.468 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:61 Tuesday 02 January 2024 19:37:02 +0000 (0:00:00.009) 0:00:05.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:67 Tuesday 02 January 2024 19:37:02 +0000 (0:00:00.010) 0:00:05.487 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:25 Tuesday 02 January 2024 19:37:02 +0000 (0:00:00.008) 0:00:05.495 ******* included: /WORKDIR/git-route_type_qla6794/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/assert_device_present.yml:3 Tuesday 02 January 2024 19:37:02 +0000 (0:00:00.011) 0:00:05.507 ******* included: /WORKDIR/git-route_type_qla6794/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/get_interface_stat.yml:3 Tuesday 02 January 2024 19:37:02 +0000 (0:00:00.010) 0:00:05.518 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704224222.172969, "block_size": 4096, "blocks": 0, "ctime": 1704224222.172969, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30347, "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": 1704224222.172969, "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_type_qla6794/tests/tasks/assert_device_present.yml:5 Tuesday 02 January 2024 19:37:03 +0000 (0:00:00.187) 0:00:05.705 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:39 Tuesday 02 January 2024 19:37:03 +0000 (0:00:00.012) 0:00:05.717 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 02 January 2024 19:37:03 +0000 (0:00:00.030) 0:00:05.747 ******* included: /WORKDIR/git-route_type_qla6794/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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 02 January 2024 19:37:03 +0000 (0:00:00.063) 0:00:05.810 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 02 January 2024 19:37:03 +0000 (0:00:00.011) 0:00:05.822 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 02 January 2024 19:37:03 +0000 (0:00:00.010) 0:00:05.832 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 02 January 2024 19:37:03 +0000 (0:00:00.009) 0:00:05.842 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 02 January 2024 19:37:04 +0000 (0:00:01.660) 0:00:07.502 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 02 January 2024 19:37:06 +0000 (0:00:01.465) 0:00:08.968 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 02 January 2024 19:37:06 +0000 (0:00:00.032) 0:00:09.001 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 02 January 2024 19:37:06 +0000 (0:00:00.025) 0:00:09.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 02 January 2024 19:37:06 +0000 (0:00:00.022) 0:00:09.049 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 02 January 2024 19:37:06 +0000 (0:00:00.058) 0:00:09.108 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 02 January 2024 19:37:06 +0000 (0:00:00.022) 0:00:09.130 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 02 January 2024 19:37:06 +0000 (0:00:00.021) 0:00:09.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 02 January 2024 19:37:06 +0000 (0:00:00.027) 0:00:09.179 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 02 January 2024 19:37:07 +0000 (0:00:00.489) 0:00:09.669 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 02 January 2024 19:37:07 +0000 (0:00:00.031) 0:00:09.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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 02 January 2024 19:37:07 +0000 (0:00:00.028) 0:00:09.729 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 02 January 2024 19:37:07 +0000 (0:00:00.028) 0:00:09.757 ******* 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, 8dfaeb13-1a39-4352-89c0-498456fe84b8 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 02 January 2024 19:37:07 +0000 (0:00:00.549) 0:00:10.307 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 02 January 2024 19:37:07 +0000 (0:00:00.022) 0:00:10.329 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 02 January 2024 19:37:07 +0000 (0:00:00.023) 0:00:10.353 ******* 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, 8dfaeb13-1a39-4352-89c0-498456fe84b8\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 02 January 2024 19:37:07 +0000 (0:00:00.023) 0:00:10.376 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 02 January 2024 19:37:07 +0000 (0:00:00.021) 0:00:10.397 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:43 Tuesday 02 January 2024 19:37:08 +0000 (0:00:00.245) 0:00:10.642 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:46 Tuesday 02 January 2024 19:37:08 +0000 (0:00:00.023) 0:00:10.666 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 02 January 2024 19:37:08 +0000 (0:00:00.038) 0:00:10.704 ******* included: /WORKDIR/git-route_type_qla6794/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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 02 January 2024 19:37:08 +0000 (0:00:00.037) 0:00:10.742 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 02 January 2024 19:37:08 +0000 (0:00:00.029) 0:00:10.772 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 02 January 2024 19:37:08 +0000 (0:00:00.022) 0:00:10.794 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 02 January 2024 19:37:08 +0000 (0:00:00.023) 0:00:10.818 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 02 January 2024 19:37:09 +0000 (0:00:01.570) 0:00:12.389 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 02 January 2024 19:37:11 +0000 (0:00:01.313) 0:00:13.702 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.028) 0:00:13.731 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.041) 0:00:13.772 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.022) 0:00:13.795 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.049) 0:00:13.844 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.022) 0:00:13.866 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.021) 0:00:13.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.024) 0:00:13.912 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.350) 0:00:14.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.031) 0:00:14.295 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.028) 0:00:14.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 02 January 2024 19:37:11 +0000 (0:00:00.027) 0:00:14.351 ******* 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, 8dfaeb13-1a39-4352-89c0-498456fe84b8 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.355) 0:00:14.706 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.022) 0:00:14.728 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.024) 0:00:14.753 ******* 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, 8dfaeb13-1a39-4352-89c0-498456fe84b8 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.023) 0:00:14.776 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.051) 0:00:14.827 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:50 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.187) 0:00:15.014 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:63 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.023) 0:00:15.038 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.034) 0:00:15.073 ******* included: /WORKDIR/git-route_type_qla6794/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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.037) 0:00:15.111 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.027) 0:00:15.138 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.021) 0:00:15.160 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 02 January 2024 19:37:12 +0000 (0:00:00.020) 0:00:15.180 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 02 January 2024 19:37:14 +0000 (0:00:01.561) 0:00:16.742 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 02 January 2024 19:37:15 +0000 (0:00:01.296) 0:00:18.038 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 02 January 2024 19:37:15 +0000 (0:00:00.029) 0:00:18.067 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 02 January 2024 19:37:15 +0000 (0:00:00.022) 0:00:18.090 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 02 January 2024 19:37:15 +0000 (0:00:00.023) 0:00:18.113 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 02 January 2024 19:37:15 +0000 (0:00:00.051) 0:00:18.165 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 02 January 2024 19:37:15 +0000 (0:00:00.022) 0:00:18.188 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 02 January 2024 19:37:15 +0000 (0:00:00.021) 0:00:18.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 02 January 2024 19:37:15 +0000 (0:00:00.049) 0:00:18.258 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 02 January 2024 19:37:15 +0000 (0:00:00.354) 0:00:18.612 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.032) 0:00:18.645 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.028) 0:00:18.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.027) 0:00:18.701 ******* 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, 8dfaeb13-1a39-4352-89c0-498456fe84b8 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 (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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.364) 0:00:19.066 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.023) 0:00:19.090 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 (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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.025) 0:00:19.115 ******* 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, 8dfaeb13-1a39-4352-89c0-498456fe84b8\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 (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, 8dfaeb13-1a39-4352-89c0-498456fe84b8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 (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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.030) 0:00:19.145 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.024) 0:00:19.169 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:67 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.189) 0:00:19.359 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:70 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.022) 0:00:19.382 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.063) 0:00:19.445 ******* included: /WORKDIR/git-route_type_qla6794/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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.038) 0:00:19.483 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.028) 0:00:19.512 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.022) 0:00:19.534 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 02 January 2024 19:37:16 +0000 (0:00:00.022) 0:00:19.556 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 02 January 2024 19:37:18 +0000 (0:00:01.550) 0:00:21.107 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 02 January 2024 19:37:19 +0000 (0:00:01.324) 0:00:22.431 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 02 January 2024 19:37:19 +0000 (0:00:00.030) 0:00:22.462 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 02 January 2024 19:37:19 +0000 (0:00:00.021) 0:00:22.483 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 02 January 2024 19:37:19 +0000 (0:00:00.022) 0:00:22.506 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 02 January 2024 19:37:19 +0000 (0:00:00.049) 0:00:22.556 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 02 January 2024 19:37:19 +0000 (0:00:00.021) 0:00:22.577 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 02 January 2024 19:37:19 +0000 (0:00:00.022) 0:00:22.600 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.025) 0:00:22.625 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.350) 0:00:22.975 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.031) 0:00:23.007 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.055) 0:00:23.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.027) 0:00:23.090 ******* 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, 8dfaeb13-1a39-4352-89c0-498456fe84b8 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.354) 0:00:23.444 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.027) 0:00:23.472 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.026) 0:00:23.498 ******* 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, 8dfaeb13-1a39-4352-89c0-498456fe84b8 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 8dfaeb13-1a39-4352-89c0-498456fe84b8 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.023) 0:00:23.522 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 02 January 2024 19:37:20 +0000 (0:00:00.021) 0:00:23.544 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:74 Tuesday 02 January 2024 19:37:21 +0000 (0:00:00.191) 0:00:23.735 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:82 Tuesday 02 January 2024 19:37:21 +0000 (0:00:00.022) 0:00:23.758 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 02 January 2024 19:37:21 +0000 (0:00:00.038) 0:00:23.797 ******* included: /WORKDIR/git-route_type_qla6794/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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 02 January 2024 19:37:21 +0000 (0:00:00.038) 0:00:23.835 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 02 January 2024 19:37:21 +0000 (0:00:00.027) 0:00:23.863 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 02 January 2024 19:37:21 +0000 (0:00:00.022) 0:00:23.886 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 02 January 2024 19:37:21 +0000 (0:00:00.047) 0:00:23.933 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 02 January 2024 19:37:22 +0000 (0:00:01.565) 0:00:25.499 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 02 January 2024 19:37:24 +0000 (0:00:01.325) 0:00:26.825 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.028) 0:00:26.853 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.021) 0:00:26.875 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.022) 0:00:26.898 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.050) 0:00:26.948 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.021) 0:00:26.969 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.021) 0:00:26.991 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.025) 0:00:27.017 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.354) 0:00:27.372 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.031) 0:00:27.404 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.028) 0:00:27.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 02 January 2024 19:37:24 +0000 (0:00:00.028) 0:00:27.461 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.409) 0:00:27.870 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.021) 0:00:27.891 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.050) 0:00:27.942 ******* 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_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.022) 0:00:27.965 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.019) 0:00:27.985 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:91 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.192) 0:00:28.178 ******* included: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:3 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.038) 0:00:28.216 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:8 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.021) 0:00:28.238 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:13 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.021) 0:00:28.259 ******* included: /WORKDIR/git-route_type_qla6794/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/show_interfaces.yml:3 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.034) 0:00:28.293 ******* included: /WORKDIR/git-route_type_qla6794/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/get_current_interfaces.yml:3 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.033) 0:00:28.327 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003576", "end": "2024-01-02 19:37:25.869639", "rc": 0, "start": "2024-01-02 19:37:25.866063" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/get_current_interfaces.yml:9 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.197) 0:00:28.525 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/show_interfaces.yml:5 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.023) 0:00:28.548 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:16 Tuesday 02 January 2024 19:37:25 +0000 (0:00:00.021) 0:00:28.570 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:24 Tuesday 02 January 2024 19:37:28 +0000 (0:00:03.027) 0:00:31.598 ******* 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_type_qla6794/tests/tasks/manage_test_interface.yml:33 Tuesday 02 January 2024 19:37:29 +0000 (0:00:00.030) 0:00:31.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:41 Tuesday 02 January 2024 19:37:29 +0000 (0:00:00.021) 0:00:31.650 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.015285", "end": "2024-01-02 19:37:29.210017", "rc": 0, "start": "2024-01-02 19:37:29.194732" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:48 Tuesday 02 January 2024 19:37:29 +0000 (0:00:00.216) 0:00:31.867 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:54 Tuesday 02 January 2024 19:37:29 +0000 (0:00:00.022) 0:00:31.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:61 Tuesday 02 January 2024 19:37:29 +0000 (0:00:00.054) 0:00:31.944 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:67 Tuesday 02 January 2024 19:37:29 +0000 (0:00:00.026) 0:00:31.970 ******* 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 02 January 2024 19:37:29 +0000 (0:00:00.010) 0:00:31.980 ******* =============================================================================== Install iproute --------------------------------------------------------- 3.27s /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.03s /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:16 ------ linux-system-roles.network : Check which services are running ----------- 1.66s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.62s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.54s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which packages are installed --------- 1.47s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.32s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.31s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.81s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:155 Gathering Facts --------------------------------------------------------- 0.67s /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.62s /WORKDIR/git-route_type_qla6794/tests/tasks/manage_test_interface.yml:24 ------ linux-system-roles.network : Configure networking connection profiles --- 0.41s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.35s /WORKDIR/git-route_type_qla6794/tests/roles/linux-system-roles.network/tasks/main.yml:85 Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-route_type_qla6794/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---