OpenIxia / ixnetwork_restpy

The IxNetwork python client.
https://openixia.github.io/ixnetwork_restpy/#/
MIT License
30 stars 16 forks source link

.find() method is slow #58

Closed ajbalogh closed 3 years ago

ajbalogh commented 3 years ago

Version information v1.1.1

Describe the bug The .find() method on any object has increased.

To Reproduce Using the GUI, create an empty config and add 5000 interfaces to a single vport. Then use IxNetwork.Vport.find().Interface.find() to retrieve all interfaces.

Expected behavior The .find() operation should complete within a few seconds as opposed to approx 40 seconds.

Additional context N/A

ajbalogh commented 3 years ago

addressed in v1.1.2