Skip to content

Commit

Permalink
Merge pull request #8455 from inverse-inc/fix/8454
Browse files Browse the repository at this point in the history
updated the WiSM module to Cisco_WLC_AireOS in the unit test
  • Loading branch information
abprasa authored Dec 30, 2024
2 parents 0a9d04e + 8d2affb commit 67e3389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/network-devices/wireless.t
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ foreach my $wireless_object (@wireless_devices) {

# regression test for #1426: RADIUS CoA Broken on WLC 5500
# http://www.packetfence.org/bugs/view.php?id=1426
my $networkdevice_object = pf::Switch::Cisco::WiSM2->new({
my $networkdevice_object = pf::Switch::Cisco::Cisco_WLC_AireOS->new({
'mode' => 'production',
'radiusSecret' => 'fake',
'ip' => '127.0.0.1',
Expand Down

0 comments on commit 67e3389

Please sign in to comment.