[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.
ansible-playbook [core 2.16.9]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-d1Z
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
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_ethtool_ring_initscripts.yml ***********************************
2 plays in /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_initscripts.yml

PLAY [Run playbook 'playbooks/tests_ethtool_ring.yml' with initscripts as provider] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_initscripts.yml:5
Friday 09 August 2024  03:50:50 -0400 (0:00:00.007)       0:00:00.007 ********* 
ok: [managed_node1]

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_initscripts.yml:8
Friday 09 August 2024  03:50:51 -0400 (0:00:01.006)       0:00:01.013 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1

TASK [Gather the minimum subset of ansible_facts required by the network role test] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3
Friday 09 August 2024  03:50:51 -0400 (0:00:00.016)       0:00:01.030 ********* 
ok: [managed_node1]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17
Friday 09 August 2024  03:50:52 -0400 (0:00:00.489)       0:00:01.519 ********* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22
Friday 09 August 2024  03:50:52 -0400 (0:00:00.408)       0:00:01.928 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__network_is_ostree": false
    },
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26
Friday 09 August 2024  03:50:52 -0400 (0:00:00.021)       0:00:01.949 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51
Friday 09 August 2024  03:50:52 -0400 (0:00:00.012)       0:00:01.962 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1

TASK [Create EPEL 8] ***********************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8
Friday 09 August 2024  03:50:52 -0400 (0:00:00.040)       0:00:02.002 ********* 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:24
Friday 09 August 2024  03:50:53 -0400 (0:00:00.403)       0:00:02.406 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:30
Friday 09 August 2024  03:50:53 -0400 (0:00:00.013)       0:00:02.419 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:35
Friday 09 August 2024  03:50:53 -0400 (0:00:00.012)       0:00:02.432 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:01.219864",
    "end": "2024-08-09 03:50:54.785900",
    "rc": 0,
    "start": "2024-08-09 03:50:53.566036"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:40
Friday 09 August 2024  03:50:54 -0400 (0:00:01.541)       0:00:03.974 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_initscripts.yml:10
Friday 09 August 2024  03:50:54 -0400 (0:00:00.013)       0:00:03.987 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}

PLAY [Play for testing ethtool ring settings] **********************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:3
Friday 09 August 2024  03:50:54 -0400 (0:00:00.028)       0:00:04.015 ********* 
ok: [managed_node1]

TASK [Show playbook name] ******************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:9
Friday 09 August 2024  03:50:55 -0400 (0:00:00.753)       0:00:04.769 ********* 
ok: [managed_node1] => {}

MSG:

this is: playbooks/tests_ethtool_ring.yml

TASK [INIT: Ethtool ring tests] ************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:15
Friday 09 August 2024  03:50:55 -0400 (0:00:00.037)       0:00:04.807 ********* 
ok: [managed_node1] => {}

MSG:

##################################################

TASK [Include the task 'show_interfaces.yml'] **********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:18
Friday 09 August 2024  03:50:55 -0400 (0:00:00.036)       0:00:04.843 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1

TASK [Include the task 'get_current_interfaces.yml'] ***************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3
Friday 09 August 2024  03:50:55 -0400 (0:00:00.038)       0:00:04.882 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1

TASK [Gather current interface info] *******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Friday 09 August 2024  03:50:55 -0400 (0:00:00.040)       0:00:04.923 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.002921",
    "end": "2024-08-09 03:50:56.071757",
    "rc": 0,
    "start": "2024-08-09 03:50:56.068836"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Friday 09 August 2024  03:50:56 -0400 (0:00:00.335)       0:00:05.258 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5
Friday 09 August 2024  03:50:56 -0400 (0:00:00.037)       0:00:05.295 ********* 
ok: [managed_node1] => {}

MSG:

current_interfaces: ['bonding_masters', 'eth0', 'lo']

TASK [Include the task 'manage_test_interface.yml'] ****************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:20
Friday 09 August 2024  03:50:56 -0400 (0:00:00.036)       0:00:05.332 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed_node1

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3
Friday 09 August 2024  03:50:56 -0400 (0:00:00.045)       0:00:05.378 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "state not in [\"present\", \"absent\"]",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure type in ["dummy", "tap", "veth"]] *********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8
Friday 09 August 2024  03:50:56 -0400 (0:00:00.033)       0:00:05.412 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'show_interfaces.yml'] **********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13
Friday 09 August 2024  03:50:56 -0400 (0:00:00.034)       0:00:05.446 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1

