# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-bond_options_rewritea65qsp1p/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_network_state_nm.yml ******************************************* 2 plays in /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tests_network_state_nm.yml PLAY [Run playbook 'playbooks/tests_network_state.yml' with nm as provider] **** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tests_network_state_nm.yml:6 Friday 09 February 2024 16:09:23 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tests_network_state_nm.yml:9 Friday 09 February 2024 16:09:23 +0000 (0:00:00.676) 0:00:00.689 ******* included: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml for sut TASK [Verify DNS and ping still work before el repo setup] ********************* task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 16:09:23 +0000 (0:00:00.012) 0:00:00.702 ******* ok: [sut] => { "changed": false, "cmd": "set -euxo pipefail\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n exit 1\n fi\n if ! ping -c5 \"$host\"; then\n exit 1\n fi\ndone\n", "delta": "0:00:08.054432", "end": "2024-02-09 16:09:32.176147", "rc": 0, "start": "2024-02-09 16:09:24.121715" } STDOUT: 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 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 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (8.43.85.73) 56(84) bytes of data. 64 bytes from proxy03.fedoraproject.org (8.43.85.73): icmp_seq=1 ttl=50 time=11.5 ms 64 bytes from proxy03.fedoraproject.org (8.43.85.73): icmp_seq=2 ttl=50 time=12.4 ms 64 bytes from proxy03.fedoraproject.org (8.43.85.73): icmp_seq=3 ttl=50 time=10.6 ms 64 bytes from proxy03.fedoraproject.org (8.43.85.73): icmp_seq=4 ttl=50 time=10.5 ms 64 bytes from proxy03.fedoraproject.org (8.43.85.73): icmp_seq=5 ttl=50 time=11.4 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 10.526/11.325/12.478/0.707 ms 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 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (38.145.60.20) 56(84) bytes of data. 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=1 ttl=51 time=2.98 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=2 ttl=51 time=2.00 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=3 ttl=51 time=1.93 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=4 ttl=51 time=1.96 ms 64 bytes from proxy-iad01.fedoraproject.org (38.145.60.20): icmp_seq=5 ttl=51 time=2.15 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4005ms rtt min/avg/max/mdev = 1.937/2.207/2.987/0.400 ms STDERR: + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.fedoraproject.org + ping -c5 mirrors.fedoraproject.org + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.centos.org + ping -c5 mirrors.centos.org TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:17 Friday 09 February 2024 16:09:32 +0000 (0:00:08.249) 0:00:08.951 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:31 Friday 09 February 2024 16:09:32 +0000 (0:00:00.227) 0:00:09.179 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:36 Friday 09 February 2024 16:09:32 +0000 (0:00:00.204) 0:00:09.383 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:40 Friday 09 February 2024 16:09:32 +0000 (0:00:00.014) 0:00:09.398 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:65 Friday 09 February 2024 16:09:32 +0000 (0:00:00.009) 0:00:09.407 ******* included: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/enable_epel.yml:8 Friday 09 February 2024 16:09:32 +0000 (0:00:00.021) 0:00:09.429 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/enable_epel.yml:24 Friday 09 February 2024 16:09:32 +0000 (0:00:00.123) 0:00:09.553 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/enable_epel.yml:30 Friday 09 February 2024 16:09:33 +0000 (0:00:00.434) 0:00:09.987 ******* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.175994", "end": "2024-02-09 16:09:33.525460", "rc": 0, "start": "2024-02-09 16:09:33.349466" } 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-bond_options_rewritea65qsp1p/tests/tasks/enable_epel.yml:35 Friday 09 February 2024 16:09:33 +0000 (0:00:00.303) 0:00:10.291 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '8'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/enable_epel.yml:40 Friday 09 February 2024 16:09:33 +0000 (0:00:00.010) 0:00:10.301 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Verify DNS and ping still work after el repo setup] ********************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:69 Friday 09 February 2024 16:09:33 +0000 (0:00:00.009) 0:00:10.310 ******* ok: [sut] => { "changed": false, "cmd": "set -euxo pipefail\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n exit 1\n fi\n if ! ping -c5 \"$host\"; then\n exit 1\n fi\ndone\n", "delta": "0:00:08.110310", "end": "2024-02-09 16:09:41.779781", "rc": 0, "start": "2024-02-09 16:09:33.669471" } STDOUT: 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org PING wildcard.fedoraproject.org (140.211.169.196) 56(84) bytes of data. 64 bytes from proxy06.fedoraproject.org (140.211.169.196): icmp_seq=1 ttl=42 time=73.6 ms 64 bytes from proxy06.fedoraproject.org (140.211.169.196): icmp_seq=2 ttl=42 time=72.4 ms 64 bytes from proxy06.fedoraproject.org (140.211.169.196): icmp_seq=3 ttl=42 time=72.5 ms 64 bytes from proxy06.fedoraproject.org (140.211.169.196): icmp_seq=4 ttl=42 time=72.4 ms 64 bytes from proxy06.fedoraproject.org (140.211.169.196): icmp_seq=5 ttl=42 time=72.4 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 72.409/72.676/73.618/0.529 ms 2620:52:3:1:dead:beef:cafe:fed7 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 2620:52:3:1:dead:beef:cafe:fed6 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 2600:2701:4000:5211:dead:beef:fe:fed3 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 PING wildcard.fedoraproject.org (38.145.60.21) 56(84) bytes of data. 64 bytes from proxy-iad02.fedoraproject.org (38.145.60.21): icmp_seq=1 ttl=53 time=3.22 ms 64 bytes from proxy-iad02.fedoraproject.org (38.145.60.21): icmp_seq=2 ttl=53 time=1.95 ms 64 bytes from proxy-iad02.fedoraproject.org (38.145.60.21): icmp_seq=3 ttl=53 time=1.88 ms 64 bytes from proxy-iad02.fedoraproject.org (38.145.60.21): icmp_seq=4 ttl=53 time=1.88 ms 64 bytes from proxy-iad02.fedoraproject.org (38.145.60.21): icmp_seq=5 ttl=53 time=1.89 ms --- wildcard.fedoraproject.org ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4006ms rtt min/avg/max/mdev = 1.884/2.168/3.220/0.527 ms STDERR: + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.fedoraproject.org + ping -c5 mirrors.fedoraproject.org + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.centos.org + ping -c5 mirrors.centos.org TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tests_network_state_nm.yml:11 Friday 09 February 2024 16:09:41 +0000 (0:00:08.234) 0:00:18.545 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for configuring network using network state variable] *************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:3 Friday 09 February 2024 16:09:41 +0000 (0:00:00.017) 0:00:18.562 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Set type=veth and interface=ethtest0] ************************************ task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:12 Friday 09 February 2024 16:09:41 +0000 (0:00:00.025) 0:00:18.587 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:16 Friday 09 February 2024 16:09:41 +0000 (0:00:00.019) 0:00:18.606 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:18 Friday 09 February 2024 16:09:41 +0000 (0:00:00.017) 0:00:18.624 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:22 Friday 09 February 2024 16:09:41 +0000 (0:00:00.017) 0:00:18.642 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Set type=veth and interface=ethtest1] ************************************ task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:24 Friday 09 February 2024 16:09:41 +0000 (0:00:00.018) 0:00:18.661 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:28 Friday 09 February 2024 16:09:41 +0000 (0:00:00.017) 0:00:18.678 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:30 Friday 09 February 2024 16:09:41 +0000 (0:00:00.019) 0:00:18.698 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:34 Friday 09 February 2024 16:09:41 +0000 (0:00:00.018) 0:00:18.716 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 16:09:41 +0000 (0:00:00.020) 0:00:18.736 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:18.755 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:18.773 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.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-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:18.792 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:18.810 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:18.828 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 16:09:42 +0000 (0:00:00.017) 0:00:18.846 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 16:09:42 +0000 (0:00:00.017) 0:00:18.864 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:18.884 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:18.902 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:18.922 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 16:09:42 +0000 (0:00:00.020) 0:00:18.942 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:18.960 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:18.978 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:18.998 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.017 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:19.035 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.055 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Get the ethtest0 state configuration] ************************************ task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:75 Friday 09 February 2024 16:09:42 +0000 (0:00:00.021) 0:00:19.076 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Get the ethtest1 state configuration] ************************************ task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:81 Friday 09 February 2024 16:09:42 +0000 (0:00:00.017) 0:00:19.093 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:87 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.113 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:94 Friday 09 February 2024 16:09:42 +0000 (0:00:00.024) 0:00:19.137 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.157 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 16:09:42 +0000 (0:00:00.026) 0:00:19.184 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 16:09:42 +0000 (0:00:00.021) 0:00:19.205 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.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-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 16:09:42 +0000 (0:00:00.021) 0:00:19.227 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 16:09:42 +0000 (0:00:00.021) 0:00:19.248 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 16:09:42 +0000 (0:00:00.021) 0:00:19.269 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 16:09:42 +0000 (0:00:00.020) 0:00:19.290 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 16:09:42 +0000 (0:00:00.021) 0:00:19.312 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 16:09:42 +0000 (0:00:00.031) 0:00:19.344 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.363 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:19.382 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 16:09:42 +0000 (0:00:00.018) 0:00:19.400 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.420 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 16:09:42 +0000 (0:00:00.020) 0:00:19.440 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.460 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 16:09:42 +0000 (0:00:00.020) 0:00:19.480 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 16:09:42 +0000 (0:00:00.029) 0:00:19.510 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.530 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Get the route configuration] ********************************************* task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:113 Friday 09 February 2024 16:09:42 +0000 (0:00:00.022) 0:00:19.552 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Assert that the route configuration contains the specified route] ******** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:119 Friday 09 February 2024 16:09:42 +0000 (0:00:00.017) 0:00:19.570 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.589 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.609 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 16:09:42 +0000 (0:00:00.020) 0:00:19.630 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.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-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 16:09:42 +0000 (0:00:00.019) 0:00:19.649 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 16:09:42 +0000 (0:00:00.021) 0:00:19.671 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 16:09:42 +0000 (0:00:00.020) 0:00:19.691 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 16:09:42 +0000 (0:00:00.017) 0:00:19.709 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 16:09:42 +0000 (0:00:00.020) 0:00:19.730 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 16:09:43 +0000 (0:00:00.022) 0:00:19.753 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 16:09:43 +0000 (0:00:00.019) 0:00:19.773 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 16:09:43 +0000 (0:00:00.020) 0:00:19.793 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 16:09:43 +0000 (0:00:00.019) 0:00:19.812 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 16:09:43 +0000 (0:00:00.019) 0:00:19.832 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 16:09:43 +0000 (0:00:00.019) 0:00:19.851 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 16:09:43 +0000 (0:00:00.018) 0:00:19.870 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 16:09:43 +0000 (0:00:00.020) 0:00:19.890 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 16:09:43 +0000 (0:00:00.020) 0:00:19.911 ******* skipping: [sut] => { "false_condition": "ansible_distribution_major_version | int > 7" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 16:09:43 +0000 (0:00:00.021) 0:00:19.933 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:142 Friday 09 February 2024 16:09:43 +0000 (0:00:00.020) 0:00:19.953 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Get the DNS configuration from the file `/run/NetworkManager/no-stub-resolv.conf`] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:148 Friday 09 February 2024 16:09:43 +0000 (0:00:00.019) 0:00:19.973 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Assert that the nmstatectl contains the specified DNS configuration] ***** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:153 Friday 09 February 2024 16:09:43 +0000 (0:00:00.017) 0:00:19.991 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Assert that the file `/run/NetworkManager/no-stub-resolv.conf` contains the specified DNS configuration] *** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:161 Friday 09 February 2024 16:09:43 +0000 (0:00:00.019) 0:00:20.011 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:169 Friday 09 February 2024 16:09:43 +0000 (0:00:00.019) 0:00:20.030 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:171 Friday 09 February 2024 16:09:43 +0000 (0:00:00.017) 0:00:20.048 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Set interface=ethtest0] ************************************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:173 Friday 09 February 2024 16:09:43 +0000 (0:00:00.021) 0:00:20.070 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:177 Friday 09 February 2024 16:09:43 +0000 (0:00:00.017) 0:00:20.087 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:179 Friday 09 February 2024 16:09:43 +0000 (0:00:00.019) 0:00:20.107 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 7", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=12 changed=0 unreachable=0 failed=0 skipped=81 rescued=0 ignored=0 Friday 09 February 2024 16:09:43 +0000 (0:00:00.023) 0:00:20.130 ******* =============================================================================== Verify DNS and ping still work before el repo setup --------------------- 8.25s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:3 ----- Verify DNS and ping still work after el repo setup ---------------------- 8.23s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:69 ---- Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tests_network_state_nm.yml:6 -- Install yum-utils package ----------------------------------------------- 0.43s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/enable_epel.yml:24 ------ Enable EPEL 7 ----------------------------------------------------------- 0.30s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/enable_epel.yml:30 ------ Gather the minimum subset of ansible_facts required by the network role test --- 0.23s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:17 ---- Check if system is ostree ----------------------------------------------- 0.20s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:31 ---- Create EPEL 7 ----------------------------------------------------------- 0.12s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/enable_epel.yml:8 ------- fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.03s /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 fedora.linux_system_roles.network : Show debug messages for the network_connections --- 0.03s /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 fedora.linux_system_roles.network : Ensure ansible_facts used by role --- 0.03s /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Gathering Facts --------------------------------------------------------- 0.03s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:3 Assert that the ethtest0 state configuration contains the specified settings --- 0.02s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:87 Include the task 'assert_device_absent.yml' ----------------------------- 0.02s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:179 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.02s /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.02s /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Include the task 'assert_device_absent.yml' ----------------------------- 0.02s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/playbooks/tests_network_state.yml:171 fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 0.02s /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Include the task 'enable_epel.yml' -------------------------------------- 0.02s /WORKDIR/git-bond_options_rewritea65qsp1p/tests/tasks/el_repo_setup.yml:65 ---- fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.02s /WORKDIR/git-bond_options_rewritea65qsp1p/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---