Keywords (1)

Introduction

Library for the robot based system test tool of the OpenDaylight project.

This library will parse 'ovs-vstcl list Bridge' and 'ovs-vstcl list Controller' commands and create dictionaries with parsed details which will be used for another pruposes.

Authors: pgubka@cisco.com Created: 2016-04-04

Keywords

Arguments

bridge_stdout cntl_stdout

Documentation

Produces dictionary with data for future usege

Args: :param bridge_stdout: output of 'ovs-vsclt list Bridge' command

:param cntl_stdout: output of 'ovs-vsclt list Controller' command

Returns: :returns processed: processed output dictionary

:returns bridges: list bridge command output transformed to dist

:returns controllers: list controller command output transformed to dist

VsctlListParser

image/svg+xml