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

Introduce client object in python tests #772

Merged
merged 5 commits into from
Aug 31, 2023

Conversation

mnissler-rivos
Copy link
Contributor

Thus far, the client end of the socket is the only piece of client state tracked in tests, for which a global socket variable has been used. In preparation to add more state, replace the socket global with a client global object that groups all client state.

Thus far, the client end of the socket is the only piece of client state
tracked in tests, for which a global `socket` variable has been used. In
preparation to add more state, replace the `socket` global with a
`client` global object that groups all client state.

Signed-off-by: Mattias Nissler <mnissler@rivosinc.com>
test/py/libvfio_user.py Outdated Show resolved Hide resolved
Signed-off-by: Mattias Nissler <mnissler@rivosinc.com>
test/py/libvfio_user.py Outdated Show resolved Hide resolved
test/py/libvfio_user.py Outdated Show resolved Hide resolved
@tmakatos tmakatos merged commit a7eedff into nutanix:master Aug 31, 2023
8 checks passed
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

Successfully merging this pull request may close these issues.

3 participants