TASK [Include the task 'get_current_interfaces.yml'] ***************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3
Friday 09 August 2024  03:50:56 -0400 (0:00:00.040)       0:00:05.486 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1

TASK [Gather current interface info] *******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Friday 09 August 2024  03:50:56 -0400 (0:00:00.038)       0:00:05.524 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003008",
    "end": "2024-08-09 03:50:56.673994",
    "rc": 0,
    "start": "2024-08-09 03:50:56.670986"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Friday 09 August 2024  03:50:56 -0400 (0:00:00.335)       0:00:05.860 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5
Friday 09 August 2024  03:50:56 -0400 (0:00:00.036)       0:00:05.897 ********* 
ok: [managed_node1] => {}

MSG:

current_interfaces: ['bonding_masters', 'eth0', 'lo']

TASK [Install iproute] *********************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16
Friday 09 August 2024  03:50:56 -0400 (0:00:00.036)       0:00:05.934 ********* 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: iproute

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27
Friday 09 August 2024  03:51:00 -0400 (0:00:03.311)       0:00:09.245 ********* 
ok: [managed_node1] => (item=ip link add testnic1 type veth peer name peertestnic1) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "ip",
        "link",
        "add",
        "testnic1",
        "type",
        "veth",
        "peer",
        "name",
        "peertestnic1"
    ],
    "delta": "0:00:00.010693",
    "end": "2024-08-09 03:51:00.408720",
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "rc": 0,
    "start": "2024-08-09 03:51:00.398027"
}
ok: [managed_node1] => (item=ip link set peertestnic1 up) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "ip",
        "link",
        "set",
        "peertestnic1",
        "up"
    ],
    "delta": "0:00:00.003692",
    "end": "2024-08-09 03:51:00.759595",
    "item": "ip link set peertestnic1 up",
    "rc": 0,
    "start": "2024-08-09 03:51:00.755903"
}
ok: [managed_node1] => (item=ip link set testnic1 up) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "ip",
        "link",
        "set",
        "testnic1",
        "up"
    ],
    "delta": "0:00:00.003850",
    "end": "2024-08-09 03:51:01.078281",
    "item": "ip link set testnic1 up",
    "rc": 0,
    "start": "2024-08-09 03:51:01.074431"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35
Friday 09 August 2024  03:51:01 -0400 (0:00:01.024)       0:00:10.269 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "nmcli",
        "d",
        "set",
        "testnic1",
        "managed",
        "true"
    ],
    "delta": "0:00:00.020117",
    "end": "2024-08-09 03:51:01.446189",
    "rc": 0,
    "start": "2024-08-09 03:51:01.426072"
}

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43
Friday 09 August 2024  03:51:01 -0400 (0:00:00.366)       0:00:10.635 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces",
    "skip_reason": "Conditional result was False"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49
Friday 09 August 2024  03:51:01 -0400 (0:00:00.036)       0:00:10.671 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces",
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54
Friday 09 August 2024  03:51:01 -0400 (0:00:00.035)       0:00:10.707 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces",
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60
Friday 09 August 2024  03:51:01 -0400 (0:00:00.037)       0:00:10.745 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces",
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65
Friday 09 August 2024  03:51:01 -0400 (0:00:00.034)       0:00:10.779 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'assert_device_present.yml'] ****************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:24
Friday 09 August 2024  03:51:01 -0400 (0:00:00.034)       0:00:10.814 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node1

TASK [Include the task 'get_interface_stat.yml'] *******************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3
Friday 09 August 2024  03:51:01 -0400 (0:00:00.040)       0:00:10.854 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1

TASK [Get stat for interface testnic1] *****************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3
Friday 09 August 2024  03:51:01 -0400 (0:00:00.037)       0:00:10.892 ********* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "atime": 1723189860.401548,
        "block_size": 4096,
        "blocks": 0,
        "ctime": 1723189860.401548,
        "dev": 21,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 50856,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": true,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "lnk_source": "/sys/devices/virtual/net/testnic1",
        "lnk_target": "../../devices/virtual/net/testnic1",
        "mode": "0777",
        "mtime": 1723189860.401548,
        "nlink": 1,
        "path": "/sys/class/net/testnic1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "wgrp": true,
        "woth": true,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [Assert that the interface is present - 'testnic1'] ***********************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5
Friday 09 August 2024  03:51:02 -0400 (0:00:00.348)       0:00:11.240 ********* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Install ethtool (test dependency)] ***************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:26
Friday 09 August 2024  03:51:02 -0400 (0:00:00.037)       0:00:11.278 ********* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: ethtool

