2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-08-03 16:06:59 +00:00

test(dhcp): isolate EL9 backend selection fixture

(cherry picked from commit a80e1e7cfa)
This commit is contained in:
Vinícius Ferrão
2026-07-18 00:58:31 -03:00
parent 30ddbcf2d1
commit acfe765ea8
+7 -1
View File
@@ -122,7 +122,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'
);