Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

writing quicktest testconfig works in 1.1.4 not working in 1.1.5 #65

Open
billross00 opened this issue May 10, 2022 · 1 comment
Open
Assignees

Comments

@billross00
Copy link

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

@Vibaswan
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants