mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-08-03 16:06:59 +00:00
fix(test): load the installed networks plugin
(cherry picked from commit 3aff408657)
This commit is contained in:
committed by
github-actions[bot]
parent
2097bec822
commit
83c8a56855
@@ -24,7 +24,7 @@ BEGIN {
|
||||
}
|
||||
|
||||
my $plugin = "$FindBin::Bin/../../xCAT-server/lib/xcat/plugins/networks.pm";
|
||||
$plugin = "$ENV{XCATROOT}/lib/perl/xcat/plugins/networks.pm" unless -f $plugin;
|
||||
$plugin = "$ENV{XCATROOT}/lib/perl/xCAT_plugin/networks.pm" unless -f $plugin;
|
||||
require $plugin;
|
||||
|
||||
ok(
|
||||
|
||||
Reference in New Issue
Block a user