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:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user