TWSD-824 - Unable to update the port details for vAPV in "Advanced Platform Resources" in AVX

Review Request #922 — Created June 17, 2025 and discarded

shuinvy
AVX2
rel_avx_2_7_4
TWSD-824
jasonchang, timlai, timsu

Prevent user not changed in front-end but API still call CLI again.

  1. I add function to hive/utils.py to check is two dictionary is same or not.
  2. Because the old value from fornt-end is empty, I should get the data myself.
  3. Check old data between new data is same or not? Only call CLI if the data is not the same.
  4. Fixed both issue in Port and SSL fields
shuinvy
Review request changed

Status: Discarded

Change Summary:

Because I found I misunderstood the root of the issue. Will change the method of fixing it.

Loading...