# 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-tft-testsux2sg6yw/.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-tft-testsux2sg6yw/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tests_helpers_and_asserts.yml:3 Monday 17 June 2024 14:24:02 +0000 (0:00:00.036) 0:00:00.036 *********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tests_helpers_and_asserts.yml:6 Monday 17 June 2024 14:24:04 +0000 (0:00:02.387) 0:00:02.423 *********** included: /WORKDIR/git-tft-testsux2sg6yw/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-tft-testsux2sg6yw/tests/tasks/el_repo_setup.yml:3 Monday 17 June 2024 14:24:04 +0000 (0:00:00.012) 0:00:02.436 *********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/el_repo_setup.yml:17 Monday 17 June 2024 14:24:06 +0000 (0:00:01.884) 0:00:04.320 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/el_repo_setup.yml:22 Monday 17 June 2024 14:24:06 +0000 (0:00:00.287) 0:00:04.608 *********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/el_repo_setup.yml:26 Monday 17 June 2024 14:24:06 +0000 (0:00:00.013) 0:00:04.621 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/el_repo_setup.yml:51 Monday 17 June 2024 14:24:06 +0000 (0:00:00.007) 0:00:04.629 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 40] ********************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/enable_epel.yml:8 Monday 17 June 2024 14:24:06 +0000 (0:00:00.019) 0:00:04.648 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/enable_epel.yml:24 Monday 17 June 2024 14:24:06 +0000 (0:00:00.007) 0:00:04.656 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/enable_epel.yml:30 Monday 17 June 2024 14:24:06 +0000 (0:00:00.007) 0:00:04.663 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/enable_epel.yml:35 Monday 17 June 2024 14:24:06 +0000 (0:00:00.006) 0:00:04.670 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/enable_epel.yml:40 Monday 17 June 2024 14:24:06 +0000 (0:00:00.007) 0:00:04.677 *********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tests_helpers_and_asserts.yml:9 Monday 17 June 2024 14:24:06 +0000 (0:00:00.006) 0:00:04.683 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:3 Monday 17 June 2024 14:24:06 +0000 (0:00:00.010) 0:00:04.694 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:06 +0000 (0:00:00.008) 0:00:04.703 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:06 +0000 (0:00:00.008) 0:00:04.711 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003741", "end": "2024-06-17 14:24:07.211766", "rc": 0, "start": "2024-06-17 14:24:07.208025" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:07 +0000 (0:00:00.291) 0:00:05.002 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:07 +0000 (0:00:00.010) 0:00:05.012 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:5 Monday 17 June 2024 14:24:07 +0000 (0:00:00.008) 0:00:05.021 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:3 Monday 17 June 2024 14:24:07 +0000 (0:00:00.013) 0:00:05.034 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:8 Monday 17 June 2024 14:24:07 +0000 (0:00:00.007) 0:00:05.042 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:13 Monday 17 June 2024 14:24:07 +0000 (0:00:00.006) 0:00:05.049 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:07 +0000 (0:00:00.009) 0:00:05.058 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:07 +0000 (0:00:00.008) 0:00:05.067 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003721", "end": "2024-06-17 14:24:07.508835", "rc": 0, "start": "2024-06-17 14:24:07.505114" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:07 +0000 (0:00:00.231) 0:00:05.299 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:07 +0000 (0:00:00.009) 0:00:05.308 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 Monday 17 June 2024 14:24:07 +0000 (0:00:00.008) 0:00:05.316 *********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:27 Monday 17 June 2024 14:24:09 +0000 (0:00:01.567) 0:00:06.884 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:35 Monday 17 June 2024 14:24:09 +0000 (0:00:00.013) 0:00:06.898 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:43 Monday 17 June 2024 14:24:09 +0000 (0:00:00.007) 0:00:06.905 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:49 Monday 17 June 2024 14:24:09 +0000 (0:00:00.007) 0:00:06.913 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:54 Monday 17 June 2024 14:24:09 +0000 (0:00:00.007) 0:00:06.921 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:60 Monday 17 June 2024 14:24:09 +0000 (0:00:00.007) 0:00:06.928 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:65 Monday 17 June 2024 14:24:09 +0000 (0:00:00.007) 0:00:06.936 *********** 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-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:9 Monday 17 June 2024 14:24:09 +0000 (0:00:00.007) 0:00:06.943 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:09 +0000 (0:00:00.012) 0:00:06.955 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:09 +0000 (0:00:00.008) 0:00:06.964 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003726", "end": "2024-06-17 14:24:09.406667", "rc": 0, "start": "2024-06-17 14:24:09.402941" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:09 +0000 (0:00:00.234) 0:00:07.199 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:09 +0000 (0:00:00.009) 0:00:07.209 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:11 Monday 17 June 2024 14:24:09 +0000 (0:00:00.008) 0:00:07.217 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml:3 Monday 17 June 2024 14:24:09 +0000 (0:00:00.012) 0:00:07.230 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml:3 Monday 17 June 2024 14:24:09 +0000 (0:00:00.009) 0:00:07.239 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml:5 Monday 17 June 2024 14:24:09 +0000 (0:00:00.226) 0:00:07.466 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:14 Monday 17 June 2024 14:24:09 +0000 (0:00:00.010) 0:00:07.477 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:3 Monday 17 June 2024 14:24:09 +0000 (0:00:00.015) 0:00:07.492 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:8 Monday 17 June 2024 14:24:09 +0000 (0:00:00.007) 0:00:07.499 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:13 Monday 17 June 2024 14:24:09 +0000 (0:00:00.008) 0:00:07.508 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:09 +0000 (0:00:00.011) 0:00:07.519 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:09 +0000 (0:00:00.010) 0:00:07.529 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003729", "end": "2024-06-17 14:24:09.970201", "rc": 0, "start": "2024-06-17 14:24:09.966472" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:09 +0000 (0:00:00.233) 0:00:07.762 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:10 +0000 (0:00:00.011) 0:00:07.774 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 Monday 17 June 2024 14:24:10 +0000 (0:00:00.024) 0:00:07.798 *********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:27 Monday 17 June 2024 14:24:11 +0000 (0:00:01.475) 0:00:09.274 *********** 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.009077", "end": "2024-06-17 14:24:11.727220", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-06-17 14:24:11.718143" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004249", "end": "2024-06-17 14:24:12.026739", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-06-17 14:24:12.022490" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004623", "end": "2024-06-17 14:24:12.254301", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-06-17 14:24:12.249678" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:35 Monday 17 June 2024 14:24:12 +0000 (0:00:00.775) 0:00:10.049 *********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022297", "end": "2024-06-17 14:24:12.513059", "rc": 0, "start": "2024-06-17 14:24:12.490762" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:43 Monday 17 June 2024 14:24:12 +0000 (0:00:00.258) 0:00:10.308 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:49 Monday 17 June 2024 14:24:12 +0000 (0:00:00.008) 0:00:10.317 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:54 Monday 17 June 2024 14:24:12 +0000 (0:00:00.008) 0:00:10.325 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:60 Monday 17 June 2024 14:24:12 +0000 (0:00:00.008) 0:00:10.333 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:65 Monday 17 June 2024 14:24:12 +0000 (0:00:00.007) 0:00:10.341 *********** 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-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:18 Monday 17 June 2024 14:24:12 +0000 (0:00:00.007) 0:00:10.348 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:12 +0000 (0:00:00.015) 0:00:10.363 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:12 +0000 (0:00:00.009) 0:00:10.372 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003626", "end": "2024-06-17 14:24:12.817294", "rc": 0, "start": "2024-06-17 14:24:12.813668" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:12 +0000 (0:00:00.235) 0:00:10.608 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:12 +0000 (0:00:00.009) 0:00:10.618 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:20 Monday 17 June 2024 14:24:12 +0000 (0:00:00.008) 0:00:10.627 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_present.yml:3 Monday 17 June 2024 14:24:12 +0000 (0:00:00.015) 0:00:10.643 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml:3 Monday 17 June 2024 14:24:12 +0000 (0:00:00.009) 0:00:10.652 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1718634251.7223089, "block_size": 4096, "blocks": 0, "ctime": 1718634251.7223089, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37597, "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": 1718634251.7223089, "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-tft-testsux2sg6yw/tests/tasks/assert_device_present.yml:5 Monday 17 June 2024 14:24:13 +0000 (0:00:00.226) 0:00:10.878 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:23 Monday 17 June 2024 14:24:13 +0000 (0:00:00.010) 0:00:10.888 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:3 Monday 17 June 2024 14:24:13 +0000 (0:00:00.018) 0:00:10.907 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:8 Monday 17 June 2024 14:24:13 +0000 (0:00:00.011) 0:00:10.918 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:13 Monday 17 June 2024 14:24:13 +0000 (0:00:00.008) 0:00:10.926 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:13 +0000 (0:00:00.011) 0:00:10.937 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:13 +0000 (0:00:00.009) 0:00:10.947 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003585", "end": "2024-06-17 14:24:13.386738", "rc": 0, "start": "2024-06-17 14:24:13.383153" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:13 +0000 (0:00:00.229) 0:00:11.177 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:13 +0000 (0:00:00.010) 0:00:11.187 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 Monday 17 June 2024 14:24:13 +0000 (0:00:00.010) 0:00:11.197 *********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:27 Monday 17 June 2024 14:24:14 +0000 (0:00:01.476) 0:00:12.673 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:35 Monday 17 June 2024 14:24:14 +0000 (0:00:00.016) 0:00:12.690 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:43 Monday 17 June 2024 14:24:14 +0000 (0:00:00.008) 0:00:12.699 *********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010982", "end": "2024-06-17 14:24:15.153169", "rc": 0, "start": "2024-06-17 14:24:15.142187" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:49 Monday 17 June 2024 14:24:15 +0000 (0:00:00.264) 0:00:12.963 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:54 Monday 17 June 2024 14:24:15 +0000 (0:00:00.009) 0:00:12.973 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:60 Monday 17 June 2024 14:24:15 +0000 (0:00:00.008) 0:00:12.981 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:65 Monday 17 June 2024 14:24:15 +0000 (0:00:00.025) 0:00:13.007 *********** 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-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:27 Monday 17 June 2024 14:24:15 +0000 (0:00:00.011) 0:00:13.018 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:15 +0000 (0:00:00.019) 0:00:13.037 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:15 +0000 (0:00:00.010) 0:00:13.047 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003732", "end": "2024-06-17 14:24:15.496021", "rc": 0, "start": "2024-06-17 14:24:15.492289" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:15 +0000 (0:00:00.240) 0:00:13.288 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:15 +0000 (0:00:00.009) 0:00:13.298 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:29 Monday 17 June 2024 14:24:15 +0000 (0:00:00.008) 0:00:13.307 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml:3 Monday 17 June 2024 14:24:15 +0000 (0:00:00.022) 0:00:13.329 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml:3 Monday 17 June 2024 14:24:15 +0000 (0:00:00.009) 0:00:13.339 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml:5 Monday 17 June 2024 14:24:15 +0000 (0:00:00.228) 0:00:13.567 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tests_helpers_and_asserts.yml:15 Monday 17 June 2024 14:24:15 +0000 (0:00:00.012) 0:00:13.579 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:3 Monday 17 June 2024 14:24:15 +0000 (0:00:00.013) 0:00:13.593 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:15 +0000 (0:00:00.010) 0:00:13.604 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:15 +0000 (0:00:00.008) 0:00:13.613 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003717", "end": "2024-06-17 14:24:16.059398", "rc": 0, "start": "2024-06-17 14:24:16.055681" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:16 +0000 (0:00:00.238) 0:00:13.852 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:16 +0000 (0:00:00.016) 0:00:13.868 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:5 Monday 17 June 2024 14:24:16 +0000 (0:00:00.023) 0:00:13.892 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:3 Monday 17 June 2024 14:24:16 +0000 (0:00:00.033) 0:00:13.926 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:8 Monday 17 June 2024 14:24:16 +0000 (0:00:00.010) 0:00:13.936 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:13 Monday 17 June 2024 14:24:16 +0000 (0:00:00.012) 0:00:13.949 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:16 +0000 (0:00:00.013) 0:00:13.962 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:16 +0000 (0:00:00.010) 0:00:13.973 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003712", "end": "2024-06-17 14:24:16.422881", "rc": 0, "start": "2024-06-17 14:24:16.419169" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:16 +0000 (0:00:00.239) 0:00:14.213 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:16 +0000 (0:00:00.009) 0:00:14.223 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 Monday 17 June 2024 14:24:16 +0000 (0:00:00.008) 0:00:14.231 *********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:27 Monday 17 June 2024 14:24:17 +0000 (0:00:01.459) 0:00:15.690 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:35 Monday 17 June 2024 14:24:17 +0000 (0:00:00.013) 0:00:15.703 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:43 Monday 17 June 2024 14:24:17 +0000 (0:00:00.007) 0:00:15.711 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:49 Monday 17 June 2024 14:24:17 +0000 (0:00:00.007) 0:00:15.719 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:54 Monday 17 June 2024 14:24:17 +0000 (0:00:00.008) 0:00:15.728 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:60 Monday 17 June 2024 14:24:17 +0000 (0:00:00.013) 0:00:15.741 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:65 Monday 17 June 2024 14:24:17 +0000 (0:00:00.012) 0:00:15.754 *********** 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-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:9 Monday 17 June 2024 14:24:17 +0000 (0:00:00.009) 0:00:15.763 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:18 +0000 (0:00:00.014) 0:00:15.778 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:18 +0000 (0:00:00.012) 0:00:15.790 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003839", "end": "2024-06-17 14:24:18.251173", "rc": 0, "start": "2024-06-17 14:24:18.247334" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:18 +0000 (0:00:00.261) 0:00:16.052 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:18 +0000 (0:00:00.014) 0:00:16.066 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:11 Monday 17 June 2024 14:24:18 +0000 (0:00:00.010) 0:00:16.076 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml:3 Monday 17 June 2024 14:24:18 +0000 (0:00:00.014) 0:00:16.091 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml:3 Monday 17 June 2024 14:24:18 +0000 (0:00:00.010) 0:00:16.101 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml:5 Monday 17 June 2024 14:24:18 +0000 (0:00:00.238) 0:00:16.339 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:14 Monday 17 June 2024 14:24:18 +0000 (0:00:00.011) 0:00:16.351 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:3 Monday 17 June 2024 14:24:18 +0000 (0:00:00.015) 0:00:16.366 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:8 Monday 17 June 2024 14:24:18 +0000 (0:00:00.007) 0:00:16.374 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:13 Monday 17 June 2024 14:24:18 +0000 (0:00:00.007) 0:00:16.381 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:18 +0000 (0:00:00.011) 0:00:16.393 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:18 +0000 (0:00:00.009) 0:00:16.402 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003660", "end": "2024-06-17 14:24:18.842902", "rc": 0, "start": "2024-06-17 14:24:18.839242" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:18 +0000 (0:00:00.231) 0:00:16.634 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:18 +0000 (0:00:00.009) 0:00:16.644 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 Monday 17 June 2024 14:24:18 +0000 (0:00:00.010) 0:00:16.654 *********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:27 Monday 17 June 2024 14:24:20 +0000 (0:00:01.446) 0:00:18.101 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:35 Monday 17 June 2024 14:24:20 +0000 (0:00:00.013) 0:00:18.115 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:43 Monday 17 June 2024 14:24:20 +0000 (0:00:00.007) 0:00:18.123 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:49 Monday 17 June 2024 14:24:20 +0000 (0:00:00.007) 0:00:18.131 *********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006924", "end": "2024-06-17 14:24:20.579372", "rc": 0, "start": "2024-06-17 14:24:20.572448" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:54 Monday 17 June 2024 14:24:20 +0000 (0:00:00.254) 0:00:18.385 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:60 Monday 17 June 2024 14:24:20 +0000 (0:00:00.008) 0:00:18.393 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:65 Monday 17 June 2024 14:24:20 +0000 (0:00:00.007) 0:00:18.401 *********** 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-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:18 Monday 17 June 2024 14:24:20 +0000 (0:00:00.010) 0:00:18.412 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:20 +0000 (0:00:00.015) 0:00:18.428 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:20 +0000 (0:00:00.009) 0:00:18.437 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003841", "end": "2024-06-17 14:24:20.884196", "rc": 0, "start": "2024-06-17 14:24:20.880355" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:20 +0000 (0:00:00.237) 0:00:18.675 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:20 +0000 (0:00:00.009) 0:00:18.684 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:20 Monday 17 June 2024 14:24:20 +0000 (0:00:00.009) 0:00:18.694 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_present.yml:3 Monday 17 June 2024 14:24:20 +0000 (0:00:00.015) 0:00:18.710 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml:3 Monday 17 June 2024 14:24:20 +0000 (0:00:00.009) 0:00:18.719 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1718634260.5762064, "block_size": 4096, "blocks": 0, "ctime": 1718634260.5762064, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37890, "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": 1718634260.5762064, "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-tft-testsux2sg6yw/tests/tasks/assert_device_present.yml:5 Monday 17 June 2024 14:24:21 +0000 (0:00:00.232) 0:00:18.951 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:23 Monday 17 June 2024 14:24:21 +0000 (0:00:00.010) 0:00:18.962 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:3 Monday 17 June 2024 14:24:21 +0000 (0:00:00.018) 0:00:18.980 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:8 Monday 17 June 2024 14:24:21 +0000 (0:00:00.009) 0:00:18.990 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:13 Monday 17 June 2024 14:24:21 +0000 (0:00:00.009) 0:00:18.999 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:21 +0000 (0:00:00.011) 0:00:19.010 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:21 +0000 (0:00:00.018) 0:00:19.028 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003739", "end": "2024-06-17 14:24:21.489165", "rc": 0, "start": "2024-06-17 14:24:21.485426" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:21 +0000 (0:00:00.251) 0:00:19.280 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:21 +0000 (0:00:00.009) 0:00:19.290 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 Monday 17 June 2024 14:24:21 +0000 (0:00:00.009) 0:00:19.300 *********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:27 Monday 17 June 2024 14:24:23 +0000 (0:00:01.474) 0:00:20.775 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:35 Monday 17 June 2024 14:24:23 +0000 (0:00:00.014) 0:00:20.789 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:43 Monday 17 June 2024 14:24:23 +0000 (0:00:00.007) 0:00:20.797 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:49 Monday 17 June 2024 14:24:23 +0000 (0:00:00.008) 0:00:20.806 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:54 Monday 17 June 2024 14:24:23 +0000 (0:00:00.009) 0:00:20.816 *********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011306", "end": "2024-06-17 14:24:23.267679", "rc": 0, "start": "2024-06-17 14:24:23.256373" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:60 Monday 17 June 2024 14:24:23 +0000 (0:00:00.250) 0:00:21.066 *********** 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-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:65 Monday 17 June 2024 14:24:23 +0000 (0:00:00.010) 0:00:21.077 *********** 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-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:27 Monday 17 June 2024 14:24:23 +0000 (0:00:00.009) 0:00:21.086 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:3 Monday 17 June 2024 14:24:23 +0000 (0:00:00.019) 0:00:21.105 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 Monday 17 June 2024 14:24:23 +0000 (0:00:00.014) 0:00:21.120 *********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003697", "end": "2024-06-17 14:24:23.568295", "rc": 0, "start": "2024-06-17 14:24:23.564598" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:9 Monday 17 June 2024 14:24:23 +0000 (0:00:00.239) 0:00:21.359 *********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/show_interfaces.yml:5 Monday 17 June 2024 14:24:23 +0000 (0:00:00.009) 0:00:21.369 *********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/create_and_remove_interface.yml:29 Monday 17 June 2024 14:24:23 +0000 (0:00:00.008) 0:00:21.377 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml:3 Monday 17 June 2024 14:24:23 +0000 (0:00:00.019) 0:00:21.396 *********** included: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml:3 Monday 17 June 2024 14:24:23 +0000 (0:00:00.012) 0:00:21.409 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/assert_device_absent.yml:5 Monday 17 June 2024 14:24:23 +0000 (0:00:00.273) 0:00:21.682 *********** 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 Monday 17 June 2024 14:24:23 +0000 (0:00:00.014) 0:00:21.697 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 2.39s /WORKDIR/git-tft-testsux2sg6yw/tests/tests_helpers_and_asserts.yml:3 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 1.88s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/el_repo_setup.yml:3 ---------------- Install iproute --------------------------------------------------------- 1.57s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.48s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.48s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.47s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.46s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.78s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:27 ------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/el_repo_setup.yml:17 --------------- Get stat for interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_interface_stat.yml:3 ----------- Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:35 ------- Create dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-tft-testsux2sg6yw/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-tft-testsux2sg6yw/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. ---^---^---^---^---^---