[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. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:08:25 -0400 (0:00:00.030) 0:00:00.030 ********* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Thursday 25 July 2024 07:08:26 -0400 (0:00:01.161) 0:00:01.192 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/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] *** Thursday 25 July 2024 07:08:26 -0400 (0:00:00.020) 0:00:01.213 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.488) 0:00:01.701 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.431) 0:00:02.133 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.022) 0:00:02.155 ********* 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'] ************************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.015) 0:00:02.170 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 10] ********************************************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.029) 0:00:02.200 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.014) 0:00:02.214 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.013) 0:00:02.228 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.014) 0:00:02.242 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.013) 0:00:02.255 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.013) 0:00:02.269 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml for managed_node1 TASK [Include the task 'show_interfaces.yml'] ********************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.020) 0:00:02.289 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:27 -0400 (0:00:00.017) 0:00:02.307 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:27 -0400 (0:00:00.016) 0:00:02.323 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003464", "end": "2024-07-25 07:08:28.327488", "rc": 0, "start": "2024-07-25 07:08:28.324024" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:28 -0400 (0:00:00.430) 0:00:02.754 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:28 -0400 (0:00:00.016) 0:00:02.770 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** Thursday 25 July 2024 07:08:28 -0400 (0:00:00.015) 0:00:02.786 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** Thursday 25 July 2024 07:08:28 -0400 (0:00:00.025) 0:00:02.812 ********* 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"]] ********************************* Thursday 25 July 2024 07:08:28 -0400 (0:00:00.012) 0:00:02.825 ********* 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'] ********************************** Thursday 25 July 2024 07:08:28 -0400 (0:00:00.012) 0:00:02.837 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:28 -0400 (0:00:00.022) 0:00:02.859 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:28 -0400 (0:00:00.016) 0:00:02.876 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003332", "end": "2024-07-25 07:08:28.797602", "rc": 0, "start": "2024-07-25 07:08:28.794270" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:28 -0400 (0:00:00.346) 0:00:03.222 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:28 -0400 (0:00:00.016) 0:00:03.239 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* Thursday 25 July 2024 07:08:28 -0400 (0:00:00.015) 0:00:03.255 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** Thursday 25 July 2024 07:08:29 -0400 (0:00:00.764) 0:00:04.019 ********* skipping: [managed_node1] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** Thursday 25 July 2024 07:08:29 -0400 (0:00:00.024) 0:00:04.044 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** Thursday 25 July 2024 07:08:29 -0400 (0:00:00.014) 0:00:04.058 ********* 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 veth1298] ***************************************** Thursday 25 July 2024 07:08:29 -0400 (0:00:00.014) 0:00:04.072 ********* 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 veth1298] ***************************************** Thursday 25 July 2024 07:08:29 -0400 (0:00:00.014) 0:00:04.086 ********* 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 veth1298] ******************************************* Thursday 25 July 2024 07:08:29 -0400 (0:00:00.013) 0:00:04.100 ********* 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 veth1298] ******************************************* Thursday 25 July 2024 07:08:29 -0400 (0:00:00.014) 0:00:04.115 ********* 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 'show_interfaces.yml'] ********************************** Thursday 25 July 2024 07:08:29 -0400 (0:00:00.014) 0:00:04.129 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:29 -0400 (0:00:00.023) 0:00:04.153 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:29 -0400 (0:00:00.018) 0:00:04.171 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003360", "end": "2024-07-25 07:08:30.092667", "rc": 0, "start": "2024-07-25 07:08:30.089307" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:30 -0400 (0:00:00.348) 0:00:04.520 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:30 -0400 (0:00:00.017) 0:00:04.538 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** Thursday 25 July 2024 07:08:30 -0400 (0:00:00.017) 0:00:04.555 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Thursday 25 July 2024 07:08:30 -0400 (0:00:00.023) 0:00:04.578 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface veth1298] ***************************************** Thursday 25 July 2024 07:08:30 -0400 (0:00:00.017) 0:00:04.596 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ Thursday 25 July 2024 07:08:30 -0400 (0:00:00.339) 0:00:04.936 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** Thursday 25 July 2024 07:08:30 -0400 (0:00:00.019) 0:00:04.956 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** Thursday 25 July 2024 07:08:30 -0400 (0:00:00.030) 0:00:04.986 ********* 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"]] ********************************* Thursday 25 July 2024 07:08:30 -0400 (0:00:00.014) 0:00:05.000 ********* 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'] ********************************** Thursday 25 July 2024 07:08:30 -0400 (0:00:00.013) 0:00:05.014 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:30 -0400 (0:00:00.019) 0:00:05.034 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:30 -0400 (0:00:00.017) 0:00:05.052 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003502", "end": "2024-07-25 07:08:30.973587", "rc": 0, "start": "2024-07-25 07:08:30.970085" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:31 -0400 (0:00:00.348) 0:00:05.400 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:31 -0400 (0:00:00.017) 0:00:05.417 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* Thursday 25 July 2024 07:08:31 -0400 (0:00:00.017) 0:00:05.435 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** Thursday 25 July 2024 07:08:31 -0400 (0:00:00.643) 0:00:06.078 ********* ok: [managed_node1] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.005005", "end": "2024-07-25 07:08:32.007450", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-25 07:08:32.002445" } ok: [managed_node1] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.005321", "end": "2024-07-25 07:08:32.380718", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-25 07:08:32.375397" } ok: [managed_node1] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004313", "end": "2024-07-25 07:08:32.716599", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-25 07:08:32.712286" } TASK [Set up veth as managed by NetworkManager] ******************************** Thursday 25 July 2024 07:08:32 -0400 (0:00:01.068) 0:00:07.146 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.017845", "end": "2024-07-25 07:08:33.083788", "rc": 0, "start": "2024-07-25 07:08:33.065943" } TASK [Delete veth interface veth1298] ****************************************** Thursday 25 July 2024 07:08:33 -0400 (0:00:00.366) 0:00:07.513 ********* 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 veth1298] ***************************************** Thursday 25 July 2024 07:08:33 -0400 (0:00:00.015) 0:00:07.529 ********* 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 veth1298] ***************************************** Thursday 25 July 2024 07:08:33 -0400 (0:00:00.015) 0:00:07.544 ********* 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 veth1298] ******************************************* Thursday 25 July 2024 07:08:33 -0400 (0:00:00.015) 0:00:07.559 ********* 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 veth1298] ******************************************* Thursday 25 July 2024 07:08:33 -0400 (0:00:00.015) 0:00:07.574 ********* 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 'show_interfaces.yml'] ********************************** Thursday 25 July 2024 07:08:33 -0400 (0:00:00.014) 0:00:07.589 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:33 -0400 (0:00:00.028) 0:00:07.618 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:33 -0400 (0:00:00.017) 0:00:07.635 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003339", "end": "2024-07-25 07:08:33.555236", "rc": 0, "start": "2024-07-25 07:08:33.551897" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:33 -0400 (0:00:00.345) 0:00:07.980 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:33 -0400 (0:00:00.017) 0:00:07.997 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** Thursday 25 July 2024 07:08:33 -0400 (0:00:00.016) 0:00:08.014 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Thursday 25 July 2024 07:08:33 -0400 (0:00:00.030) 0:00:08.045 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface veth1298] ***************************************** Thursday 25 July 2024 07:08:33 -0400 (0:00:00.017) 0:00:08.063 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721905712.0059688, "block_size": 4096, "blocks": 0, "ctime": 1721905712.0059688, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 38207, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth1298", "lnk_target": "../../devices/virtual/net/veth1298", "mode": "0777", "mtime": 1721905712.0059688, "nlink": 1, "path": "/sys/class/net/veth1298", "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 - 'veth1298'] *********************** Thursday 25 July 2024 07:08:34 -0400 (0:00:00.340) 0:00:08.404 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** Thursday 25 July 2024 07:08:34 -0400 (0:00:00.017) 0:00:08.421 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** Thursday 25 July 2024 07:08:34 -0400 (0:00:00.035) 0:00:08.457 ********* 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"]] ********************************* Thursday 25 July 2024 07:08:34 -0400 (0:00:00.014) 0:00:08.471 ********* 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'] ********************************** Thursday 25 July 2024 07:08:34 -0400 (0:00:00.013) 0:00:08.485 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:34 -0400 (0:00:00.020) 0:00:08.505 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:34 -0400 (0:00:00.017) 0:00:08.522 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003308", "end": "2024-07-25 07:08:34.440139", "rc": 0, "start": "2024-07-25 07:08:34.436831" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:34 -0400 (0:00:00.343) 0:00:08.865 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:34 -0400 (0:00:00.017) 0:00:08.883 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* Thursday 25 July 2024 07:08:34 -0400 (0:00:00.017) 0:00:08.900 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** Thursday 25 July 2024 07:08:35 -0400 (0:00:00.660) 0:00:09.561 ********* skipping: [managed_node1] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** Thursday 25 July 2024 07:08:35 -0400 (0:00:00.029) 0:00:09.590 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** Thursday 25 July 2024 07:08:35 -0400 (0:00:00.015) 0:00:09.605 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008849", "end": "2024-07-25 07:08:35.534811", "rc": 0, "start": "2024-07-25 07:08:35.525962" } TASK [Create dummy interface veth1298] ***************************************** Thursday 25 July 2024 07:08:35 -0400 (0:00:00.366) 0:00:09.972 ********* 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 veth1298] ***************************************** Thursday 25 July 2024 07:08:35 -0400 (0:00:00.014) 0:00:09.987 ********* 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 veth1298] ******************************************* Thursday 25 July 2024 07:08:35 -0400 (0:00:00.015) 0:00:10.003 ********* 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 veth1298] ******************************************* Thursday 25 July 2024 07:08:35 -0400 (0:00:00.015) 0:00:10.018 ********* 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 'show_interfaces.yml'] ********************************** Thursday 25 July 2024 07:08:35 -0400 (0:00:00.013) 0:00:10.032 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:35 -0400 (0:00:00.032) 0:00:10.065 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:35 -0400 (0:00:00.017) 0:00:10.082 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003448", "end": "2024-07-25 07:08:36.009372", "rc": 0, "start": "2024-07-25 07:08:36.005924" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:36 -0400 (0:00:00.352) 0:00:10.435 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:36 -0400 (0:00:00.017) 0:00:10.452 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** Thursday 25 July 2024 07:08:36 -0400 (0:00:00.016) 0:00:10.469 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Thursday 25 July 2024 07:08:36 -0400 (0:00:00.034) 0:00:10.503 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface veth1298] ***************************************** Thursday 25 July 2024 07:08:36 -0400 (0:00:00.018) 0:00:10.522 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ Thursday 25 July 2024 07:08:36 -0400 (0:00:00.346) 0:00:10.869 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** Thursday 25 July 2024 07:08:36 -0400 (0:00:00.019) 0:00:10.888 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/create_and_remove_interface.yml for managed_node1 TASK [Include the task 'show_interfaces.yml'] ********************************** Thursday 25 July 2024 07:08:36 -0400 (0:00:00.023) 0:00:10.912 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:36 -0400 (0:00:00.019) 0:00:10.931 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:36 -0400 (0:00:00.017) 0:00:10.949 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003340", "end": "2024-07-25 07:08:36.877812", "rc": 0, "start": "2024-07-25 07:08:36.874472" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:36 -0400 (0:00:00.354) 0:00:11.303 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:36 -0400 (0:00:00.017) 0:00:11.321 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** Thursday 25 July 2024 07:08:36 -0400 (0:00:00.016) 0:00:11.337 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** Thursday 25 July 2024 07:08:36 -0400 (0:00:00.025) 0:00:11.363 ********* 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"]] ********************************* Thursday 25 July 2024 07:08:37 -0400 (0:00:00.013) 0:00:11.377 ********* 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'] ********************************** Thursday 25 July 2024 07:08:37 -0400 (0:00:00.013) 0:00:11.391 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:37 -0400 (0:00:00.021) 0:00:11.412 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:37 -0400 (0:00:00.017) 0:00:11.430 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003577", "end": "2024-07-25 07:08:37.349801", "rc": 0, "start": "2024-07-25 07:08:37.346224" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:37 -0400 (0:00:00.346) 0:00:11.776 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:37 -0400 (0:00:00.017) 0:00:11.794 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* Thursday 25 July 2024 07:08:37 -0400 (0:00:00.017) 0:00:11.811 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.653) 0:00:12.465 ********* skipping: [managed_node1] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.025) 0:00:12.490 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.015) 0:00:12.506 ********* 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 dummy1298] **************************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.016) 0:00:12.522 ********* 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 dummy1298] **************************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.015) 0:00:12.538 ********* 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 dummy1298] ****************************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.015) 0:00:12.553 ********* 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 dummy1298] ****************************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.015) 0:00:12.568 ********* 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 'show_interfaces.yml'] ********************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.013) 0:00:12.582 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.022) 0:00:12.604 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:38 -0400 (0:00:00.016) 0:00:12.621 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003396", "end": "2024-07-25 07:08:38.539332", "rc": 0, "start": "2024-07-25 07:08:38.535936" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.345) 0:00:12.967 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:38 -0400 (0:00:00.018) 0:00:12.985 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.018) 0:00:13.003 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Thursday 25 July 2024 07:08:38 -0400 (0:00:00.023) 0:00:13.027 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface dummy1298] **************************************** Thursday 25 July 2024 07:08:38 -0400 (0:00:00.018) 0:00:13.045 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** Thursday 25 July 2024 07:08:39 -0400 (0:00:00.340) 0:00:13.386 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** Thursday 25 July 2024 07:08:39 -0400 (0:00:00.019) 0:00:13.405 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** Thursday 25 July 2024 07:08:39 -0400 (0:00:00.030) 0:00:13.436 ********* 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"]] ********************************* Thursday 25 July 2024 07:08:39 -0400 (0:00:00.014) 0:00:13.450 ********* 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'] ********************************** Thursday 25 July 2024 07:08:39 -0400 (0:00:00.014) 0:00:13.465 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:39 -0400 (0:00:00.019) 0:00:13.485 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:39 -0400 (0:00:00.017) 0:00:13.503 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003451", "end": "2024-07-25 07:08:39.424754", "rc": 0, "start": "2024-07-25 07:08:39.421303" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:39 -0400 (0:00:00.350) 0:00:13.853 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:39 -0400 (0:00:00.017) 0:00:13.870 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* Thursday 25 July 2024 07:08:39 -0400 (0:00:00.017) 0:00:13.888 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** Thursday 25 July 2024 07:08:40 -0400 (0:00:00.658) 0:00:14.547 ********* skipping: [managed_node1] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** Thursday 25 July 2024 07:08:40 -0400 (0:00:00.026) 0:00:14.574 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** Thursday 25 July 2024 07:08:40 -0400 (0:00:00.015) 0:00:14.589 ********* 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 dummy1298] **************************************** Thursday 25 July 2024 07:08:40 -0400 (0:00:00.016) 0:00:14.606 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004012", "end": "2024-07-25 07:08:40.532197", "rc": 0, "start": "2024-07-25 07:08:40.528185" } TASK [Delete dummy interface dummy1298] **************************************** Thursday 25 July 2024 07:08:40 -0400 (0:00:00.363) 0:00:14.970 ********* 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 dummy1298] ****************************************** Thursday 25 July 2024 07:08:40 -0400 (0:00:00.015) 0:00:14.985 ********* 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 dummy1298] ****************************************** Thursday 25 July 2024 07:08:40 -0400 (0:00:00.015) 0:00:15.001 ********* 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 'show_interfaces.yml'] ********************************** Thursday 25 July 2024 07:08:40 -0400 (0:00:00.015) 0:00:15.016 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:40 -0400 (0:00:00.029) 0:00:15.045 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:40 -0400 (0:00:00.018) 0:00:15.064 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003281", "end": "2024-07-25 07:08:40.982689", "rc": 0, "start": "2024-07-25 07:08:40.979408" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:41 -0400 (0:00:00.344) 0:00:15.408 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:41 -0400 (0:00:00.018) 0:00:15.426 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** Thursday 25 July 2024 07:08:41 -0400 (0:00:00.017) 0:00:15.444 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_present.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Thursday 25 July 2024 07:08:41 -0400 (0:00:00.031) 0:00:15.475 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface dummy1298] **************************************** Thursday 25 July 2024 07:08:41 -0400 (0:00:00.039) 0:00:15.515 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721905720.5316043, "block_size": 4096, "blocks": 0, "ctime": 1721905720.5316043, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 38410, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy1298", "lnk_target": "../../devices/virtual/net/dummy1298", "mode": "0777", "mtime": 1721905720.5316043, "nlink": 1, "path": "/sys/class/net/dummy1298", "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 - 'dummy1298'] ********************** Thursday 25 July 2024 07:08:41 -0400 (0:00:00.346) 0:00:15.861 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** Thursday 25 July 2024 07:08:41 -0400 (0:00:00.018) 0:00:15.880 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed_node1 TASK [Ensure state in ["present", "absent"]] *********************************** Thursday 25 July 2024 07:08:41 -0400 (0:00:00.036) 0:00:15.916 ********* 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"]] ********************************* Thursday 25 July 2024 07:08:41 -0400 (0:00:00.014) 0:00:15.930 ********* 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'] ********************************** Thursday 25 July 2024 07:08:41 -0400 (0:00:00.013) 0:00:15.944 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:41 -0400 (0:00:00.019) 0:00:15.964 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:41 -0400 (0:00:00.017) 0:00:15.981 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003508", "end": "2024-07-25 07:08:41.903642", "rc": 0, "start": "2024-07-25 07:08:41.900134" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:41 -0400 (0:00:00.349) 0:00:16.331 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:41 -0400 (0:00:00.017) 0:00:16.348 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* Thursday 25 July 2024 07:08:41 -0400 (0:00:00.017) 0:00:16.365 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** Thursday 25 July 2024 07:08:42 -0400 (0:00:00.644) 0:00:17.010 ********* skipping: [managed_node1] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** Thursday 25 July 2024 07:08:42 -0400 (0:00:00.025) 0:00:17.035 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** Thursday 25 July 2024 07:08:42 -0400 (0:00:00.019) 0:00:17.055 ********* 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 dummy1298] **************************************** Thursday 25 July 2024 07:08:42 -0400 (0:00:00.015) 0:00:17.070 ********* 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 dummy1298] **************************************** Thursday 25 July 2024 07:08:42 -0400 (0:00:00.015) 0:00:17.086 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010175", "end": "2024-07-25 07:08:43.019469", "rc": 0, "start": "2024-07-25 07:08:43.009294" } TASK [Create tap interface dummy1298] ****************************************** Thursday 25 July 2024 07:08:43 -0400 (0:00:00.360) 0:00:17.447 ********* 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 dummy1298] ****************************************** Thursday 25 July 2024 07:08:43 -0400 (0:00:00.015) 0:00:17.462 ********* 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 'show_interfaces.yml'] ********************************** Thursday 25 July 2024 07:08:43 -0400 (0:00:00.014) 0:00:17.477 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** Thursday 25 July 2024 07:08:43 -0400 (0:00:00.034) 0:00:17.511 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* Thursday 25 July 2024 07:08:43 -0400 (0:00:00.017) 0:00:17.529 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003335", "end": "2024-07-25 07:08:43.448702", "rc": 0, "start": "2024-07-25 07:08:43.445367" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** Thursday 25 July 2024 07:08:43 -0400 (0:00:00.346) 0:00:17.875 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* Thursday 25 July 2024 07:08:43 -0400 (0:00:00.017) 0:00:17.892 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** Thursday 25 July 2024 07:08:43 -0400 (0:00:00.017) 0:00:17.910 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/assert_device_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* Thursday 25 July 2024 07:08:43 -0400 (0:00:00.034) 0:00:17.945 ********* included: /var/ARTIFACTS/work-generalpwwt7nrs/plans/general/tree/tmp.VNy9J1GIVW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface dummy1298] **************************************** Thursday 25 July 2024 07:08:43 -0400 (0:00:00.020) 0:00:17.965 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** Thursday 25 July 2024 07:08:43 -0400 (0:00:00.340) 0:00:18.305 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed_node1 : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Thursday 25 July 2024 07:08:43 -0400 (0:00:00.027) 0:00:18.332 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.16s Create veth interface veth1298 ------------------------------------------ 1.07s Install iproute --------------------------------------------------------- 0.76s Install iproute --------------------------------------------------------- 0.66s Install iproute --------------------------------------------------------- 0.66s Install iproute --------------------------------------------------------- 0.65s Install iproute --------------------------------------------------------- 0.64s Install iproute --------------------------------------------------------- 0.64s Gather the minimum subset of ansible_facts required by the network role test --- 0.49s Check if system is ostree ----------------------------------------------- 0.43s Gather current interface info ------------------------------------------- 0.43s Delete veth interface veth1298 ------------------------------------------ 0.37s Set up veth as managed by NetworkManager -------------------------------- 0.37s Create dummy interface dummy1298 ---------------------------------------- 0.36s Delete dummy interface dummy1298 ---------------------------------------- 0.36s Gather current interface info ------------------------------------------- 0.35s Gather current interface info ------------------------------------------- 0.35s Gather current interface info ------------------------------------------- 0.35s Gather current interface info ------------------------------------------- 0.35s Gather current interface info ------------------------------------------- 0.35s