We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on this patch https://review.gerrithub.io/c/redhat-openstack/nfv-tempest-plugin/+/482715/7..34/nfv_tempest_plugin/tests/scenario/test_nfv_ovs_usecases.py#b82
the following call introduced hypervisor_ssh.exec_command(bond.ifup_cmd) due to the options to through exceptions
current '_run_command_over_ssh' is not doing it. We should wrap hypervisor_ssh.exec_command in _run_command_over_ssh
And raise Errors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on this patch
https://review.gerrithub.io/c/redhat-openstack/nfv-tempest-plugin/+/482715/7..34/nfv_tempest_plugin/tests/scenario/test_nfv_ovs_usecases.py#b82
the following call introduced
hypervisor_ssh.exec_command(bond.ifup_cmd) due to the options to through exceptions
current '_run_command_over_ssh' is not doing it.
We should wrap hypervisor_ssh.exec_command in _run_command_over_ssh
And raise Errors
The text was updated successfully, but these errors were encountered: