Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Devices/Device.py: Fix for broken cleanup() with missing tc tool
If no tc utility is present on the agent system, exec_cmd() raises an exception. If uncaught, the previous address flush request will also not complete. The address remaining in place will cause an EEXIST error upon next test run, requiring manual intervention to resolve the situation. Fixes: 49e523d ("Slave: Add basic support for tc.") Signed-off-by: Phil Sutter <[email protected]>
- Loading branch information