Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Stavruk <119867993+stavrukPLV@users.noreply.github.com>
  • Loading branch information
stavrukPLV authored May 5, 2023
1 parent bd96b82 commit 43e04f7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import math

from dent_os_testbed.lib.devlink.devlink_port import DevlinkPort
from dent_os_testbed.lib.tc.tc_filter import TcFilter

Expand Down Expand Up @@ -65,4 +66,5 @@ async def tc_filter_add(dev, vlan_id, src_mac, dst_mac, rate, burst, device_host
}
]
)
assert out[0][device_host_name]['rc'] == 0, f'Failed to create tc rules.\n{out}
assert out[0][device_host_name]['rc'] == 0, f'Failed to create tc rules.\n{out}'

0 comments on commit 43e04f7

Please sign in to comment.