Skip to content

Releases: shmir/PyIxExplorer

Change connection back to chassis add

02 May 14:42
Compare
Choose a tag to compare

It seems that ixConnectToChassis does not work for latest Linux based chassis, while chassis add does work.
If chassis add fails, we try ixConnectToChassis.

Add delay for before reading ixConnectToChassis response

19 Nov 12:14
Compare
Choose a tag to compare

Add delay before reading ixConnectToChassisresponse because otherwise it sometimes fails.

  • Fix tests and sample.
  • Fix more pre-commit issues.

Change connection to chassis and add port reboot function

14 Oct 14:05
Compare
Choose a tag to compare
  • Connect and disconnect with high level commands - ixDis/connectFromChassis
  • Support port reset without statistics reset, this with port CPU reboot allows flexibility in port reset option
  • Add add_ports command to manage ports without reservation.
  • Adjust tests to pytrafficgen 4.0.0
  • Fix many pre-commit issues