open-traffic-generator / snappi

Open Traffic Generator SDK in Python and Go
MIT License
69 stars 7 forks source link

format validations missed for list of elements #111

Closed ANISH-GOTTAPU closed 2 years ago

ANISH-GOTTAPU commented 3 years ago

Ex:- a list of ipv4 addresses are declared, ipv4 format validation is not happening

["10.1.1.2.5", "10.1.1.3"] --- A list of ipv4 address, validation is not happening during serialize even though the ipv4 address is wrong

ashutshkumr commented 2 years ago

@Rangababu-R please close this if fixed.

ashutshkumr commented 2 years ago

@ANISH-GOTTAPU