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

Add logging support to ovsclients_impl.py #196

Open
dceara opened this issue May 7, 2020 · 0 comments
Open

Add logging support to ovsclients_impl.py #196

dceara opened this issue May 7, 2020 · 0 comments

Comments

@dceara
Copy link
Collaborator

dceara commented May 7, 2020

Right now there's no easy way to inspect the commands that were executed by OvsClient instances in ovsclients_impl.py.

Adding support to log the commands would make it easier in debugging tests and/or replaying commands executed by the test without having to rerun the whole scenario.

One potential option would be to add command logging before calls to self.ssh.run(..).

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

1 participant