fix(tests): missing sudo in ip integration test.
This commit is contained in:
parent
4656a49335
commit
3eba6bef6d
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ load common
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "ip rule: Flush all deleted rules" {
|
@test "ip rule: Flush all deleted rules" {
|
||||||
ip rule flush
|
sudo ip rule flush
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "ip: Manage network namespace" {
|
@test "ip: Manage network namespace" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue