# 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_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-weekly-cinm9evyig/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/tests_states_nm.yml:6 Saturday 17 February 2024 19:43:02 +0000 (0:00:00.013) 0:00:00.013 ***** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/tests_states_nm.yml:9 Saturday 17 February 2024 19:43:02 +0000 (0:00:00.579) 0:00:00.592 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/el_repo_setup.yml:3 Saturday 17 February 2024 19:43:02 +0000 (0:00:00.022) 0:00:00.615 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/el_repo_setup.yml:19 Saturday 17 February 2024 19:43:03 +0000 (0:00:00.239) 0:00:00.855 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/el_repo_setup.yml:24 Saturday 17 February 2024 19:43:03 +0000 (0:00:00.192) 0:00:01.048 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/el_repo_setup.yml:28 Saturday 17 February 2024 19:43:03 +0000 (0:00:00.019) 0:00:01.067 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/el_repo_setup.yml:53 Saturday 17 February 2024 19:43:03 +0000 (0:00:00.017) 0:00:01.084 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/enable_epel.yml:8 Saturday 17 February 2024 19:43:03 +0000 (0:00:00.030) 0:00:01.115 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/enable_epel.yml:24 Saturday 17 February 2024 19:43:03 +0000 (0:00:00.182) 0:00:01.297 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } lsrpackages: yum-utils TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/enable_epel.yml:30 Saturday 17 February 2024 19:43:03 +0000 (0:00:00.450) 0:00:01.748 ***** ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.182202", "end": "2024-02-17 19:43:04.271423", "rc": 0, "start": "2024-02-17 19:43:04.089221" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=stock&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/enable_epel.yml:35 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.315) 0:00:02.063 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tasks/enable_epel.yml:40 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.010) 0:00:02.074 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/tests_states_nm.yml:11 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.009) 0:00:02.083 ***** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tests_states.yml:3 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.010) 0:00:02.094 ***** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tests_states.yml:11 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.373) 0:00:02.467 ***** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tests_states.yml:22 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.009) 0:00:02.477 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:5 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.015) 0:00:02.492 ***** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:9 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.010) 0:00:02.503 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_present.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:21 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.031) 0:00:02.534 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.013) 0:00:02.548 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.012) 0:00:02.560 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003865", "end": "2024-02-17 19:43:04.895539", "rc": 0, "start": "2024-02-17 19:43:04.891674" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.125) 0:00:02.686 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.010) 0:00:02.697 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:24 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.009) 0:00:02.706 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/delete_interface.yml:3 Saturday 17 February 2024 19:43:04 +0000 (0:00:00.019) 0:00:02.726 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.011890", "end": "2024-02-17 19:43:05.069085", "rc": 1, "start": "2024-02-17 19:43:05.057195" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.133) 0:00:02.859 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.015) 0:00:02.874 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.122) 0:00:02.997 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:30 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.011) 0:00:03.009 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.018) 0:00:03.027 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.032) 0:00:03.060 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.068) 0:00:03.129 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.012) 0:00:03.141 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.010) 0:00:03.152 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:05 +0000 (0:00:00.012) 0:00:03.164 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:06 +0000 (0:00:00.784) 0:00:03.949 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:07 +0000 (0:00:01.088) 0:00:05.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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.023) 0:00:05.061 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.029) 0:00:05.091 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.021) 0:00:05.112 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.046) 0:00:05.159 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.021) 0:00:05.181 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.022) 0:00:05.203 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.025) 0:00:05.228 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.353) 0:00:05.581 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.024) 0:00:05.606 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.019) 0:00:05.625 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:07 +0000 (0:00:00.019) 0:00:05.645 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6f06fa6c-38e5-4c5f-9a89-fb22cc79aea6 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.440) 0:00:06.085 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.021) 0:00:06.106 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6f06fa6c-38e5-4c5f-9a89-fb22cc79aea6" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.020) 0:00:06.127 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6f06fa6c-38e5-4c5f-9a89-fb22cc79aea6\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6f06fa6c-38e5-4c5f-9a89-fb22cc79aea6" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.043) 0:00:06.171 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.021) 0:00:06.192 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.186) 0:00:06.378 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6f06fa6c-38e5-4c5f-9a89-fb22cc79aea6\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6f06fa6c-38e5-4c5f-9a89-fb22cc79aea6" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:36 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.023) 0:00:06.402 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.039) 0:00:06.442 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.037) 0:00:06.479 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.021) 0:00:06.500 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708198988.2235, "block_size": 4096, "blocks": 8, "ctime": 1708198988.2224998, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25406, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708198988.2224998, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 146, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.136) 0:00:06.637 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 17 February 2024 19:43:08 +0000 (0:00:00.023) 0:00:06.661 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.025025", "end": "2024-02-17 19:43:09.017148", "rc": 0, "start": "2024-02-17 19:43:08.992123" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.157) 0:00:06.818 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.023) 0:00:06.842 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.022) 0:00:06.864 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.021) 0:00:06.885 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.023) 0:00:06.909 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.045) 0:00:06.954 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.023) 0:00:06.977 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.023) 0:00:07.001 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:42 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.021) 0:00:07.022 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.041) 0:00:07.063 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.033) 0:00:07.096 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708198988.2345, "block_size": 4096, "blocks": 0, "ctime": 1708198988.2254999, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17665, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1708198988.2254999, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.137) 0:00:07.233 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:47 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.026) 0:00:07.260 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:66 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.024) 0:00:07.284 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.039) 0:00:07.323 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.078009", "end": "2024-02-17 19:43:09.731489", "rc": 1, "start": "2024-02-17 19:43:09.653480" } STDOUT: Connection 'statebr' (6f06fa6c-38e5-4c5f-9a89-fb22cc79aea6) successfully deleted. STDERR: (process:13366): GLib-GIO-WARNING **: 19:43:09.710: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/41 but no object proxy exists (process:13366): GLib-GIO-WARNING **: 19:43:09.711: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/IP6Config/78 but no object proxy exists (process:13366): GLib-GIO-WARNING **: 19:43:09.711: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/Devices/46 but no object proxy exists Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tests_states.yml:45 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.208) 0:00:07.531 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:5 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.035) 0:00:07.567 ***** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:9 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.020) 0:00:07.588 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:21 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.064) 0:00:07.652 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.033) 0:00:07.685 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:43:09 +0000 (0:00:00.031) 0:00:07.717 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003805", "end": "2024-02-17 19:43:10.050944", "rc": 0, "start": "2024-02-17 19:43:10.047139" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.134) 0:00:07.852 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.021) 0:00:07.873 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:24 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.021) 0:00:07.894 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/delete_interface.yml:3 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.040) 0:00:07.935 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007456", "end": "2024-02-17 19:43:10.273448", "rc": 1, "start": "2024-02-17 19:43:10.265992" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.136) 0:00:08.072 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.032) 0:00:08.105 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.133) 0:00:08.238 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:30 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.023) 0:00:08.262 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.038) 0:00:08.300 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.064) 0:00:08.364 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.040) 0:00:08.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 : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.028) 0:00:08.432 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.021) 0:00:08.454 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:10 +0000 (0:00:00.021) 0:00:08.476 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:11 +0000 (0:00:00.720) 0:00:09.197 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.922) 0:00:10.119 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.049) 0:00:10.168 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.021) 0:00:10.190 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.020) 0:00:10.210 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.042) 0:00:10.253 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.019) 0:00:10.273 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.020) 0:00:10.293 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.025) 0:00:10.318 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.232) 0:00:10.550 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.025) 0:00:10.576 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.021) 0:00:10.598 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:12 +0000 (0:00:00.019) 0:00:10.618 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9c6b1617-7ef8-4257-b16e-973543e55db7 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.291) 0:00:10.909 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.019) 0:00:10.929 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9c6b1617-7ef8-4257-b16e-973543e55db7" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.022) 0:00:10.951 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9c6b1617-7ef8-4257-b16e-973543e55db7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9c6b1617-7ef8-4257-b16e-973543e55db7" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.022) 0:00:10.974 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.019) 0:00:10.993 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.149) 0:00:11.142 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9c6b1617-7ef8-4257-b16e-973543e55db7\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9c6b1617-7ef8-4257-b16e-973543e55db7" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:36 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.022) 0:00:11.165 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.043) 0:00:11.208 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.033) 0:00:11.242 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.134) 0:00:11.377 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.023) 0:00:11.400 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.035) 0:00:11.436 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.020) 0:00:11.457 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708198993.0914874, "block_size": 4096, "blocks": 8, "ctime": 1708198993.0914874, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25408, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708198993.0914874, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 145, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.132) 0:00:11.589 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.022) 0:00:11.612 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022479", "end": "2024-02-17 19:43:13.965967", "rc": 0, "start": "2024-02-17 19:43:13.943488" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 17 February 2024 19:43:13 +0000 (0:00:00.154) 0:00:11.767 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.023) 0:00:11.790 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.023) 0:00:11.814 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.021) 0:00:11.836 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.052) 0:00:11.888 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.024) 0:00:11.912 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.025) 0:00:11.937 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.023) 0:00:11.961 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:42 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.021) 0:00:11.983 ***** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:47 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.020) 0:00:12.003 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:66 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.020) 0:00:12.024 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.040) 0:00:12.064 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.046889", "end": "2024-02-17 19:43:14.442930", "rc": 1, "start": "2024-02-17 19:43:14.396041" } STDOUT: Connection 'statebr' (9c6b1617-7ef8-4257-b16e-973543e55db7) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tests_states.yml:65 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.178) 0:00:12.243 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:5 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.036) 0:00:12.279 ***** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:9 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.021) 0:00:12.300 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:21 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.042) 0:00:12.343 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.032) 0:00:12.376 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.034) 0:00:12.410 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003533", "end": "2024-02-17 19:43:14.748380", "rc": 0, "start": "2024-02-17 19:43:14.744847" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.137) 0:00:12.547 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.024) 0:00:12.572 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:24 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.022) 0:00:12.595 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.039) 0:00:12.635 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.036) 0:00:12.671 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.040) 0:00:12.712 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.028) 0:00:12.740 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:14 +0000 (0:00:00.021) 0:00:12.762 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:15 +0000 (0:00:00.021) 0:00:12.784 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:15 +0000 (0:00:00.704) 0:00:13.488 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:16 +0000 (0:00:00.950) 0:00:14.438 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:16 +0000 (0:00:00.023) 0:00:14.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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:16 +0000 (0:00:00.021) 0:00:14.483 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:16 +0000 (0:00:00.021) 0:00:14.505 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:16 +0000 (0:00:00.043) 0:00:14.549 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:16 +0000 (0:00:00.020) 0:00:14.569 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:16 +0000 (0:00:00.020) 0:00:14.590 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:16 +0000 (0:00:00.024) 0:00:14.614 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.225) 0:00:14.839 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.025) 0:00:14.865 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.019) 0:00:14.885 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.019) 0:00:14.904 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.351) 0:00:15.255 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.021) 0:00:15.277 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.022) 0:00:15.300 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.022) 0:00:15.322 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.022) 0:00:15.345 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.132) 0:00:15.477 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:30 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.024) 0:00:15.501 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/activate_profile.yml:3 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.039) 0:00:15.541 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.040) 0:00:15.581 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.039) 0:00:15.620 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.032) 0:00:15.653 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.020) 0:00:15.674 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:17 +0000 (0:00:00.019) 0:00:15.694 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:18 +0000 (0:00:00.708) 0:00:16.402 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:19 +0000 (0:00:00.923) 0:00:17.326 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:19 +0000 (0:00:00.022) 0:00:17.349 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:19 +0000 (0:00:00.021) 0:00:17.371 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:19 +0000 (0:00:00.022) 0:00:17.393 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:19 +0000 (0:00:00.042) 0:00:17.436 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:19 +0000 (0:00:00.022) 0:00:17.458 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:19 +0000 (0:00:00.021) 0:00:17.480 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:19 +0000 (0:00:00.026) 0:00:17.506 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:19 +0000 (0:00:00.253) 0:00:17.759 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.026) 0:00:17.786 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.019) 0:00:17.805 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.020) 0:00:17.826 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.278) 0:00:18.104 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.021) 0:00:18.126 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.021) 0:00:18.148 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7ee262d2-790d-4b2f-9a6c-756c6972b286 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.023) 0:00:18.171 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.020) 0:00:18.192 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:36 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.126) 0:00:18.319 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.040) 0:00:18.360 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.033) 0:00:18.393 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708198997.3984764, "block_size": 4096, "blocks": 0, "ctime": 1708198997.3974762, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17665, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1708198997.3974762, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.134) 0:00:18.527 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.023) 0:00:18.551 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.066) 0:00:18.618 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 17 February 2024 19:43:20 +0000 (0:00:00.030) 0:00:18.648 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708198997.448476, "block_size": 4096, "blocks": 8, "ctime": 1708198997.3964763, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25408, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708198997.3964763, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 146, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.134) 0:00:18.783 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.023) 0:00:18.807 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023767", "end": "2024-02-17 19:43:21.163059", "rc": 0, "start": "2024-02-17 19:43:21.139292" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.157) 0:00:18.964 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.024) 0:00:18.989 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.023) 0:00:19.012 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.022) 0:00:19.035 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.024) 0:00:19.059 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.023) 0:00:19.082 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.023) 0:00:19.106 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.022) 0:00:19.129 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:42 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.023) 0:00:19.152 ***** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:47 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.020) 0:00:19.172 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:66 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.021) 0:00:19.194 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.039) 0:00:19.233 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.080205", "end": "2024-02-17 19:43:21.644999", "rc": 1, "start": "2024-02-17 19:43:21.564794" } STDOUT: Connection 'statebr' (7ee262d2-790d-4b2f-9a6c-756c6972b286) successfully deleted. STDERR: (process:14083): GLib-GIO-WARNING **: 19:43:21.626: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/42 but no object proxy exists (process:14083): libnm-WARNING **: 19:43:21.630: no object known for /org/freedesktop/NetworkManager/Devices/47 Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tests_states.yml:83 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.214) 0:00:19.448 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:5 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.037) 0:00:19.485 ***** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:9 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.022) 0:00:19.507 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:21 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.046) 0:00:19.554 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.034) 0:00:19.588 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.033) 0:00:19.621 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003915", "end": "2024-02-17 19:43:21.957373", "rc": 0, "start": "2024-02-17 19:43:21.953458" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:43:21 +0000 (0:00:00.136) 0:00:19.758 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:43:22 +0000 (0:00:00.023) 0:00:19.782 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:24 Saturday 17 February 2024 19:43:22 +0000 (0:00:00.021) 0:00:19.803 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 17 February 2024 19:43:22 +0000 (0:00:00.041) 0:00:19.845 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:22 +0000 (0:00:00.040) 0:00:19.885 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:22 +0000 (0:00:00.065) 0:00:19.951 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:22 +0000 (0:00:00.026) 0:00:19.978 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:22 +0000 (0:00:00.020) 0:00:19.998 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:22 +0000 (0:00:00.020) 0:00:20.018 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:22 +0000 (0:00:00.711) 0:00:20.730 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:23 +0000 (0:00:00.941) 0:00:21.671 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:23 +0000 (0:00:00.024) 0:00:21.696 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:23 +0000 (0:00:00.027) 0:00:21.723 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.056) 0:00:21.780 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.045) 0:00:21.825 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.022) 0:00:21.848 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.021) 0:00:21.870 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.027) 0:00:21.897 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.233) 0:00:22.130 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.025) 0:00:22.156 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.021) 0:00:22.177 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.022) 0:00:22.200 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.333) 0:00:22.533 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.021) 0:00:22.555 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.023) 0:00:22.578 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.023) 0:00:22.601 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.023) 0:00:22.624 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 17 February 2024 19:43:24 +0000 (0:00:00.132) 0:00:22.757 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/activate_profile.yml:3 Saturday 17 February 2024 19:43:25 +0000 (0:00:00.024) 0:00:22.781 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:25 +0000 (0:00:00.063) 0:00:22.845 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:25 +0000 (0:00:00.041) 0:00:22.887 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:25 +0000 (0:00:00.028) 0:00:22.915 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:25 +0000 (0:00:00.022) 0:00:22.938 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:25 +0000 (0:00:00.021) 0:00:22.959 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:25 +0000 (0:00:00.712) 0:00:23.671 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:26 +0000 (0:00:00.927) 0:00:24.599 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:26 +0000 (0:00:00.047) 0:00:24.647 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:26 +0000 (0:00:00.021) 0:00:24.668 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:26 +0000 (0:00:00.020) 0:00:24.689 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:26 +0000 (0:00:00.042) 0:00:24.732 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:26 +0000 (0:00:00.021) 0:00:24.753 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:26 +0000 (0:00:00.022) 0:00:24.775 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.024) 0:00:24.800 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.229) 0:00:25.029 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.025) 0:00:25.055 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.021) 0:00:25.076 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.019) 0:00:25.096 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.277) 0:00:25.373 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.021) 0:00:25.394 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.023) 0:00:25.417 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 0d4e1710-f061-4d27-8a6b-fcb304e71ef2 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.022) 0:00:25.439 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.020) 0:00:25.460 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:30 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.154) 0:00:25.615 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove_profile.yml:3 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.038) 0:00:25.653 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.039) 0:00:25.693 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.042) 0:00:25.736 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:27 +0000 (0:00:00.025) 0:00:25.761 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:28 +0000 (0:00:00.021) 0:00:25.783 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:28 +0000 (0:00:00.021) 0:00:25.805 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:28 +0000 (0:00:00.698) 0:00:26.504 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:29 +0000 (0:00:00.947) 0:00:27.451 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:29 +0000 (0:00:00.022) 0:00:27.473 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:29 +0000 (0:00:00.021) 0:00:27.495 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:29 +0000 (0:00:00.020) 0:00:27.515 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:29 +0000 (0:00:00.044) 0:00:27.559 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:29 +0000 (0:00:00.020) 0:00:27.580 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:29 +0000 (0:00:00.021) 0:00:27.601 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:29 +0000 (0:00:00.024) 0:00:27.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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.227) 0:00:27.853 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.024) 0:00:27.878 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.020) 0:00:27.898 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.020) 0:00:27.918 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.310) 0:00:28.228 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.020) 0:00:28.249 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.049) 0:00:28.299 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.023) 0:00:28.322 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.021) 0:00:28.343 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:36 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.129) 0:00:28.473 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.042) 0:00:28.515 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.034) 0:00:28.550 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708199004.6814575, "block_size": 4096, "blocks": 0, "ctime": 1708199004.6774576, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1708199004.6774576, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.136) 0:00:28.687 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.024) 0:00:28.712 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 17 February 2024 19:43:30 +0000 (0:00:00.053) 0:00:28.765 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.024) 0:00:28.789 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.135) 0:00:28.924 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.021) 0:00:28.946 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023041", "end": "2024-02-17 19:43:31.300856", "rc": 1, "start": "2024-02-17 19:43:31.277815" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.154) 0:00:29.100 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.050) 0:00:29.150 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.022) 0:00:29.173 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.021) 0:00:29.195 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.022) 0:00:29.217 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.021) 0:00:29.239 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:42 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.024) 0:00:29.263 ***** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:47 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.020) 0:00:29.283 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:66 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.023) 0:00:29.307 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.041) 0:00:29.349 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.085224", "end": "2024-02-17 19:43:31.766510", "rc": 1, "start": "2024-02-17 19:43:31.681286" } STDOUT: Connection 'statebr' (0d4e1710-f061-4d27-8a6b-fcb304e71ef2) successfully deleted. STDERR: (process:14701): GLib-GIO-WARNING **: 19:43:31.743: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/43 but no object proxy exists Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tests_states.yml:103 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.218) 0:00:29.567 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:5 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.036) 0:00:29.603 ***** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:9 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.022) 0:00:29.625 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:21 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.042) 0:00:29.668 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.032) 0:00:29.701 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:43:31 +0000 (0:00:00.065) 0:00:29.767 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003866", "end": "2024-02-17 19:43:32.102587", "rc": 0, "start": "2024-02-17 19:43:32.098721" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:43:32 +0000 (0:00:00.135) 0:00:29.903 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:43:32 +0000 (0:00:00.022) 0:00:29.925 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:24 Saturday 17 February 2024 19:43:32 +0000 (0:00:00.021) 0:00:29.947 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 17 February 2024 19:43:32 +0000 (0:00:00.044) 0:00:29.991 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:32 +0000 (0:00:00.037) 0:00:30.028 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:32 +0000 (0:00:00.041) 0:00:30.070 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:32 +0000 (0:00:00.028) 0:00:30.099 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:32 +0000 (0:00:00.022) 0:00:30.121 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:32 +0000 (0:00:00.021) 0:00:30.143 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:33 +0000 (0:00:00.703) 0:00:30.846 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.973) 0:00:31.819 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.023) 0:00:31.842 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.026) 0:00:31.869 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.022) 0:00:31.891 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.045) 0:00:31.936 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.026) 0:00:31.962 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.023) 0:00:31.985 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.027) 0:00:32.013 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.227) 0:00:32.240 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.027) 0:00:32.267 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.021) 0:00:32.289 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.046) 0:00:32.335 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.321) 0:00:32.656 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.022) 0:00:32.679 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.022) 0:00:32.702 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.025) 0:00:32.728 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:34 +0000 (0:00:00.021) 0:00:32.750 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 17 February 2024 19:43:35 +0000 (0:00:00.129) 0:00:32.879 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/activate_profile.yml:3 Saturday 17 February 2024 19:43:35 +0000 (0:00:00.023) 0:00:32.903 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:35 +0000 (0:00:00.035) 0:00:32.939 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:35 +0000 (0:00:00.040) 0:00:32.980 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:35 +0000 (0:00:00.026) 0:00:33.006 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:35 +0000 (0:00:00.021) 0:00:33.028 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:35 +0000 (0:00:00.021) 0:00:33.049 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:35 +0000 (0:00:00.713) 0:00:33.763 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:36 +0000 (0:00:00.926) 0:00:34.690 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:36 +0000 (0:00:00.031) 0:00:34.721 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:36 +0000 (0:00:00.023) 0:00:34.745 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:36 +0000 (0:00:00.023) 0:00:34.769 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.044) 0:00:34.813 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.022) 0:00:34.836 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.023) 0:00:34.860 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.034) 0:00:34.895 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.228) 0:00:35.123 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.051) 0:00:35.175 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.020) 0:00:35.195 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.022) 0:00:35.217 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.280) 0:00:35.498 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.022) 0:00:35.520 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.023) 0:00:35.543 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e3832234-0a51-4bca-80b4-f69cbcb81be4 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.024) 0:00:35.568 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.026) 0:00:35.595 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove_profile.yml:3 Saturday 17 February 2024 19:43:37 +0000 (0:00:00.136) 0:00:35.731 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:38 +0000 (0:00:00.051) 0:00:35.782 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:38 +0000 (0:00:00.039) 0:00:35.821 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:38 +0000 (0:00:00.026) 0:00:35.848 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:38 +0000 (0:00:00.026) 0:00:35.874 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:38 +0000 (0:00:00.023) 0:00:35.897 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:38 +0000 (0:00:00.714) 0:00:36.612 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:39 +0000 (0:00:00.924) 0:00:37.536 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:39 +0000 (0:00:00.022) 0:00:37.559 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:39 +0000 (0:00:00.023) 0:00:37.582 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:39 +0000 (0:00:00.021) 0:00:37.603 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:39 +0000 (0:00:00.042) 0:00:37.646 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:39 +0000 (0:00:00.021) 0:00:37.668 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:39 +0000 (0:00:00.021) 0:00:37.690 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:39 +0000 (0:00:00.024) 0:00:37.715 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.263) 0:00:37.978 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.027) 0:00:38.006 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.022) 0:00:38.028 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.021) 0:00:38.050 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.318) 0:00:38.368 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.022) 0:00:38.391 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.024) 0:00:38.415 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.024) 0:00:38.439 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.021) 0:00:38.461 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:30 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.129) 0:00:38.590 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.038) 0:00:38.629 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.040) 0:00:38.670 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.039) 0:00:38.710 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:40 +0000 (0:00:00.025) 0:00:38.735 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:41 +0000 (0:00:00.047) 0:00:38.782 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:41 +0000 (0:00:00.021) 0:00:38.803 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:41 +0000 (0:00:00.696) 0:00:39.500 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:42 +0000 (0:00:00.936) 0:00:40.436 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:42 +0000 (0:00:00.023) 0:00:40.459 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:42 +0000 (0:00:00.021) 0:00:40.481 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:42 +0000 (0:00:00.021) 0:00:40.503 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:42 +0000 (0:00:00.043) 0:00:40.547 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:42 +0000 (0:00:00.022) 0:00:40.569 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:42 +0000 (0:00:00.050) 0:00:40.620 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:42 +0000 (0:00:00.025) 0:00:40.645 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.235) 0:00:40.880 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.028) 0:00:40.909 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.030) 0:00:40.939 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.022) 0:00:40.961 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.359) 0:00:41.321 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.021) 0:00:41.342 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.025) 0:00:41.367 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.026) 0:00:41.394 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.029) 0:00:41.423 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:36 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.152) 0:00:41.576 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.042) 0:00:41.619 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.036) 0:00:41.656 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 17 February 2024 19:43:43 +0000 (0:00:00.049) 0:00:41.705 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.133) 0:00:41.838 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.020) 0:00:41.858 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020947", "end": "2024-02-17 19:43:44.210607", "rc": 1, "start": "2024-02-17 19:43:44.189660" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.153) 0:00:42.011 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.023) 0:00:42.035 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.023) 0:00:42.058 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.022) 0:00:42.081 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.023) 0:00:42.104 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.024) 0:00:42.129 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:42 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.025) 0:00:42.155 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.043) 0:00:42.198 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.036) 0:00:42.235 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.137) 0:00:42.372 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:47 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.031) 0:00:42.403 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:66 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.021) 0:00:42.425 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.069) 0:00:42.494 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.043061", "end": "2024-02-17 19:43:44.874111", "rc": 1, "start": "2024-02-17 19:43:44.831050" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tests_states.yml:126 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.180) 0:00:42.675 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:5 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.035) 0:00:42.711 ***** ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:9 Saturday 17 February 2024 19:43:44 +0000 (0:00:00.022) 0:00:42.733 ***** ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:21 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.045) 0:00:42.779 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.034) 0:00:42.813 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.033) 0:00:42.847 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003530", "end": "2024-02-17 19:43:45.181137", "rc": 0, "start": "2024-02-17 19:43:45.177607" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.142) 0:00:42.989 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.022) 0:00:43.012 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:24 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.020) 0:00:43.033 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.042) 0:00:43.075 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.065) 0:00:43.141 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.040) 0:00:43.181 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.030) 0:00:43.212 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.021) 0:00:43.233 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:45 +0000 (0:00:00.020) 0:00:43.253 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:46 +0000 (0:00:00.714) 0:00:43.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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.929) 0:00:44.898 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.021) 0:00:44.919 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.047) 0:00:44.966 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.035) 0:00:45.002 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.056) 0:00:45.058 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.025) 0:00:45.083 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.021) 0:00:45.105 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.026) 0:00:45.131 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.233) 0:00:45.364 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.030) 0:00:45.394 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.022) 0:00:45.417 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.029) 0:00:45.446 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:47 +0000 (0:00:00.328) 0:00:45.775 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.022) 0:00:45.798 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.023) 0:00:45.821 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.023) 0:00:45.845 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.021) 0:00:45.866 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.131) 0:00:45.997 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/activate_profile.yml:3 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.057) 0:00:46.055 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.035) 0:00:46.091 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.039) 0:00:46.131 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.028) 0:00:46.159 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.022) 0:00:46.182 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:48 +0000 (0:00:00.021) 0:00:46.203 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:49 +0000 (0:00:00.708) 0:00:46.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 : Print network provider] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.948) 0:00:47.860 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.023) 0:00:47.883 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.026) 0:00:47.910 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.024) 0:00:47.934 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.043) 0:00:47.978 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.021) 0:00:48.000 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.020) 0:00:48.021 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.024) 0:00:48.045 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.224) 0:00:48.270 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.026) 0:00:48.296 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.020) 0:00:48.317 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.022) 0:00:48.340 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.282) 0:00:48.622 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.021) 0:00:48.644 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.022) 0:00:48.666 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, daafbb17-69f5-4239-b2fb-833568f42ebb skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.022) 0:00:48.688 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:50 +0000 (0:00:00.050) 0:00:48.739 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 17 February 2024 19:43:51 +0000 (0:00:00.132) 0:00:48.871 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:51 +0000 (0:00:00.038) 0:00:48.909 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:51 +0000 (0:00:00.044) 0:00:48.954 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:51 +0000 (0:00:00.027) 0:00:48.981 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:51 +0000 (0:00:00.021) 0:00:49.003 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:51 +0000 (0:00:00.023) 0:00:49.027 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:51 +0000 (0:00:00.705) 0:00:49.732 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:52 +0000 (0:00:00.953) 0:00:50.685 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:52 +0000 (0:00:00.022) 0:00:50.708 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:52 +0000 (0:00:00.023) 0:00:50.731 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:52 +0000 (0:00:00.021) 0:00:50.752 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.044) 0:00:50.797 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.021) 0:00:50.818 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.021) 0:00:50.840 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.025) 0:00:50.865 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.230) 0:00:51.095 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.025) 0:00:51.121 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.022) 0:00:51.144 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.022) 0:00:51.166 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.372) 0:00:51.538 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.021) 0:00:51.560 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.022) 0:00:51.582 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.053) 0:00:51.636 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:53 +0000 (0:00:00.021) 0:00:51.657 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:30 Saturday 17 February 2024 19:43:54 +0000 (0:00:00.129) 0:00:51.786 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 17 February 2024 19:43:54 +0000 (0:00:00.040) 0:00:51.827 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 19:43:54 +0000 (0:00:00.035) 0:00:51.862 ***** included: /WORKDIR/git-weekly-cinm9evyig/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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 19:43:54 +0000 (0:00:00.039) 0:00:51.902 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 19:43:54 +0000 (0:00:00.026) 0:00:51.928 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 19:43:54 +0000 (0:00:00.023) 0:00:51.952 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 19:43:54 +0000 (0:00:00.023) 0:00:51.975 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 19:43:54 +0000 (0:00:00.702) 0:00:52.677 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 19:43:55 +0000 (0:00:00.966) 0:00:53.644 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 19:43:55 +0000 (0:00:00.024) 0:00:53.668 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 19:43:55 +0000 (0:00:00.023) 0:00:53.692 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 19:43:55 +0000 (0:00:00.021) 0:00:53.713 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 19:43:55 +0000 (0:00:00.042) 0:00:53.756 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.021) 0:00:53.778 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.019) 0:00:53.798 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.026) 0:00:53.824 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.230) 0:00:54.054 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.025) 0:00:54.079 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.021) 0:00:54.100 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.020) 0:00:54.121 ***** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.335) 0:00:54.457 ***** 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-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.024) 0:00:54.481 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.024) 0:00:54.505 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.025) 0:00:54.531 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.022) 0:00:54.553 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:36 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.129) 0:00:54.683 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.043) 0:00:54.726 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 17 February 2024 19:43:56 +0000 (0:00:00.036) 0:00:54.762 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.021) 0:00:54.784 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.131) 0:00:54.916 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.022) 0:00:54.938 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020425", "end": "2024-02-17 19:43:57.291701", "rc": 1, "start": "2024-02-17 19:43:57.271276" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.154) 0:00:55.092 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.024) 0:00:55.117 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.023) 0:00:55.141 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.023) 0:00:55.164 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.053) 0:00:55.218 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.025) 0:00:55.244 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 17 February 2024 19:43:57 +0000 (0:00:00.027) 0:00:55.271 ***** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.694971", "end": "2024-02-17 19:43:58.299211", "rc": 0, "start": "2024-02-17 19:43:57.604240" } STDOUT: NetworkManager-1.18.8-2.el7_9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.830) 0:00:56.102 ***** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.021) 0:00:56.123 ***** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:42 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.021) 0:00:56.145 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.041) 0:00:56.187 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.035) 0:00:56.223 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.135) 0:00:56.358 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:47 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.024) 0:00:56.382 ***** ok: [sut] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/run_test.yml:66 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.022) 0:00:56.405 ***** included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.075) 0:00:56.481 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.044059", "end": "2024-02-17 19:43:58.859805", "rc": 1, "start": "2024-02-17 19:43:58.815746" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 17 February 2024 19:43:58 +0000 (0:00:00.179) 0:00:56.661 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.007908", "end": "2024-02-17 19:43:59.000887", "rc": 0, "start": "2024-02-17 19:43:58.992979" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:f3:4c:65:ac:67 brd ff:ff:ff:ff:ff:ff inet 10.31.45.97/22 brd 10.31.47.255 scope global noprefixroute dynamic eth0 valid_lft 2320sec preferred_lft 2320sec inet6 fe80::f3:4cff:fe65:ac67/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.97 metric 100 IP -6 ROUTE unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-cinm9evyig/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 17 February 2024 19:43:59 +0000 (0:00:00.141) 0:00:56.802 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.640532", "end": "2024-02-17 19:43:59.783070", "rc": 0, "start": "2024-02-17 19:43:59.142538" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 1398 0 --:--:-- --:--:-- --:--:-- 1405 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 733 0 --:--:-- --:--:-- --:--:-- 734 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=325 changed=10 unreachable=0 failed=0 skipped=246 rescued=0 ignored=11 Saturday 17 February 2024 19:43:59 +0000 (0:00:00.770) 0:00:57.573 ***** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.77s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 1.27s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Configure networking connection profiles --- 1.12s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Check which packages are installed --------- 1.09s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 1.07s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Check which packages are installed --------- 0.97s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.97s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Enable and start NetworkManager ------------ 0.94s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-weekly-cinm9evyig/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---