Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V1.0900.5.8602
-
Fix Version/s: V1.0503.5.9784, V1.0900.5.9538, V1.0504.8.1721
-
Component/s: APP
-
Labels:None
-
Epic Link:
Description
Test Description:
Validate that the WD time field and all the fields from the Ident section are respecting the limitation set by the firmware
Bug Description from Tester:
Incorrect field limitations for Product Code, Serial Number, Revision Number and VendorID parameter in Powerlink Slave Configuration page. Since this field are in hex format and Product Code, Serial Number, Revision Number and VendorID parameter type are UINT32, no more than 4 bytes should be accepted and if user tries to write more than 4 bytes request should be rejected from the application. Currently this is not happening and more than 4 bytes could be written in Product Code , Serial Number, Revision Number and VendorID field
Steps to reproduce:
1. Write to Product Code field in Powerlink Slave configuration page more than allowed 4 bytes (0x111111111)
2. Check verification of the values written in Product Code :
Steps to reproduce:
1. Write to Serial number field in Powerlink Slave configuration page more than allowed 4 bytes (0x111111111)
2. Check vericifation of the values written in Serial Number :
Steps to reproduce:
1. Write to Vendor ID: field in Powerlink Slave configuration page more than allowed 4 bytes (0x111111111)
2. Check verification of the values written in VendorID :
Steps to reproduce:
1. Write to Revision Number field in Powerlink Slave configuration page more than allowed 4 bytes (0x111111111)
2. Check verification of the values written in Revision Number:
Expected results:
1. Request is rejected with Error message by the Application
Actual results:
1. Request is NOT rejected. No Error message is present. Configuration settings could be downloaded