Skip to content

Commit 57345ac

Browse files
committed
ci: Drop explicit "connection:" for provisioning
This forces having to have a system libvirt instance, but that is incompatible with running tests inside of containers/toolbox. It also seems unnecessary: session libvirt networking and the tests work just fine. Drop the explicit setting and let tmt/testcloud pick its internal default (which is `qemu:///session`). This wasn't relevant for running on Testing Farm anyway. Signed-off-by: Martin Pitt <mpitt@redhat.com>
1 parent 67621ce commit 57345ac

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

playbooks/templates/plans/test_playbooks_parallel.fmf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@ provision:
55
# Hence there is no need to define `how` explicitly.
66
- name: control-node1
77
role: control_node
8-
# `connection: system` is required for `how: virtual` to assign VMs a real
9-
# IP making SSH configuration easier.
10-
# This setting is ignored in `artemis`, so we can leave it as is.
11-
connection: system
128
{% for node_num in range(managed_nodes_count | int) %}
139
- name: managed-node{{ node_num + 1 }}
1410
role: managed_node
15-
connection: system
1611
{% if tmt_hardware is defined %}
1712
hardware:
1813
{# regex_replace is a workaround for https://github.com/yaml/pyyaml/issues/234 #}

0 commit comments

Comments
 (0)