# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-more-test-debuge5hbmou3/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-more-test-debuge5hbmou3/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tests_helpers_and_asserts.yml:3 Saturday 24 February 2024 19:37:21 +0000 (0:00:00.045) 0:00:00.045 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tests_helpers_and_asserts.yml:6 Saturday 24 February 2024 19:37:22 +0000 (0:00:00.884) 0:00:00.930 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/el_repo_setup.yml:3 Saturday 24 February 2024 19:37:22 +0000 (0:00:00.015) 0:00:00.946 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/el_repo_setup.yml:17 Saturday 24 February 2024 19:37:22 +0000 (0:00:00.364) 0:00:01.310 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/el_repo_setup.yml:22 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.250) 0:00:01.561 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/el_repo_setup.yml:26 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.014) 0:00:01.575 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/el_repo_setup.yml:51 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.009) 0:00:01.585 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/enable_epel.yml:8 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.021) 0:00:01.607 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/enable_epel.yml:24 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.008) 0:00:01.615 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/enable_epel.yml:30 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.007) 0:00:01.623 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/enable_epel.yml:35 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.017) 0:00:01.641 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/enable_epel.yml:40 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.019) 0:00:01.660 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tests_helpers_and_asserts.yml:9 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.016) 0:00:01.677 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:3 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.022) 0:00:01.700 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.010) 0:00:01.711 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.009) 0:00:01.720 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003272", "end": "2024-02-24 19:37:23.537540", "rc": 0, "start": "2024-02-24 19:37:23.534268" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.256) 0:00:01.977 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.011) 0:00:01.988 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:5 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.011) 0:00:01.999 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.018) 0:00:02.018 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.008) 0:00:02.026 ***** skipping: [sut] => { "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: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.007) 0:00:02.034 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.010) 0:00:02.045 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.009) 0:00:02.054 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003544", "end": "2024-02-24 19:37:23.805348", "rc": 0, "start": "2024-02-24 19:37:23.801804" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.193) 0:00:02.247 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.010) 0:00:02.258 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:37:23 +0000 (0:00:00.011) 0:00:02.270 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:37:24 +0000 (0:00:01.004) 0:00:03.275 ***** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:37:24 +0000 (0:00:00.013) 0:00:03.288 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:37:24 +0000 (0:00:00.008) 0:00:03.297 ***** skipping: [sut] => { "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] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:37:24 +0000 (0:00:00.008) 0:00:03.305 ***** skipping: [sut] => { "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] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:37:24 +0000 (0:00:00.007) 0:00:03.313 ***** skipping: [sut] => { "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] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:37:24 +0000 (0:00:00.007) 0:00:03.321 ***** skipping: [sut] => { "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] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:37:24 +0000 (0:00:00.008) 0:00:03.329 ***** skipping: [sut] => { "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'] ********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:9 Saturday 24 February 2024 19:37:24 +0000 (0:00:00.007) 0:00:03.337 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:24 +0000 (0:00:00.012) 0:00:03.349 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:24 +0000 (0:00:00.008) 0:00:03.358 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003301", "end": "2024-02-24 19:37:25.108351", "rc": 0, "start": "2024-02-24 19:37:25.105050" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.187) 0:00:03.545 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.009) 0:00:03.555 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:11 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.009) 0:00:03.565 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.014) 0:00:03.579 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.010) 0:00:03.589 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.190) 0:00:03.780 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:14 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.011) 0:00:03.792 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.015) 0:00:03.808 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.009) 0:00:03.817 ***** skipping: [sut] => { "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: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.008) 0:00:03.826 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.012) 0:00:03.838 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.010) 0:00:03.849 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003347", "end": "2024-02-24 19:37:25.602454", "rc": 0, "start": "2024-02-24 19:37:25.599107" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.191) 0:00:04.040 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.009) 0:00:04.050 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:37:25 +0000 (0:00:00.009) 0:00:04.060 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:37:26 +0000 (0:00:00.887) 0:00:04.947 ***** ok: [sut] => (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.009381", "end": "2024-02-24 19:37:26.710993", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-24 19:37:26.701612" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003542", "end": "2024-02-24 19:37:26.934017", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-24 19:37:26.930475" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003545", "end": "2024-02-24 19:37:27.118790", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-24 19:37:27.115245" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.617) 0:00:05.564 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022509", "end": "2024-02-24 19:37:27.337056", "rc": 0, "start": "2024-02-24 19:37:27.314547" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.225) 0:00:05.790 ***** skipping: [sut] => { "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] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.011) 0:00:05.801 ***** skipping: [sut] => { "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] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.009) 0:00:05.811 ***** skipping: [sut] => { "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] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.009) 0:00:05.820 ***** skipping: [sut] => { "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] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.015) 0:00:05.836 ***** skipping: [sut] => { "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'] ********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:18 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.007) 0:00:05.844 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.016) 0:00:05.860 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.009) 0:00:05.870 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003320", "end": "2024-02-24 19:37:27.631111", "rc": 0, "start": "2024-02-24 19:37:27.627791" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.199) 0:00:06.069 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.010) 0:00:06.080 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:20 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.015) 0:00:06.095 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_present.yml:3 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.018) 0:00:06.114 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.012) 0:00:06.126 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708803446.7054687, "block_size": 4096, "blocks": 0, "ctime": 1708803446.7054687, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30578, "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": 1708803446.7054687, "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'] *********************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_present.yml:5 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.204) 0:00:06.330 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:23 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.020) 0:00:06.351 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.024) 0:00:06.375 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.014) 0:00:06.389 ***** skipping: [sut] => { "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: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:37:27 +0000 (0:00:00.009) 0:00:06.399 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:28 +0000 (0:00:00.028) 0:00:06.427 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:28 +0000 (0:00:00.011) 0:00:06.439 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003386", "end": "2024-02-24 19:37:28.233135", "rc": 0, "start": "2024-02-24 19:37:28.229749" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:28 +0000 (0:00:00.231) 0:00:06.671 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:28 +0000 (0:00:00.012) 0:00:06.683 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:37:28 +0000 (0:00:00.010) 0:00:06.694 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.888) 0:00:07.582 ***** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.034) 0:00:07.617 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.019) 0:00:07.637 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011727", "end": "2024-02-24 19:37:29.402765", "rc": 0, "start": "2024-02-24 19:37:29.391038" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.208) 0:00:07.845 ***** skipping: [sut] => { "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] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.011) 0:00:07.857 ***** skipping: [sut] => { "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] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.011) 0:00:07.869 ***** skipping: [sut] => { "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] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.017) 0:00:07.886 ***** skipping: [sut] => { "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'] ********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:27 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.010) 0:00:07.897 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.020) 0:00:07.917 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.009) 0:00:07.926 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003834", "end": "2024-02-24 19:37:29.679424", "rc": 0, "start": "2024-02-24 19:37:29.675590" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.191) 0:00:08.118 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.011) 0:00:08.129 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:29 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.009) 0:00:08.139 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.019) 0:00:08.158 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.010) 0:00:08.168 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.192) 0:00:08.361 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tests_helpers_and_asserts.yml:15 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.015) 0:00:08.377 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:3 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.014) 0:00:08.391 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.010) 0:00:08.402 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:29 +0000 (0:00:00.014) 0:00:08.416 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003273", "end": "2024-02-24 19:37:30.169560", "rc": 0, "start": "2024-02-24 19:37:30.166287" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.192) 0:00:08.609 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.011) 0:00:08.620 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:5 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.011) 0:00:08.631 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.021) 0:00:08.653 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.011) 0:00:08.665 ***** skipping: [sut] => { "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: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.010) 0:00:08.676 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.017) 0:00:08.693 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.014) 0:00:08.708 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003505", "end": "2024-02-24 19:37:30.471167", "rc": 0, "start": "2024-02-24 19:37:30.467662" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.202) 0:00:08.911 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.011) 0:00:08.922 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:37:30 +0000 (0:00:00.012) 0:00:08.935 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.901) 0:00:09.836 ***** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.014) 0:00:09.851 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.007) 0:00:09.858 ***** skipping: [sut] => { "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] **************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.007) 0:00:09.866 ***** skipping: [sut] => { "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] **************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.010) 0:00:09.877 ***** skipping: [sut] => { "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] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.007) 0:00:09.885 ***** skipping: [sut] => { "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] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.008) 0:00:09.894 ***** skipping: [sut] => { "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'] ********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:9 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.008) 0:00:09.902 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.012) 0:00:09.915 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.010) 0:00:09.925 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003479", "end": "2024-02-24 19:37:31.683728", "rc": 0, "start": "2024-02-24 19:37:31.680249" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.196) 0:00:10.122 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.011) 0:00:10.133 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:11 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.011) 0:00:10.145 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.021) 0:00:10.167 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.028) 0:00:10.196 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.188) 0:00:10.385 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:14 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.011) 0:00:10.396 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:37:31 +0000 (0:00:00.023) 0:00:10.419 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:37:32 +0000 (0:00:00.018) 0:00:10.438 ***** skipping: [sut] => { "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: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:37:32 +0000 (0:00:00.018) 0:00:10.457 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:32 +0000 (0:00:00.023) 0:00:10.480 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:32 +0000 (0:00:00.032) 0:00:10.512 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003390", "end": "2024-02-24 19:37:32.266568", "rc": 0, "start": "2024-02-24 19:37:32.263178" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:32 +0000 (0:00:00.191) 0:00:10.704 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:32 +0000 (0:00:00.010) 0:00:10.715 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:37:32 +0000 (0:00:00.011) 0:00:10.726 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.903) 0:00:11.630 ***** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.014) 0:00:11.645 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.008) 0:00:11.653 ***** skipping: [sut] => { "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] **************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.008) 0:00:11.662 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.088830", "end": "2024-02-24 19:37:33.505649", "rc": 0, "start": "2024-02-24 19:37:33.416819" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.291) 0:00:11.953 ***** skipping: [sut] => { "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] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.011) 0:00:11.965 ***** skipping: [sut] => { "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] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.012) 0:00:11.977 ***** skipping: [sut] => { "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'] ********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:18 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.012) 0:00:11.989 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.020) 0:00:12.010 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.010) 0:00:12.021 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003479", "end": "2024-02-24 19:37:33.773408", "rc": 0, "start": "2024-02-24 19:37:33.769929" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.192) 0:00:12.213 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.021) 0:00:12.235 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:20 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.014) 0:00:12.249 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_present.yml:3 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.020) 0:00:12.269 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:37:33 +0000 (0:00:00.009) 0:00:12.279 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708803453.502068, "block_size": 4096, "blocks": 0, "ctime": 1708803453.502068, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30906, "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": 1708803453.502068, "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'] ********************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_present.yml:5 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.203) 0:00:12.482 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:23 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.013) 0:00:12.495 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.022) 0:00:12.518 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.008) 0:00:12.526 ***** skipping: [sut] => { "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: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.008) 0:00:12.535 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.026) 0:00:12.562 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.019) 0:00:12.582 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003540", "end": "2024-02-24 19:37:34.345521", "rc": 0, "start": "2024-02-24 19:37:34.341981" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.202) 0:00:12.785 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.012) 0:00:12.797 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 19:37:34 +0000 (0:00:00.016) 0:00:12.814 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.875) 0:00:13.689 ***** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.015) 0:00:13.705 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.011) 0:00:13.717 ***** skipping: [sut] => { "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] **************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.014) 0:00:13.731 ***** skipping: [sut] => { "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] **************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.011) 0:00:13.743 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007359", "end": "2024-02-24 19:37:35.502722", "rc": 0, "start": "2024-02-24 19:37:35.495363" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.209) 0:00:13.953 ***** skipping: [sut] => { "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] ****************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.019) 0:00:13.972 ***** skipping: [sut] => { "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'] ********************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:27 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.013) 0:00:13.985 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.021) 0:00:14.007 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.013) 0:00:14.021 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003491", "end": "2024-02-24 19:37:35.772702", "rc": 0, "start": "2024-02-24 19:37:35.769211" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.188) 0:00:14.210 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.009) 0:00:14.219 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/create_and_remove_interface.yml:29 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.011) 0:00:14.231 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.019) 0:00:14.250 ***** included: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:37:35 +0000 (0:00:00.009) 0:00:14.260 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:37:36 +0000 (0:00:00.186) 0:00:14.446 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Saturday 24 February 2024 19:37:36 +0000 (0:00:00.015) 0:00:14.461 ***** =============================================================================== Install iproute --------------------------------------------------------- 1.00s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 - Install iproute --------------------------------------------------------- 0.90s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 - Install iproute --------------------------------------------------------- 0.90s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 - Install iproute --------------------------------------------------------- 0.89s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 - Install iproute --------------------------------------------------------- 0.89s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 - Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-more-test-debuge5hbmou3/tests/tests_helpers_and_asserts.yml:3 ---- Install iproute --------------------------------------------------------- 0.88s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:16 - Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:27 - Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/el_repo_setup.yml:3 ---------- Create dummy interface dummy1298 ---------------------------------------- 0.29s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:49 - Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 - Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/el_repo_setup.yml:17 --------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 - Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:35 - Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:54 - Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/manage_test_interface.yml:43 - Get stat for interface veth1298 ----------------------------------------- 0.20s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml:3 ----- Get stat for interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_interface_stat.yml:3 ----- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 - Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-more-test-debuge5hbmou3/tests/tasks/get_current_interfaces.yml:3 - ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---