ixnetwork_restpy icon indicating copy to clipboard operation
ixnetwork_restpy copied to clipboard

writing quicktest testconfig works in 1.1.4 not working in 1.1.5

Open billross00 opened this issue 2 years ago • 1 comments

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', )

billross00 avatar May 10 '22 16:05 billross00