From 86d87c40dd97ced69c939299204fadf1859a2f50 Mon Sep 17 00:00:00 2001 From: Matej Klotton Date: Fri, 11 Nov 2016 11:38:55 +0100 Subject: Update test documentation. - update IRB, IPv4, ipv6 doc - revert 778c2765c8ea5c6628f6d668847f0b9ae06dbf3d Change-Id: I9af5ed9329ce5fe01392cf28d5bf321cfc647e48 Signed-off-by: Matej Klotton --- test/vpp_lo_interface.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/vpp_lo_interface.py') diff --git a/test/vpp_lo_interface.py b/test/vpp_lo_interface.py index ed9ac725db5..ef8152513ac 100644 --- a/test/vpp_lo_interface.py +++ b/test/vpp_lo_interface.py @@ -3,9 +3,7 @@ from vpp_interface import VppInterface class VppLoInterface(VppInterface): - """ - VPP loopback interface - """ + """VPP loopback interface.""" def __init__(self, test, lo_index): """ Create VPP loopback interface """ -- cgit 1.2.3-korg