# 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-nm_plugin_hotfix3__8457_/.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-nm_plugin_hotfix3__8457_/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tests_helpers_and_asserts.yml:3 Friday 15 March 2024 15:22:44 +0000 (0:00:00.057) 0:00:00.057 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tests_helpers_and_asserts.yml:6 Friday 15 March 2024 15:22:45 +0000 (0:00:01.060) 0:00:01.118 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/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-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:3 Friday 15 March 2024 15:22:45 +0000 (0:00:00.013) 0:00:01.131 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:17 Friday 15 March 2024 15:22:45 +0000 (0:00:00.405) 0:00:01.537 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:22 Friday 15 March 2024 15:22:45 +0000 (0:00:00.292) 0:00:01.829 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:26 Friday 15 March 2024 15:22:45 +0000 (0:00:00.015) 0:00:01.844 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:51 Friday 15 March 2024 15:22:45 +0000 (0:00:00.010) 0:00:01.855 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/enable_epel.yml:8 Friday 15 March 2024 15:22:45 +0000 (0:00:00.023) 0:00:01.878 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/enable_epel.yml:24 Friday 15 March 2024 15:22:45 +0000 (0:00:00.013) 0:00:01.892 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/enable_epel.yml:30 Friday 15 March 2024 15:22:45 +0000 (0:00:00.008) 0:00:01.900 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/enable_epel.yml:35 Friday 15 March 2024 15:22:45 +0000 (0:00:00.007) 0:00:01.908 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/enable_epel.yml:40 Friday 15 March 2024 15:22:45 +0000 (0:00:00.008) 0:00:01.916 ********** 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-nm_plugin_hotfix3__8457_/tests/tests_helpers_and_asserts.yml:9 Friday 15 March 2024 15:22:45 +0000 (0:00:00.020) 0:00:01.936 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:3 Friday 15 March 2024 15:22:45 +0000 (0:00:00.028) 0:00:01.964 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:22:46 +0000 (0:00:00.010) 0:00:01.975 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:22:46 +0000 (0:00:00.022) 0:00:01.998 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004271", "end": "2024-03-15 15:22:46.303042", "rc": 0, "start": "2024-03-15 15:22:46.298771" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:22:46 +0000 (0:00:00.307) 0:00:02.305 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:22:46 +0000 (0:00:00.013) 0:00:02.319 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:5 Friday 15 March 2024 15:22:46 +0000 (0:00:00.023) 0:00:02.342 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:22:46 +0000 (0:00:00.021) 0:00:02.364 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:22:46 +0000 (0:00:00.028) 0:00:02.392 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:22:46 +0000 (0:00:00.015) 0:00:02.408 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:22:46 +0000 (0:00:00.020) 0:00:02.429 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:22:46 +0000 (0:00:00.010) 0:00:02.439 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004227", "end": "2024-03-15 15:22:46.680122", "rc": 0, "start": "2024-03-15 15:22:46.675895" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:22:46 +0000 (0:00:00.242) 0:00:02.682 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:22:46 +0000 (0:00:00.011) 0:00:02.694 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:22:46 +0000 (0:00:00.011) 0:00:02.706 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:22:49 +0000 (0:00:02.742) 0:00:05.448 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:22:49 +0000 (0:00:00.025) 0:00:05.474 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:22:49 +0000 (0:00:00.010) 0:00:05.484 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:22:49 +0000 (0:00:00.015) 0:00:05.500 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:22:49 +0000 (0:00:00.008) 0:00:05.509 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:22:49 +0000 (0:00:00.016) 0:00:05.526 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:22:49 +0000 (0:00:00.016) 0:00:05.542 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:9 Friday 15 March 2024 15:22:49 +0000 (0:00:00.008) 0:00:05.551 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:22:49 +0000 (0:00:00.015) 0:00:05.567 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:22:49 +0000 (0:00:00.009) 0:00:05.577 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004513", "end": "2024-03-15 15:22:49.820339", "rc": 0, "start": "2024-03-15 15:22:49.815826" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:22:49 +0000 (0:00:00.246) 0:00:05.823 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:22:49 +0000 (0:00:00.016) 0:00:05.839 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:11 Friday 15 March 2024 15:22:49 +0000 (0:00:00.012) 0:00:05.852 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:22:49 +0000 (0:00:00.014) 0:00:05.866 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:22:49 +0000 (0:00:00.017) 0:00:05.884 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:22:50 +0000 (0:00:00.240) 0:00:06.124 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:14 Friday 15 March 2024 15:22:50 +0000 (0:00:00.014) 0:00:06.139 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:22:50 +0000 (0:00:00.031) 0:00:06.171 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:22:50 +0000 (0:00:00.008) 0:00:06.179 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:22:50 +0000 (0:00:00.009) 0:00:06.189 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:22:50 +0000 (0:00:00.011) 0:00:06.200 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:22:50 +0000 (0:00:00.017) 0:00:06.217 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004228", "end": "2024-03-15 15:22:50.454888", "rc": 0, "start": "2024-03-15 15:22:50.450660" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:22:50 +0000 (0:00:00.239) 0:00:06.457 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:22:50 +0000 (0:00:00.010) 0:00:06.467 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:22:50 +0000 (0:00:00.015) 0:00:06.483 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:22:53 +0000 (0:00:02.551) 0:00:09.034 ********** 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.008999", "end": "2024-03-15 15:22:53.281435", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-15 15:22:53.272436" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004722", "end": "2024-03-15 15:22:53.575898", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-15 15:22:53.571176" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004689", "end": "2024-03-15 15:22:53.804730", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-15 15:22:53.800041" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:22:53 +0000 (0:00:00.772) 0:00:09.807 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022725", "end": "2024-03-15 15:22:54.084400", "rc": 0, "start": "2024-03-15 15:22:54.061675" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:22:54 +0000 (0:00:00.282) 0:00:10.089 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:22:54 +0000 (0:00:00.009) 0:00:10.099 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:22:54 +0000 (0:00:00.008) 0:00:10.107 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:22:54 +0000 (0:00:00.009) 0:00:10.117 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:22:54 +0000 (0:00:00.008) 0:00:10.125 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:18 Friday 15 March 2024 15:22:54 +0000 (0:00:00.008) 0:00:10.134 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:22:54 +0000 (0:00:00.017) 0:00:10.151 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:22:54 +0000 (0:00:00.009) 0:00:10.161 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004158", "end": "2024-03-15 15:22:54.395922", "rc": 0, "start": "2024-03-15 15:22:54.391764" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:22:54 +0000 (0:00:00.242) 0:00:10.403 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:22:54 +0000 (0:00:00.011) 0:00:10.415 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:20 Friday 15 March 2024 15:22:54 +0000 (0:00:00.022) 0:00:10.437 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:22:54 +0000 (0:00:00.019) 0:00:10.457 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:22:54 +0000 (0:00:00.018) 0:00:10.475 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710516173.2773075, "block_size": 4096, "blocks": 0, "ctime": 1710516173.2773075, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34186, "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": 1710516173.2773075, "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-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:22:54 +0000 (0:00:00.234) 0:00:10.709 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:23 Friday 15 March 2024 15:22:54 +0000 (0:00:00.011) 0:00:10.720 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:22:54 +0000 (0:00:00.020) 0:00:10.741 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:22:54 +0000 (0:00:00.009) 0:00:10.750 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:22:54 +0000 (0:00:00.007) 0:00:10.758 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:22:54 +0000 (0:00:00.011) 0:00:10.769 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:22:54 +0000 (0:00:00.010) 0:00:10.779 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005392", "end": "2024-03-15 15:22:56.014268", "rc": 0, "start": "2024-03-15 15:22:55.008876" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:22:56 +0000 (0:00:01.252) 0:00:12.032 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:22:56 +0000 (0:00:00.077) 0:00:12.109 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:22:56 +0000 (0:00:00.011) 0:00:12.121 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:22:58 +0000 (0:00:02.672) 0:00:14.794 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:22:58 +0000 (0:00:00.019) 0:00:14.813 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:22:58 +0000 (0:00:00.015) 0:00:14.829 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010076", "end": "2024-03-15 15:22:59.088966", "rc": 0, "start": "2024-03-15 15:22:59.078890" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:22:59 +0000 (0:00:00.275) 0:00:15.104 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:22:59 +0000 (0:00:00.010) 0:00:15.115 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:22:59 +0000 (0:00:00.009) 0:00:15.124 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:22:59 +0000 (0:00:00.016) 0:00:15.141 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:27 Friday 15 March 2024 15:22:59 +0000 (0:00:00.014) 0:00:15.155 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:22:59 +0000 (0:00:00.022) 0:00:15.178 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:22:59 +0000 (0:00:00.010) 0:00:15.188 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005332", "end": "2024-03-15 15:23:00.423296", "rc": 0, "start": "2024-03-15 15:22:59.417964" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:23:00 +0000 (0:00:01.238) 0:00:16.427 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:23:00 +0000 (0:00:00.014) 0:00:16.442 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:29 Friday 15 March 2024 15:23:00 +0000 (0:00:00.010) 0:00:16.452 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:23:00 +0000 (0:00:00.020) 0:00:16.473 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:23:00 +0000 (0:00:00.015) 0:00:16.488 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:23:00 +0000 (0:00:00.227) 0:00:16.715 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tests_helpers_and_asserts.yml:15 Friday 15 March 2024 15:23:00 +0000 (0:00:00.010) 0:00:16.726 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:3 Friday 15 March 2024 15:23:00 +0000 (0:00:00.012) 0:00:16.739 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:23:00 +0000 (0:00:00.010) 0:00:16.749 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:23:00 +0000 (0:00:00.009) 0:00:16.759 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004184", "end": "2024-03-15 15:23:00.991971", "rc": 0, "start": "2024-03-15 15:23:00.987787" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:23:01 +0000 (0:00:00.234) 0:00:16.993 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:23:01 +0000 (0:00:00.013) 0:00:17.007 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:5 Friday 15 March 2024 15:23:01 +0000 (0:00:00.009) 0:00:17.017 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:23:01 +0000 (0:00:00.019) 0:00:17.036 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:23:01 +0000 (0:00:00.009) 0:00:17.045 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:23:01 +0000 (0:00:00.008) 0:00:17.053 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:23:01 +0000 (0:00:00.012) 0:00:17.065 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:23:01 +0000 (0:00:00.009) 0:00:17.075 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004134", "end": "2024-03-15 15:23:01.310237", "rc": 0, "start": "2024-03-15 15:23:01.306103" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:23:01 +0000 (0:00:00.251) 0:00:17.327 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:23:01 +0000 (0:00:00.013) 0:00:17.340 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:23:01 +0000 (0:00:00.010) 0:00:17.351 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:23:03 +0000 (0:00:02.591) 0:00:19.942 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:23:03 +0000 (0:00:00.019) 0:00:19.961 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:23:03 +0000 (0:00:00.011) 0:00:19.973 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:23:04 +0000 (0:00:00.011) 0:00:19.984 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:23:04 +0000 (0:00:00.018) 0:00:20.003 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:23:04 +0000 (0:00:00.010) 0:00:20.014 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:23:04 +0000 (0:00:00.009) 0:00:20.023 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:9 Friday 15 March 2024 15:23:04 +0000 (0:00:00.008) 0:00:20.032 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:23:04 +0000 (0:00:00.016) 0:00:20.049 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:23:04 +0000 (0:00:00.011) 0:00:20.060 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004353", "end": "2024-03-15 15:23:04.296917", "rc": 0, "start": "2024-03-15 15:23:04.292564" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:23:04 +0000 (0:00:00.242) 0:00:20.303 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:23:04 +0000 (0:00:00.011) 0:00:20.315 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:11 Friday 15 March 2024 15:23:04 +0000 (0:00:00.010) 0:00:20.326 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:23:04 +0000 (0:00:00.017) 0:00:20.343 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:23:04 +0000 (0:00:00.013) 0:00:20.356 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:23:04 +0000 (0:00:00.255) 0:00:20.612 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:14 Friday 15 March 2024 15:23:04 +0000 (0:00:00.021) 0:00:20.633 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:23:04 +0000 (0:00:00.035) 0:00:20.669 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:23:04 +0000 (0:00:00.017) 0:00:20.686 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:23:04 +0000 (0:00:00.013) 0:00:20.699 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:23:04 +0000 (0:00:00.024) 0:00:20.724 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:23:04 +0000 (0:00:00.032) 0:00:20.756 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004249", "end": "2024-03-15 15:23:05.012202", "rc": 0, "start": "2024-03-15 15:23:05.007953" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:23:05 +0000 (0:00:00.267) 0:00:21.024 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:23:05 +0000 (0:00:00.021) 0:00:21.046 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:23:05 +0000 (0:00:00.010) 0:00:21.057 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:23:07 +0000 (0:00:02.589) 0:00:23.646 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:23:07 +0000 (0:00:00.030) 0:00:23.677 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:23:07 +0000 (0:00:00.012) 0:00:23.689 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:23:07 +0000 (0:00:00.018) 0:00:23.707 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.044508", "end": "2024-03-15 15:23:07.987845", "rc": 0, "start": "2024-03-15 15:23:07.943337" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:23:08 +0000 (0:00:00.293) 0:00:24.001 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:23:08 +0000 (0:00:00.009) 0:00:24.010 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:23:08 +0000 (0:00:00.008) 0:00:24.019 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:18 Friday 15 March 2024 15:23:08 +0000 (0:00:00.008) 0:00:24.028 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:23:08 +0000 (0:00:00.016) 0:00:24.044 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:23:08 +0000 (0:00:00.011) 0:00:24.056 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004307", "end": "2024-03-15 15:23:08.290606", "rc": 0, "start": "2024-03-15 15:23:08.286299" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:23:08 +0000 (0:00:00.253) 0:00:24.309 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:23:08 +0000 (0:00:00.027) 0:00:24.337 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:20 Friday 15 March 2024 15:23:08 +0000 (0:00:00.022) 0:00:24.360 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:23:08 +0000 (0:00:00.036) 0:00:24.396 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:23:08 +0000 (0:00:00.022) 0:00:24.418 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710516187.9864004, "block_size": 4096, "blocks": 0, "ctime": 1710516187.9864004, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34518, "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": 1710516187.9864004, "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-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:23:08 +0000 (0:00:00.236) 0:00:24.655 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:23 Friday 15 March 2024 15:23:08 +0000 (0:00:00.020) 0:00:24.676 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:23:08 +0000 (0:00:00.020) 0:00:24.696 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:23:08 +0000 (0:00:00.011) 0:00:24.708 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:23:08 +0000 (0:00:00.013) 0:00:24.722 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:23:08 +0000 (0:00:00.017) 0:00:24.740 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:23:08 +0000 (0:00:00.019) 0:00:24.759 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004269", "end": "2024-03-15 15:23:08.992355", "rc": 0, "start": "2024-03-15 15:23:08.988086" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:23:09 +0000 (0:00:00.234) 0:00:24.993 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:23:09 +0000 (0:00:00.010) 0:00:25.003 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:23:09 +0000 (0:00:00.011) 0:00:25.015 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:23:11 +0000 (0:00:02.573) 0:00:27.589 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:23:11 +0000 (0:00:00.016) 0:00:27.605 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:23:11 +0000 (0:00:00.008) 0:00:27.614 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:23:11 +0000 (0:00:00.010) 0:00:27.625 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:23:11 +0000 (0:00:00.009) 0:00:27.634 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.021168", "end": "2024-03-15 15:23:11.888880", "rc": 0, "start": "2024-03-15 15:23:11.867712" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:23:11 +0000 (0:00:00.273) 0:00:27.908 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:23:11 +0000 (0:00:00.010) 0:00:27.918 ********** 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-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:27 Friday 15 March 2024 15:23:11 +0000 (0:00:00.010) 0:00:27.929 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:23:11 +0000 (0:00:00.022) 0:00:27.951 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:23:12 +0000 (0:00:00.070) 0:00:28.021 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004454", "end": "2024-03-15 15:23:12.263847", "rc": 0, "start": "2024-03-15 15:23:12.259393" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:23:12 +0000 (0:00:00.255) 0:00:28.277 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:23:12 +0000 (0:00:00.020) 0:00:28.297 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/create_and_remove_interface.yml:29 Friday 15 March 2024 15:23:12 +0000 (0:00:00.011) 0:00:28.309 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:23:12 +0000 (0:00:00.029) 0:00:28.339 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:23:12 +0000 (0:00:00.015) 0:00:28.354 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:23:12 +0000 (0:00:00.259) 0:00:28.613 ********** 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 Friday 15 March 2024 15:23:12 +0000 (0:00:00.015) 0:00:28.629 ********** =============================================================================== Install iproute --------------------------------------------------------- 2.74s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.55s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:16 Gather current interface info ------------------------------------------- 1.25s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.24s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Gathering Facts --------------------------------------------------------- 1.06s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.77s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.41s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:3 --------- Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:49 Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.28s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix3__8457_/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. ---^---^---^---^---^---