Skip to content

Commit

Permalink
selftests/bpf: Fix a typo in test_offload.py
Browse files Browse the repository at this point in the history
This patch fix a spelling typo in test_offload.py

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
  • Loading branch information
Masanari Iida authored and Daniel Borkmann committed Aug 30, 2019
1 parent 0741be3 commit 1c6d6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/bpf/test_offload.py
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ def test_multi_prog(simdev, sim, obj, modename, modeid):
bpftool_prog_list_wait(expected=1)

ifnameB = bpftool("prog show %s" % (progB))[1]["dev"]["ifname"]
fail(ifnameB != simB1['ifname'], "program not bound to originial device")
fail(ifnameB != simB1['ifname'], "program not bound to original device")
simB1.remove()
bpftool_prog_list_wait(expected=1)

Expand Down

0 comments on commit 1c6d6e0

Please sign in to comment.