2
0
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:
Vinícius Ferrão
2026-07-24 13:35:35 -03:00
committed by github-actions[bot]
parent 2097bec822
commit 83c8a56855
+1 -1
View File
@@ -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(