AMP Bandwidth calculation is incorrect in Central License

Review Request #892 — Created May 30, 2025 and submitted

mmiriam
AMP
amp_3_7
AE-1571
apoorva.sn, ngurunathan, pmurugaiyan, prajesh

AE-1571 - AMP Bandwidth calculation is incorrect in Central License

Test1:
Able to import a volume license
======================================================================
Test2:
Able to import devices assigning the vol lic
======================================================================
Test3:
enabled two devices in auto mode

select perbw_limit,status,perbw,id,connection,status,auto from device2 ;
perbw_limit | status | perbw | id | connection | status | auto
-------------+--------+-------+----------------+------------+--------+------
0 | active | 512 | 192.168.85.101 | connected | active | 1
0 | active | 512 | 192.168.85.144 | connected | active | 1
============================================================================
Test 4:
when 192.168.85.144 bandwidth set to 566 manually

cm=# select perbw_limit,status,perbw,id,connection,status,auto from device2 ;
perbw_limit | status | perbw | id | connection | status | auto
-------------+--------+-------+----------------+-------------+--------+------
0 | active | 0 | 192.168.85.101 | unconnected | active | 1
566 | active | 566 | 192.168.85.144 | connected | active | 0
(2 rows)

cm=# select perbw_limit,status,perbw,id,connection,status,auto from device2 ;
perbw_limit | status | perbw | id | connection | status | auto
-------------+--------+-------+----------------+------------+--------+------
0 | active | 458 | 192.168.85.101 | connected | active | 1
566 | active | 566 | 192.168.85.144 | connected | active | 0
(2 rows)

prajesh
  1. Ship It!
  2. 
      
pmurugaiyan
  1. Ship It!
  2. 
      
apoorva.sn
  1. Ship It!
  2. 
      
mmiriam
prajesh
  1. Ship It!
  2. 
      
mmiriam
Review request changed

Status: Closed (submitted)

Loading...