# 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_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:4 Friday 29 December 2023 14:45:47 +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_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:13 Friday 29 December 2023 14:45:47 +0000 (0:00:00.636) 0:00:00.649 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:18 Friday 29 December 2023 14:45:48 +0000 (0:00:00.293) 0:00:00.942 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:21 Friday 29 December 2023 14:45:48 +0000 (0:00:00.034) 0:00:00.977 ******* included: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:3 Friday 29 December 2023 14:45:48 +0000 (0:00:00.015) 0:00:00.993 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:8 Friday 29 December 2023 14:45:48 +0000 (0:00:00.022) 0:00:01.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:13 Friday 29 December 2023 14:45:48 +0000 (0:00:00.017) 0:00:01.032 ******* included: /WORKDIR/git-route_type61ziwq4k/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/show_interfaces.yml:3 Friday 29 December 2023 14:45:48 +0000 (0:00:00.011) 0:00:01.043 ******* included: /WORKDIR/git-route_type61ziwq4k/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/get_current_interfaces.yml:3 Friday 29 December 2023 14:45:48 +0000 (0:00:00.010) 0:00:01.054 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003433", "end": "2023-12-29 14:45:48.531651", "rc": 0, "start": "2023-12-29 14:45:48.528218" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/get_current_interfaces.yml:9 Friday 29 December 2023 14:45:48 +0000 (0:00:00.271) 0:00:01.326 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/show_interfaces.yml:5 Friday 29 December 2023 14:45:48 +0000 (0:00:00.020) 0:00:01.347 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:16 Friday 29 December 2023 14:45:48 +0000 (0:00:00.022) 0:00:01.369 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:24 Friday 29 December 2023 14:45:49 +0000 (0:00:01.074) 0:00:02.444 ******* 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.009323", "end": "2023-12-29 14:45:49.906702", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-29 14:45:49.897379" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003662", "end": "2023-12-29 14:45:50.128876", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-29 14:45:50.125214" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004467", "end": "2023-12-29 14:45:50.315082", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-29 14:45:50.310615" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:33 Friday 29 December 2023 14:45:50 +0000 (0:00:00.667) 0:00:03.111 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023377", "end": "2023-12-29 14:45:50.528959", "rc": 0, "start": "2023-12-29 14:45:50.505582" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:41 Friday 29 December 2023 14:45:50 +0000 (0:00:00.236) 0:00:03.347 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:48 Friday 29 December 2023 14:45:50 +0000 (0:00:00.050) 0:00:03.398 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:54 Friday 29 December 2023 14:45:50 +0000 (0:00:00.024) 0:00:03.422 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:61 Friday 29 December 2023 14:45:50 +0000 (0:00:00.020) 0:00:03.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:67 Friday 29 December 2023 14:45:50 +0000 (0:00:00.015) 0:00:03.459 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:25 Friday 29 December 2023 14:45:50 +0000 (0:00:00.025) 0:00:03.484 ******* included: /WORKDIR/git-route_type61ziwq4k/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/assert_device_present.yml:3 Friday 29 December 2023 14:45:50 +0000 (0:00:00.020) 0:00:03.505 ******* included: /WORKDIR/git-route_type61ziwq4k/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/get_interface_stat.yml:3 Friday 29 December 2023 14:45:50 +0000 (0:00:00.023) 0:00:03.529 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703861149.9011352, "block_size": 4096, "blocks": 0, "ctime": 1703861149.9011352, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26622, "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": 1703861149.9011352, "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_type61ziwq4k/tests/tasks/assert_device_present.yml:5 Friday 29 December 2023 14:45:50 +0000 (0:00:00.207) 0:00:03.736 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:39 Friday 29 December 2023 14:45:50 +0000 (0:00:00.023) 0:00:03.759 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:45:51 +0000 (0:00:00.048) 0:00:03.807 ******* included: /WORKDIR/git-route_type61ziwq4k/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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:45:51 +0000 (0:00:00.068) 0:00:03.876 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:45:51 +0000 (0:00:00.016) 0:00:03.892 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:45:51 +0000 (0:00:00.021) 0:00:03.914 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:45:51 +0000 (0:00:00.027) 0:00:03.941 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:45:52 +0000 (0:00:01.491) 0:00:05.433 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:45:53 +0000 (0:00:01.266) 0:00:06.699 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:45:53 +0000 (0:00:00.036) 0:00:06.736 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:45:54 +0000 (0:00:00.050) 0:00:06.787 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:45:54 +0000 (0:00:00.039) 0:00:06.826 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:45:54 +0000 (0:00:00.083) 0:00:06.909 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:45:54 +0000 (0:00:00.042) 0:00:06.952 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:45:54 +0000 (0:00:00.021) 0:00:06.973 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:45:54 +0000 (0:00:00.033) 0:00:07.006 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:45:54 +0000 (0:00:00.552) 0:00:07.558 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:45:54 +0000 (0:00:00.057) 0:00:07.616 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:45:54 +0000 (0:00:00.027) 0:00:07.644 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:45:54 +0000 (0:00:00.026) 0:00:07.671 ******* 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, 6652ef25-6220-4075-a620-0c6a9ab608e8 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:45:55 +0000 (0:00:00.574) 0:00:08.246 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:45:55 +0000 (0:00:00.045) 0:00:08.291 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:45:55 +0000 (0:00:00.038) 0:00:08.329 ******* 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, 6652ef25-6220-4075-a620-0c6a9ab608e8\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:45:55 +0000 (0:00:00.030) 0:00:08.360 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:45:55 +0000 (0:00:00.054) 0:00:08.415 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:43 Friday 29 December 2023 14:45:55 +0000 (0:00:00.324) 0:00:08.739 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:46 Friday 29 December 2023 14:45:56 +0000 (0:00:00.043) 0:00:08.783 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:45:56 +0000 (0:00:00.040) 0:00:08.823 ******* included: /WORKDIR/git-route_type61ziwq4k/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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:45:56 +0000 (0:00:00.038) 0:00:08.861 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:45:56 +0000 (0:00:00.029) 0:00:08.891 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:45:56 +0000 (0:00:00.021) 0:00:08.913 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:45:56 +0000 (0:00:00.037) 0:00:08.950 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:45:57 +0000 (0:00:01.439) 0:00:10.390 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:45:58 +0000 (0:00:01.036) 0:00:11.426 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:45:58 +0000 (0:00:00.097) 0:00:11.523 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:45:58 +0000 (0:00:00.043) 0:00:11.567 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:45:58 +0000 (0:00:00.031) 0:00:11.598 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:45:58 +0000 (0:00:00.061) 0:00:11.660 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:45:58 +0000 (0:00:00.028) 0:00:11.689 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:45:58 +0000 (0:00:00.023) 0:00:11.713 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:45:58 +0000 (0:00:00.029) 0:00:11.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:45:59 +0000 (0:00:00.399) 0:00:12.141 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:45:59 +0000 (0:00:00.073) 0:00:12.214 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:45:59 +0000 (0:00:00.049) 0:00:12.264 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:45:59 +0000 (0:00:00.050) 0:00:12.315 ******* 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, 6652ef25-6220-4075-a620-0c6a9ab608e8 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:45:59 +0000 (0:00:00.445) 0:00:12.760 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:46:00 +0000 (0:00:00.068) 0:00:12.829 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:46:00 +0000 (0:00:00.043) 0:00:12.872 ******* 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, 6652ef25-6220-4075-a620-0c6a9ab608e8 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:46:00 +0000 (0:00:00.028) 0:00:12.901 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:46:00 +0000 (0:00:00.022) 0:00:12.924 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:50 Friday 29 December 2023 14:46:00 +0000 (0:00:00.234) 0:00:13.159 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:63 Friday 29 December 2023 14:46:00 +0000 (0:00:00.086) 0:00:13.245 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:46:00 +0000 (0:00:00.067) 0:00:13.312 ******* included: /WORKDIR/git-route_type61ziwq4k/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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:46:00 +0000 (0:00:00.093) 0:00:13.406 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:46:00 +0000 (0:00:00.078) 0:00:13.484 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:46:00 +0000 (0:00:00.025) 0:00:13.509 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:46:00 +0000 (0:00:00.021) 0:00:13.531 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:46:02 +0000 (0:00:01.437) 0:00:14.968 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:46:03 +0000 (0:00:00.984) 0:00:15.952 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:46:03 +0000 (0:00:00.034) 0:00:15.986 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:46:03 +0000 (0:00:00.022) 0:00:16.009 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:46:03 +0000 (0:00:00.030) 0:00:16.039 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:46:03 +0000 (0:00:00.173) 0:00:16.213 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:46:03 +0000 (0:00:00.040) 0:00:16.253 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:46:03 +0000 (0:00:00.080) 0:00:16.333 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:46:03 +0000 (0:00:00.052) 0:00:16.386 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:46:04 +0000 (0:00:00.424) 0:00:16.811 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:46:04 +0000 (0:00:00.041) 0:00:16.852 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:46:04 +0000 (0:00:00.035) 0:00:16.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:46:04 +0000 (0:00:00.044) 0:00:16.932 ******* 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, 6652ef25-6220-4075-a620-0c6a9ab608e8 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 (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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:46:04 +0000 (0:00:00.474) 0:00:17.407 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:46:04 +0000 (0:00:00.064) 0:00:17.472 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 (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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:46:04 +0000 (0:00:00.093) 0:00:17.565 ******* 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, 6652ef25-6220-4075-a620-0c6a9ab608e8\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 (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, 6652ef25-6220-4075-a620-0c6a9ab608e8", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 (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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:46:04 +0000 (0:00:00.079) 0:00:17.645 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:46:04 +0000 (0:00:00.058) 0:00:17.703 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:67 Friday 29 December 2023 14:46:05 +0000 (0:00:00.242) 0:00:17.946 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:70 Friday 29 December 2023 14:46:05 +0000 (0:00:00.035) 0:00:17.982 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:46:05 +0000 (0:00:00.053) 0:00:18.035 ******* included: /WORKDIR/git-route_type61ziwq4k/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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:46:05 +0000 (0:00:00.063) 0:00:18.099 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:46:05 +0000 (0:00:00.047) 0:00:18.146 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:46:05 +0000 (0:00:00.025) 0:00:18.172 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:46:05 +0000 (0:00:00.048) 0:00:18.220 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:46:06 +0000 (0:00:01.458) 0:00:19.678 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:46:07 +0000 (0:00:01.039) 0:00:20.718 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:46:08 +0000 (0:00:00.063) 0:00:20.781 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:46:08 +0000 (0:00:00.031) 0:00:20.813 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:46:08 +0000 (0:00:00.053) 0:00:20.866 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:46:08 +0000 (0:00:00.084) 0:00:20.951 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:46:08 +0000 (0:00:00.021) 0:00:20.973 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:46:08 +0000 (0:00:00.044) 0:00:21.017 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:46:08 +0000 (0:00:00.088) 0:00:21.105 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:46:08 +0000 (0:00:00.411) 0:00:21.517 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:46:08 +0000 (0:00:00.055) 0:00:21.573 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:46:08 +0000 (0:00:00.072) 0:00:21.646 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:46:08 +0000 (0:00:00.048) 0:00:21.694 ******* 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, 6652ef25-6220-4075-a620-0c6a9ab608e8 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:46:09 +0000 (0:00:00.422) 0:00:22.116 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:46:09 +0000 (0:00:00.052) 0:00:22.169 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:46:09 +0000 (0:00:00.057) 0:00:22.226 ******* 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, 6652ef25-6220-4075-a620-0c6a9ab608e8 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 6652ef25-6220-4075-a620-0c6a9ab608e8 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:46:09 +0000 (0:00:00.080) 0:00:22.306 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:46:09 +0000 (0:00:00.061) 0:00:22.367 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:74 Friday 29 December 2023 14:46:09 +0000 (0:00:00.190) 0:00:22.558 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:82 Friday 29 December 2023 14:46:09 +0000 (0:00:00.036) 0:00:22.595 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:46:09 +0000 (0:00:00.039) 0:00:22.635 ******* included: /WORKDIR/git-route_type61ziwq4k/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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:46:09 +0000 (0:00:00.043) 0:00:22.679 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:46:09 +0000 (0:00:00.029) 0:00:22.708 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:46:09 +0000 (0:00:00.046) 0:00:22.754 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:46:09 +0000 (0:00:00.021) 0:00:22.776 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:46:11 +0000 (0:00:01.549) 0:00:24.326 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:46:12 +0000 (0:00:00.986) 0:00:25.312 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:46:12 +0000 (0:00:00.136) 0:00:25.448 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:46:12 +0000 (0:00:00.035) 0:00:25.483 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:46:12 +0000 (0:00:00.023) 0:00:25.507 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:46:12 +0000 (0:00:00.060) 0:00:25.568 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:46:12 +0000 (0:00:00.026) 0:00:25.594 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:46:12 +0000 (0:00:00.037) 0:00:25.632 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:46:12 +0000 (0:00:00.028) 0:00:25.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:46:13 +0000 (0:00:00.408) 0:00:26.068 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:46:13 +0000 (0:00:00.040) 0:00:26.109 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:46:13 +0000 (0:00:00.027) 0:00:26.136 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:46:13 +0000 (0:00:00.046) 0:00:26.183 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:46:13 +0000 (0:00:00.486) 0:00:26.669 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:46:13 +0000 (0:00:00.094) 0:00:26.764 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:46:14 +0000 (0:00:00.062) 0:00:26.826 ******* 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_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:46:14 +0000 (0:00:00.052) 0:00:26.879 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:46:14 +0000 (0:00:00.070) 0:00:26.949 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:91 Friday 29 December 2023 14:46:14 +0000 (0:00:00.205) 0:00:27.155 ******* included: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:3 Friday 29 December 2023 14:46:14 +0000 (0:00:00.089) 0:00:27.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:8 Friday 29 December 2023 14:46:14 +0000 (0:00:00.023) 0:00:27.268 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:13 Friday 29 December 2023 14:46:14 +0000 (0:00:00.027) 0:00:27.296 ******* included: /WORKDIR/git-route_type61ziwq4k/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/show_interfaces.yml:3 Friday 29 December 2023 14:46:14 +0000 (0:00:00.038) 0:00:27.334 ******* included: /WORKDIR/git-route_type61ziwq4k/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/get_current_interfaces.yml:3 Friday 29 December 2023 14:46:14 +0000 (0:00:00.084) 0:00:27.418 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2023-12-29 14:46:14.856490", "rc": 0, "start": "2023-12-29 14:46:14.852871" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/get_current_interfaces.yml:9 Friday 29 December 2023 14:46:14 +0000 (0:00:00.270) 0:00:27.689 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/show_interfaces.yml:5 Friday 29 December 2023 14:46:14 +0000 (0:00:00.051) 0:00:27.741 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:16 Friday 29 December 2023 14:46:14 +0000 (0:00:00.030) 0:00:27.771 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:24 Friday 29 December 2023 14:46:15 +0000 (0:00:00.938) 0:00:28.710 ******* 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_type61ziwq4k/tests/tasks/manage_test_interface.yml:33 Friday 29 December 2023 14:46:15 +0000 (0:00:00.052) 0:00:28.762 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:41 Friday 29 December 2023 14:46:16 +0000 (0:00:00.056) 0:00:28.818 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.016254", "end": "2023-12-29 14:46:16.266248", "rc": 0, "start": "2023-12-29 14:46:16.249994" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:48 Friday 29 December 2023 14:46:16 +0000 (0:00:00.301) 0:00:29.120 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:54 Friday 29 December 2023 14:46:16 +0000 (0:00:00.033) 0:00:29.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:61 Friday 29 December 2023 14:46:16 +0000 (0:00:00.050) 0:00:29.204 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:67 Friday 29 December 2023 14:46:16 +0000 (0:00:00.035) 0:00:29.240 ******* 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 Friday 29 December 2023 14:46:16 +0000 (0:00:00.009) 0:00:29.249 ******* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.92s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.79s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.27s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.07s /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:16 ------ linux-system-roles.network : Check which packages are installed --------- 1.04s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.04s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.99s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:155 linux-system-roles.network : Check which packages are installed --------- 0.99s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.98s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.94s /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:16 ------ Create veth interface testnic1 ------------------------------------------ 0.67s /WORKDIR/git-route_type61ziwq4k/tests/tasks/manage_test_interface.yml:24 ------ Gathering Facts --------------------------------------------------------- 0.64s /WORKDIR/git-route_type61ziwq4k/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Configure networking connection profiles --- 0.49s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.41s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Install packages --------------------------- 0.40s /WORKDIR/git-route_type61ziwq4k/tests/roles/linux-system-roles.network/tasks/main.yml:30 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---