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

utils_net: use unified method for command invocation #3807

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

smitterl
Copy link
Contributor

The current implementation leads on my system to unexpected output where the command is repeated:

"<# ip route|grep dhcp | awk '/default/ { print $5 }'\n"

Though I don't understand why, using the unified utils_misc.cmd_status_output solves the issue.

The current implementation leads on my system to unexpected output
where the command is repeated:

"<# ip route|grep dhcp | awk '/default/ { print $5 }'\n"

Though I don't understand why, using the unified `utils_misc.cmd_status_output`
solves the issue.

Signed-off-by: Sebastian Mitterle <[email protected]>
@chloerh chloerh merged commit 92b558f into avocado-framework:master Nov 30, 2023
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants