diff options
Diffstat (limited to 'test/test_pipe.py')
-rw-r--r-- | test/test_pipe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pipe.py b/test/test_pipe.py index 73d716f1d91..d2f21efd4d0 100644 --- a/test/test_pipe.py +++ b/test/test_pipe.py @@ -100,7 +100,7 @@ class TestPipe(VppTestCase): self.pg1.sw_if_index, enable=1) - # test bi-drectional L2 flow pg0<->pg1 + # test bi-directional L2 flow pg0<->pg1 p = (Ether(src=self.pg0.remote_mac, dst=self.pg1.remote_mac) / IP(src="1.1.1.1", |