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