You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote my quicktest code using ixnetwork_restpy 1.1.4.
I recently upgraded to 1.1.5 and I spent most of yesterday trying to get my old quicktest stuff to work.
This morning I tried something that definitely worked before.
It fails to write to the quicktest testConfig.
I just downgraded to 1.1.4 and it all works as it did.
I tried on both virtual chassis running 9.20 and hw chassis running 9.05
Both were broken with 1.1.5
my code is complicated but what it comes down to is that trying to update the quicktest testconfig doesn't seem to work.
The quicktest is added but none of the parameters can be changed
I even tried giving booleans "Maybe" and it didn't error
here is a sample
qt_config = qt.TestConfig.find().update(
BinaryLoadUnit='mbpsRate',
BinaryResolution='10',
BinaryTolerance='0.1',
CalculateLatency=False,
FramesizeList=framesize_list,
FrameSizeMode='custom',
InitialBinaryLoadRate='2000',
MaxBinaryLoadRate='2500',
MinBinaryLoadRate='1800',
)
The text was updated successfully, but these errors were encountered:
HI Bill,
Thanks for your observation and reporting this to us. We have identified the problem and resolved it and we will post this fix in our next release version
I wrote my quicktest code using ixnetwork_restpy 1.1.4.
I recently upgraded to 1.1.5 and I spent most of yesterday trying to get my old quicktest stuff to work.
This morning I tried something that definitely worked before.
It fails to write to the quicktest testConfig.
I just downgraded to 1.1.4 and it all works as it did.
I tried on both virtual chassis running 9.20 and hw chassis running 9.05
Both were broken with 1.1.5
my code is complicated but what it comes down to is that trying to update the quicktest testconfig doesn't seem to work.
The quicktest is added but none of the parameters can be changed
I even tried giving booleans "Maybe" and it didn't error
here is a sample
qt_config = qt.TestConfig.find().update(
BinaryLoadUnit='mbpsRate',
BinaryResolution='10',
BinaryTolerance='0.1',
CalculateLatency=False,
FramesizeList=framesize_list,
FrameSizeMode='custom',
InitialBinaryLoadRate='2000',
MaxBinaryLoadRate='2500',
MinBinaryLoadRate='1800',
)
The text was updated successfully, but these errors were encountered: