Skip to content

Commit

Permalink
Allow installation of a 3rd host
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Sep 18, 2024
1 parent a737cc5 commit df86df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data.py-dist
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ HOSTS_IP_CONFIG = {
'HOSTS': {
# 'DEFAULT': '192.16.0.1',
# 'host2': '192.16.0.2',
# 'host3': '192.16.0.3',
},
# 'NETMASK': '255.255.0.0',
# 'GATEWAY': '192.16.0.254',
Expand Down
4 changes: 2 additions & 2 deletions tests/install/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def helper_vm_with_plugged_disk(running_vm, create_vms):
@pytest.mark.usefixtures("xcpng_chained")
@pytest.mark.parametrize("local_sr", ("nosr", "ext", "lvm"))
@pytest.mark.parametrize("source_type", ("iso", "net"))
@pytest.mark.parametrize("machine", ("host1", "host2"))
@pytest.mark.parametrize("machine", ("host1", "host2", "host3"))
@pytest.mark.parametrize("version", (
"83nightly", "83rc1net",
"83rc1", "83b2", "83b1",
Expand Down Expand Up @@ -269,7 +269,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT'):
@pytest.mark.usefixtures("xcpng_chained")
@pytest.mark.parametrize("local_sr", ("nosr", "ext", "lvm"))
@pytest.mark.parametrize("source_type", ("iso", "net"))
@pytest.mark.parametrize("machine", ("host1", "host2"))
@pytest.mark.parametrize("machine", ("host1", "host2", "host3"))
@pytest.mark.parametrize("version", (
"83nightly", "83rc1net",
"83rc1", "83b2", "83b1",
Expand Down

0 comments on commit df86df1

Please sign in to comment.