2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-07-31 18:19:40 +00:00

test(dhcp): isolate EL9 backend selection fixture

This commit is contained in:
Vinícius Ferrão
2026-07-18 00:58:31 -03:00
parent 9bce48169e
commit a80e1e7cfa
+7 -1
View File
@@ -155,7 +155,13 @@ is(
);
is(
xCAT::DHCP::Backend->choose( requested => 'auto', os => 'rhel9', platform => 'el9' )->{name},
xCAT::DHCP::Backend->choose(
requested => 'auto',
os => 'rhel9',
platform => 'el9',
os_name => 'rhel',
version => 9,
)->{name},
'isc',
'auto selects ISC on EL9'
);