Update test documentation.

- update IRB, IPv4, ipv6 doc
- revert 778c2765c8

Change-Id: I9af5ed9329ce5fe01392cf28d5bf321cfc647e48
Signed-off-by: Matej Klotton <mklotton@cisco.com>
This commit is contained in:
Matej Klotton
2016-11-11 11:38:55 +01:00
committed by Damjan Marion
parent b7c3f2c61c
commit 86d87c40dd
28 changed files with 277 additions and 315 deletions

View File

@ -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 """