TASK [TEST: I can create a profile without any ring option.] *******************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:34
Friday 09 August 2024  03:51:05 -0400 (0:00:02.966)       0:00:14.245 ********* 
ok: [managed_node1] => {}

MSG:

##################################################

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Friday 09 August 2024  03:51:05 -0400 (0:00:00.036)       0:00:14.281 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Friday 09 August 2024  03:51:05 -0400 (0:00:00.045)       0:00:14.326 ********* 
skipping: [managed_node1] => {
    "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 : Check if system is ostree] ***********
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Friday 09 August 2024  03:51:05 -0400 (0:00:00.036)       0:00:14.363 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Friday 09 August 2024  03:51:05 -0400 (0:00:00.038)       0:00:14.401 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Friday 09 August 2024  03:51:05 -0400 (0:00:00.038)       0:00:14.440 ********* 
ok: [managed_node1] => {
    "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 : Check which packages are installed] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Friday 09 August 2024  03:51:06 -0400 (0:00:01.687)       0:00:16.127 ********* 
ok: [managed_node1] => {
    "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 : Print network provider] **************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Friday 09 August 2024  03:51:08 -0400 (0:00:01.635)       0:00:17.763 ********* 
ok: [managed_node1] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Friday 09 August 2024  03:51:08 -0400 (0:00:00.052)       0:00:17.816 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Friday 09 August 2024  03:51:08 -0400 (0:00:00.048)       0:00:17.864 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Friday 09 August 2024  03:51:08 -0400 (0:00:00.052)       0:00:17.917 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int > 9",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Friday 09 August 2024  03:51:08 -0400 (0:00:00.050)       0:00:17.967 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Friday 09 August 2024  03:51:08 -0400 (0:00:00.058)       0:00:18.026 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int < 8",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Friday 09 August 2024  03:51:08 -0400 (0:00:00.075)       0:00:18.102 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Friday 09 August 2024  03:51:09 -0400 (0:00:00.059)       0:00:18.161 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not network_packages is subset(ansible_facts.packages.keys())",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Friday 09 August 2024  03:51:09 -0400 (0:00:00.085)       0:00:18.247 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Friday 09 August 2024  03:51:09 -0400 (0:00:00.049)       0:00:18.297 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Friday 09 August 2024  03:51:09 -0400 (0:00:00.049)       0:00:18.346 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Friday 09 August 2024  03:51:09 -0400 (0:00:00.061)       0:00:18.408 ********* 
skipping: [managed_node1] => {
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Friday 09 August 2024  03:51:09 -0400 (0:00:00.050)       0:00:18.458 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Friday 09 August 2024  03:51:09 -0400 (0:00:00.048)       0:00:18.506 ********* 
ok: [managed_node1] => {
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Friday 09 August 2024  03:51:10 -0400 (0:00:00.728)       0:00:19.235 ********* 
ok: [managed_node1] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-23997egnxi_2q/tmpewyzfwl7"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Friday 09 August 2024  03:51:10 -0400 (0:00:00.361)       0:00:19.597 ********* 
changed: [managed_node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [
                {
                    "ip": {
                        "auto6": false,
                        "dhcp4": false
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Friday 09 August 2024  03:51:11 -0400 (0:00:00.713)       0:00:20.310 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Friday 09 August 2024  03:51:11 -0400 (0:00:00.048)       0:00:20.359 ********* 
ok: [managed_node1] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Friday 09 August 2024  03:51:11 -0400 (0:00:00.054)       0:00:20.413 ********* 
ok: [managed_node1] => {
    "__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": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Friday 09 August 2024  03:51:11 -0400 (0:00:00.053)       0:00:20.466 ********* 
skipping: [managed_node1] => {
    "false_condition": "network_state != {}"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Friday 09 August 2024  03:51:11 -0400 (0:00:00.051)       0:00:20.517 ********* 
ok: [managed_node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Get profile's ring options] **********************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:50
Friday 09 August 2024  03:51:11 -0400 (0:00:00.499)       0:00:21.017 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [ASSERT: The profile does not contain ring options] ***********************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:56
Friday 09 August 2024  03:51:11 -0400 (0:00:00.115)       0:00:21.133 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's ring options] **********************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:61
Friday 09 August 2024  03:51:12 -0400 (0:00:00.047)       0:00:21.180 ********* 
fatal: [managed_node1]: FAILED! => {
    "changed": false,
    "cmd": [
        "grep",
        "ETHTOOL",
        "/etc/sysconfig/network-scripts/ifcfg-testnic1"
    ],
    "delta": "0:00:00.002964",
    "end": "2024-08-09 03:51:12.332478",
    "rc": 1,
    "start": "2024-08-09 03:51:12.329514"
}

MSG:

non-zero return code
...ignoring

TASK [ASSERT: The profile does not contain ring options] ***********************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:68
Friday 09 August 2024  03:51:12 -0400 (0:00:00.353)       0:00:21.534 ********* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can set rx.] *****************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:74
Friday 09 August 2024  03:51:12 -0400 (0:00:00.053)       0:00:21.587 ********* 
ok: [managed_node1] => {}

MSG:

##################################################

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Friday 09 August 2024  03:51:12 -0400 (0:00:00.048)       0:00:21.636 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Friday 09 August 2024  03:51:12 -0400 (0:00:00.069)       0:00:21.706 ********* 
skipping: [managed_node1] => {
    "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 : Check if system is ostree] ***********
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Friday 09 August 2024  03:51:12 -0400 (0:00:00.054)       0:00:21.760 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Friday 09 August 2024  03:51:12 -0400 (0:00:00.048)       0:00:21.809 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Friday 09 August 2024  03:51:12 -0400 (0:00:00.051)       0:00:21.860 ********* 
ok: [managed_node1] => {
    "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 : Check which packages are installed] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Friday 09 August 2024  03:51:14 -0400 (0:00:01.650)       0:00:23.510 ********* 
ok: [managed_node1] => {
    "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 : Print network provider] **************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Friday 09 August 2024  03:51:15 -0400 (0:00:01.403)       0:00:24.914 ********* 
ok: [managed_node1] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Friday 09 August 2024  03:51:15 -0400 (0:00:00.050)       0:00:24.964 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Friday 09 August 2024  03:51:15 -0400 (0:00:00.048)       0:00:25.013 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Friday 09 August 2024  03:51:15 -0400 (0:00:00.120)       0:00:25.133 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int > 9",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Friday 09 August 2024  03:51:16 -0400 (0:00:00.048)       0:00:25.182 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Friday 09 August 2024  03:51:16 -0400 (0:00:00.057)       0:00:25.240 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int < 8",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Friday 09 August 2024  03:51:16 -0400 (0:00:00.051)       0:00:25.291 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Friday 09 August 2024  03:51:16 -0400 (0:00:00.058)       0:00:25.350 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not network_packages is subset(ansible_facts.packages.keys())",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Friday 09 August 2024  03:51:16 -0400 (0:00:00.083)       0:00:25.434 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Friday 09 August 2024  03:51:16 -0400 (0:00:00.049)       0:00:25.484 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Friday 09 August 2024  03:51:16 -0400 (0:00:00.047)       0:00:25.531 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Friday 09 August 2024  03:51:16 -0400 (0:00:00.056)       0:00:25.588 ********* 
skipping: [managed_node1] => {
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Friday 09 August 2024  03:51:16 -0400 (0:00:00.051)       0:00:25.639 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Friday 09 August 2024  03:51:16 -0400 (0:00:00.049)       0:00:25.689 ********* 
ok: [managed_node1] => {
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Friday 09 August 2024  03:51:17 -0400 (0:00:00.533)       0:00:26.222 ********* 
ok: [managed_node1] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-23997egnxi_2q/tmpwm_cas7k"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Friday 09 August 2024  03:51:17 -0400 (0:00:00.360)       0:00:26.583 ********* 
changed: [managed_node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [
                {
                    "ethtool": {
                        "ring": {
                            "rx": 128,
                            "rx_jumbo": 128,
                            "rx_mini": 128,
                            "tx": 128
                        }
                    },
                    "ip": {
                        "auto6": false,
                        "dhcp4": false
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\nnetlink error: Operation not supported\nRTNETLINK answers: File exists\n"'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Friday 09 August 2024  03:51:18 -0400 (0:00:00.563)       0:00:27.146 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Friday 09 August 2024  03:51:18 -0400 (0:00:00.049)       0:00:27.196 ********* 
ok: [managed_node1] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Friday 09 August 2024  03:51:18 -0400 (0:00:00.052)       0:00:27.248 ********* 
ok: [managed_node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
                "connections": [
                    {
                        "ethtool": {
                            "ring": {
                                "rx": 128,
                                "rx_jumbo": 128,
                                "rx_mini": 128,
                                "tx": 128
                            }
                        },
                        "ip": {
                            "auto6": false,
                            "dhcp4": false
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Friday 09 August 2024  03:51:18 -0400 (0:00:00.089)       0:00:27.338 ********* 
skipping: [managed_node1] => {
    "false_condition": "network_state != {}"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Friday 09 August 2024  03:51:18 -0400 (0:00:00.049)       0:00:27.387 ********* 
ok: [managed_node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Get profile's ethtool.ring-rx options] ***********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:96
Friday 09 August 2024  03:51:18 -0400 (0:00:00.371)       0:00:27.758 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Assert ethtool.ring-rx option set in profile] ****************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:102
Friday 09 August 2024  03:51:18 -0400 (0:00:00.047)       0:00:27.806 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's ethtool.ring-rx-jumbo options] *****************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:107
Friday 09 August 2024  03:51:18 -0400 (0:00:00.051)       0:00:27.857 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Assert ethtool.ring-rx-jumbo option set in profile] **********************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:113
Friday 09 August 2024  03:51:18 -0400 (0:00:00.048)       0:00:27.906 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's ethtool.ring-rx-mini options] ******************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:118
Friday 09 August 2024  03:51:18 -0400 (0:00:00.047)       0:00:27.954 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Assert ethtool.ring-rx-mini option set in profile] ***********************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:124
Friday 09 August 2024  03:51:18 -0400 (0:00:00.051)       0:00:28.005 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's ethtool.ring-tx options] ***********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:129
Friday 09 August 2024  03:51:18 -0400 (0:00:00.049)       0:00:28.054 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Assert ethtool.ring-tx option set in profile] ****************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:135
Friday 09 August 2024  03:51:18 -0400 (0:00:00.047)       0:00:28.102 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's ethtool.ring options] **************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:141
Friday 09 August 2024  03:51:19 -0400 (0:00:00.049)       0:00:28.152 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "grep",
        "ETHTOOL",
        "/etc/sysconfig/network-scripts/ifcfg-testnic1"
    ],
    "delta": "0:00:00.003058",
    "end": "2024-08-09 03:51:19.306052",
    "rc": 0,
    "start": "2024-08-09 03:51:19.302994"
}

STDOUT:

ETHTOOL_OPTS="-G testnic1 rx 128 rx-jumbo 128 rx-mini 128 tx 128"

TASK [Assert ethtool.ring option set in profile] *******************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:148
Friday 09 August 2024  03:51:19 -0400 (0:00:00.357)       0:00:28.509 ********* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can clear ring options] ******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:158
Friday 09 August 2024  03:51:19 -0400 (0:00:00.053)       0:00:28.562 ********* 
ok: [managed_node1] => {}

MSG:

##################################################

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Friday 09 August 2024  03:51:19 -0400 (0:00:00.052)       0:00:28.615 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Friday 09 August 2024  03:51:19 -0400 (0:00:00.072)       0:00:28.687 ********* 
skipping: [managed_node1] => {
    "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 : Check if system is ostree] ***********
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Friday 09 August 2024  03:51:19 -0400 (0:00:00.129)       0:00:28.817 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Friday 09 August 2024  03:51:19 -0400 (0:00:00.052)       0:00:28.870 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Friday 09 August 2024  03:51:19 -0400 (0:00:00.052)       0:00:28.922 ********* 
ok: [managed_node1] => {
    "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 : Check which packages are installed] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Friday 09 August 2024  03:51:21 -0400 (0:00:01.625)       0:00:30.547 ********* 
ok: [managed_node1] => {
    "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 : Print network provider] **************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Friday 09 August 2024  03:51:22 -0400 (0:00:01.422)       0:00:31.970 ********* 
ok: [managed_node1] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Friday 09 August 2024  03:51:22 -0400 (0:00:00.052)       0:00:32.022 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Friday 09 August 2024  03:51:22 -0400 (0:00:00.053)       0:00:32.076 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Friday 09 August 2024  03:51:22 -0400 (0:00:00.048)       0:00:32.124 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int > 9",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Friday 09 August 2024  03:51:23 -0400 (0:00:00.052)       0:00:32.177 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Friday 09 August 2024  03:51:23 -0400 (0:00:00.061)       0:00:32.239 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int < 8",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Friday 09 August 2024  03:51:23 -0400 (0:00:00.049)       0:00:32.288 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Friday 09 August 2024  03:51:23 -0400 (0:00:00.061)       0:00:32.350 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not network_packages is subset(ansible_facts.packages.keys())",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Friday 09 August 2024  03:51:23 -0400 (0:00:00.087)       0:00:32.437 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Friday 09 August 2024  03:51:23 -0400 (0:00:00.049)       0:00:32.487 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Friday 09 August 2024  03:51:23 -0400 (0:00:00.127)       0:00:32.614 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Friday 09 August 2024  03:51:23 -0400 (0:00:00.062)       0:00:32.677 ********* 
skipping: [managed_node1] => {
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Friday 09 August 2024  03:51:23 -0400 (0:00:00.048)       0:00:32.726 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Friday 09 August 2024  03:51:23 -0400 (0:00:00.051)       0:00:32.777 ********* 
ok: [managed_node1] => {
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Friday 09 August 2024  03:51:24 -0400 (0:00:00.534)       0:00:33.311 ********* 
ok: [managed_node1] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-23997egnxi_2q/tmpp64_g_nd"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Friday 09 August 2024  03:51:24 -0400 (0:00:00.364)       0:00:33.676 ********* 
changed: [managed_node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [
                {
                    "ip": {
                        "auto6": false,
                        "dhcp4": false
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\nRTNETLINK answers: File exists\n"'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Friday 09 August 2024  03:51:25 -0400 (0:00:00.558)       0:00:34.234 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Friday 09 August 2024  03:51:25 -0400 (0:00:00.047)       0:00:34.282 ********* 
ok: [managed_node1] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nRTNETLINK answers: File exists\\n\"'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Friday 09 August 2024  03:51:25 -0400 (0:00:00.049)       0:00:34.331 ********* 
ok: [managed_node1] => {
    "__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": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nRTNETLINK answers: File exists\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nRTNETLINK answers: File exists\\n\"'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Friday 09 August 2024  03:51:25 -0400 (0:00:00.051)       0:00:34.383 ********* 
skipping: [managed_node1] => {
    "false_condition": "network_state != {}"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Friday 09 August 2024  03:51:25 -0400 (0:00:00.046)       0:00:34.430 ********* 
ok: [managed_node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Get profile's ring options] **********************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:173
Friday 09 August 2024  03:51:25 -0400 (0:00:00.365)       0:00:34.795 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [ASSERT: The profile does reset ring options] *****************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:179
Friday 09 August 2024  03:51:25 -0400 (0:00:00.048)       0:00:34.844 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [Get profile's ring options] **********************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:184
Friday 09 August 2024  03:51:25 -0400 (0:00:00.046)       0:00:34.890 ********* 
fatal: [managed_node1]: FAILED! => {
    "changed": false,
    "cmd": [
        "grep",
        "ETHTOOL",
        "/etc/sysconfig/network-scripts/ifcfg-testnic1"
    ],
    "delta": "0:00:00.002966",
    "end": "2024-08-09 03:51:26.047046",
    "rc": 1,
    "start": "2024-08-09 03:51:26.044080"
}

MSG:

non-zero return code
...ignoring

TASK [ASSERT: The profile does reset ring options] *****************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:191
Friday 09 August 2024  03:51:26 -0400 (0:00:00.359)       0:00:35.250 ********* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Friday 09 August 2024  03:51:26 -0400 (0:00:00.087)       0:00:35.337 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Friday 09 August 2024  03:51:26 -0400 (0:00:00.074)       0:00:35.412 ********* 
skipping: [managed_node1] => {
    "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 : Check if system is ostree] ***********
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Friday 09 August 2024  03:51:26 -0400 (0:00:00.057)       0:00:35.470 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Friday 09 August 2024  03:51:26 -0400 (0:00:00.052)       0:00:35.522 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Friday 09 August 2024  03:51:26 -0400 (0:00:00.055)       0:00:35.578 ********* 
ok: [managed_node1] => {
    "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 : Check which packages are installed] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Friday 09 August 2024  03:51:28 -0400 (0:00:01.677)       0:00:37.255 ********* 
ok: [managed_node1] => {
    "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 : Print network provider] **************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Friday 09 August 2024  03:51:29 -0400 (0:00:01.430)       0:00:38.685 ********* 
ok: [managed_node1] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Friday 09 August 2024  03:51:29 -0400 (0:00:00.053)       0:00:38.739 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Friday 09 August 2024  03:51:29 -0400 (0:00:00.050)       0:00:38.789 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Friday 09 August 2024  03:51:29 -0400 (0:00:00.048)       0:00:38.838 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int > 9",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Friday 09 August 2024  03:51:29 -0400 (0:00:00.052)       0:00:38.891 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Friday 09 August 2024  03:51:29 -0400 (0:00:00.060)       0:00:38.951 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int < 8",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Friday 09 August 2024  03:51:29 -0400 (0:00:00.050)       0:00:39.001 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Friday 09 August 2024  03:51:29 -0400 (0:00:00.094)       0:00:39.096 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not network_packages is subset(ansible_facts.packages.keys())",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Friday 09 August 2024  03:51:30 -0400 (0:00:00.084)       0:00:39.181 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Friday 09 August 2024  03:51:30 -0400 (0:00:00.054)       0:00:39.235 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Friday 09 August 2024  03:51:30 -0400 (0:00:00.051)       0:00:39.287 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Friday 09 August 2024  03:51:30 -0400 (0:00:00.058)       0:00:39.345 ********* 
skipping: [managed_node1] => {
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Friday 09 August 2024  03:51:30 -0400 (0:00:00.053)       0:00:39.398 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Friday 09 August 2024  03:51:30 -0400 (0:00:00.050)       0:00:39.449 ********* 
ok: [managed_node1] => {
    "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: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Friday 09 August 2024  03:51:30 -0400 (0:00:00.542)       0:00:39.992 ********* 
ok: [managed_node1] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-23997egnxi_2q/tmpbvm2z64d"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Friday 09 August 2024  03:51:31 -0400 (0:00:00.374)       0:00:40.366 ********* 
changed: [managed_node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [
                {
                    "name": "testnic1",
                    "persistent_state": "absent"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Friday 09 August 2024  03:51:31 -0400 (0:00:00.463)       0:00:40.829 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state != {}",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Friday 09 August 2024  03:51:31 -0400 (0:00:00.048)       0:00:40.877 ********* 
ok: [managed_node1] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Friday 09 August 2024  03:51:31 -0400 (0:00:00.052)       0:00:40.930 ********* 
ok: [managed_node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
                "connections": [
                    {
                        "name": "testnic1",
                        "persistent_state": "absent"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'\n",
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Friday 09 August 2024  03:51:31 -0400 (0:00:00.052)       0:00:40.982 ********* 
skipping: [managed_node1] => {
    "false_condition": "network_state != {}"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Friday 09 August 2024  03:51:31 -0400 (0:00:00.048)       0:00:41.030 ********* 
ok: [managed_node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Include the task 'manage_test_interface.yml'] ****************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:210
Friday 09 August 2024  03:51:32 -0400 (0:00:00.361)       0:00:41.392 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed_node1

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3
Friday 09 August 2024  03:51:32 -0400 (0:00:00.107)       0:00:41.500 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "state not in [\"present\", \"absent\"]",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure type in ["dummy", "tap", "veth"]] *********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8
Friday 09 August 2024  03:51:32 -0400 (0:00:00.048)       0:00:41.548 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'show_interfaces.yml'] **********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13
Friday 09 August 2024  03:51:32 -0400 (0:00:00.046)       0:00:41.595 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1

TASK [Include the task 'get_current_interfaces.yml'] ***************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3
Friday 09 August 2024  03:51:32 -0400 (0:00:00.069)       0:00:41.664 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1

TASK [Gather current interface info] *******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Friday 09 August 2024  03:51:32 -0400 (0:00:00.065)       0:00:41.730 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003065",
    "end": "2024-08-09 03:51:32.876075",
    "rc": 0,
    "start": "2024-08-09 03:51:32.873010"
}

STDOUT:

bonding_masters
eth0
lo
peertestnic1
testnic1

TASK [Set current_interfaces] **************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Friday 09 August 2024  03:51:32 -0400 (0:00:00.349)       0:00:42.079 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo",
            "peertestnic1",
            "testnic1"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5
Friday 09 August 2024  03:51:32 -0400 (0:00:00.052)       0:00:42.132 ********* 
ok: [managed_node1] => {}

MSG:

current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1']

TASK [Install iproute] *********************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16
Friday 09 August 2024  03:51:33 -0400 (0:00:00.055)       0:00:42.187 ********* 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: iproute

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27
Friday 09 August 2024  03:51:35 -0400 (0:00:02.846)       0:00:45.034 ********* 
skipping: [managed_node1] => (item=ip link add testnic1 type veth peer name peertestnic1)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces",
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=ip link set peertestnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces",
    "item": "ip link set peertestnic1 up",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=ip link set testnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces",
    "item": "ip link set testnic1 up",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35
Friday 09 August 2024  03:51:35 -0400 (0:00:00.060)       0:00:45.095 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'veth' and state == 'present'",
    "skip_reason": "Conditional result was False"
}

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43
Friday 09 August 2024  03:51:36 -0400 (0:00:00.052)       0:00:45.147 ********* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "ip",
        "link",
        "del",
        "testnic1",
        "type",
        "veth"
    ],
    "delta": "0:00:00.013949",
    "end": "2024-08-09 03:51:36.309147",
    "rc": 0,
    "start": "2024-08-09 03:51:36.295198"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49
Friday 09 August 2024  03:51:36 -0400 (0:00:00.367)       0:00:45.514 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces",
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54
Friday 09 August 2024  03:51:36 -0400 (0:00:00.048)       0:00:45.563 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces",
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60
Friday 09 August 2024  03:51:36 -0400 (0:00:00.050)       0:00:45.613 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces",
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65
Friday 09 August 2024  03:51:36 -0400 (0:00:00.078)       0:00:45.692 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces",
    "skip_reason": "Conditional result was False"
}

TASK [Verify network state restored to default] ********************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:214
Friday 09 August 2024  03:51:36 -0400 (0:00:00.047)       0:00:45.739 ********* 
included: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed_node1

TASK [Check routes and DNS] ****************************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6
Friday 09 August 2024  03:51:36 -0400 (0:00:00.077)       0:00:45.817 ********* 
ok: [managed_node1] => {
    "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.008031",
    "end": "2024-08-09 03:51:36.968488",
    "rc": 0,
    "start": "2024-08-09 03:51:36.960457"
}

STDOUT:

IP
1: lo: <LOOPBACK,UP,LOWER_UP> 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: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9001 qdisc mq state UP group default qlen 1000
    link/ether 0a:ff:db:1d:83:69 brd ff:ff:ff:ff:ff:ff
    inet 10.31.14.216/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0
       valid_lft 2299sec preferred_lft 2299sec
    inet6 fe80::8ff:dbff:fe1d:8369/64 scope link 
       valid_lft forever preferred_lft forever
IP ROUTE
default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.216 metric 100 
10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.216 metric 100 
IP -6 ROUTE
::1 dev lo proto kernel metric 256 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
RESOLV
# Generated by NetworkManager
search us-east-1.aws.redhat.com
nameserver 10.29.169.13
nameserver 10.29.170.12
nameserver 10.2.32.1

TASK [Verify DNS and network connectivity] *************************************
task path: /tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24
Friday 09 August 2024  03:51:37 -0400 (0:00:00.352)       0:00:46.170 ********* 
ok: [managed_node1] => {
    "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.335137",
    "end": "2024-08-09 03:51:37.657031",
    "rc": 0,
    "start": "2024-08-09 03:51:37.321894"
}

STDOUT:

CHECK DNS AND CONNECTIVITY
2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org
2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org
2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org
2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org
2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.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
2620:52:3:1:dead:beef:cafe:fed6 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   1487      0 --:--:-- --:--:-- --:--:--  1487
  % 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   2694      0 --:--:-- --:--:-- --:--:--  2694

PLAY RECAP *********************************************************************
managed_node1              : ok=91   changed=4    unreachable=0    failed=0    skipped=99   rescued=0    ignored=2   

Friday 09 August 2024  03:51:37 -0400 (0:00:00.740)       0:00:46.910 ********* 
=============================================================================== 
Install iproute --------------------------------------------------------- 3.31s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 
Install ethtool (test dependency) --------------------------------------- 2.97s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:26 
Install iproute --------------------------------------------------------- 2.85s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 
fedora.linux_system_roles.network : Check which services are running ---- 1.69s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which services are running ---- 1.68s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which services are running ---- 1.65s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which packages are installed --- 1.64s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which services are running ---- 1.63s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
Enable EPEL 8 ----------------------------------------------------------- 1.54s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:35 
fedora.linux_system_roles.network : Check which packages are installed --- 1.43s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.42s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which packages are installed --- 1.40s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
Create veth interface testnic1 ------------------------------------------ 1.02s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 
Gathering Facts --------------------------------------------------------- 1.01s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_initscripts.yml:5 
Gathering Facts --------------------------------------------------------- 0.75s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_ring.yml:3 
Verify DNS and network connectivity ------------------------------------- 0.74s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 
fedora.linux_system_roles.network : Enable network service -------------- 0.73s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.71s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.56s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.56s
/tmp/collections-d1Z/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159