B C D G I L N O P R S T U
B
- BRIDGE_NAME - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- bridgeNode - Variable in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.NodeInfo
-
C
- close() - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
Shut everything down.
- connect() - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.NodeInfo
-
Connect to the OVSDB node, wait for the connection to be established and for the integration bridge
to be successfully created.
- CONNECTION_INIT_TIMEOUT - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- CONNECTION_TYPE - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- CONNECTION_TYPE_ACTIVE - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- CONNECTION_TYPE_PASSIVE - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- CONTROLLER_IPADDRESS - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- createNodeInfo(ConnectionInfo, List<ControllerNotifyingDataChangeListener>) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.OvsdbItUtils
-
Get a NodeInfo instance initialized with this ItUtil's DataBroker.
- CUSTOM_PROPERTIES - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
D
- datapathId - Variable in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.NodeInfo
-
- DEFAULT_OPENFLOW_PORT - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- DEFAULT_SERVER_EXTRAS - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- DEFAULT_SERVER_IPADDRESS - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- DEFAULT_SERVER_PORT - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- disconnect() - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.NodeInfo
-
Remove integration bridge and teardown connection.
- DOCKER_COMPOSE_FILE_NAME - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- DOCKER_RUN - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- DOCKER_VENV_WS - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- DOCKER_WAIT_FOR_PING_SECS - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- DockerOvs - Class in org.opendaylight.ovsdb.utils.ovsdb.it.utils
-
Run OVS(s) using docker-compose for use in integration tests.
- DockerOvs() - Constructor for class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
Bring up all docker images in the default docker-compose file.
- DockerOvs(String) - Constructor for class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
Bring up all docker images in the provided docker-compose file under "META-INF/docker-compose-files/".
G
- getExecCmdPrefix(int) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
- getNumOvsNodes() - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
How many OVS nodes are there.
- getOvsdbAddress(int) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
Get the IP address of the n'th OVS.
- getOvsdbPort(int) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
Get the port of the n'th OVS.
- getOvsdbPort(String) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
- getSysPropOptions() - Static method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
Get the array of system properties as pax exam Option objects for use in pax exam
unit tests with Configuration annotation.
I
- INTEGRATION_BRIDGE_NAME - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- INTEGRATION_BRIDGE_NAME - Static variable in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.NodeInfo
-
- isControllerConnected(ConnectionInfo) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.OvsdbItUtils
-
Checks whether the OVSDB controller is connected.
- ItConstants - Interface in org.opendaylight.ovsdb.utils.ovsdb.it.utils
-
Constants for SouthboundIT.
L
- logState(int, String) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
Useful for debugging.
N
- NETVIRT_TOPOLOGY_ID - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- NodeInfo - Class in org.opendaylight.ovsdb.utils.ovsdb.it.utils
-
Utility class for connections to an OVSDB node.
O
- OPENFLOW_CONNECTION_PROTOCOL - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- org.opendaylight.ovsdb.utils.ovsdb.it.utils - package org.opendaylight.ovsdb.utils.ovsdb.it.utils
-
- ORG_OPS4J_PAX_LOGGING_CFG - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- OvsdbItUtils - Class in org.opendaylight.ovsdb.utils.ovsdb.it.utils
-
This class contains various utility methods used in OVSDB integration tests (IT).
- OvsdbItUtils(DataBroker) - Constructor for class org.opendaylight.ovsdb.utils.ovsdb.it.utils.OvsdbItUtils
-
Create a new OvsdbItUtils instance.
- ovsdbNode - Variable in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.NodeInfo
-
P
- PORT_NAME - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- ProcUtils - Class in org.opendaylight.ovsdb.utils.ovsdb.it.utils
-
Run subprocesses and log or return their output.
R
- runInContainer(int, int, String...) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
- runInContainer(int, int, int, String...) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
- runInContainer(int, int, StringBuilder, int, String...) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
- runProcess(long, String...) - Static method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.ProcUtils
-
Run a process and assert the exit code is 0.
- runProcess(long, StringBuilder, String...) - Static method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.ProcUtils
-
Run a process, collect the stdout, and assert the exit code is 0.
- runProcess(int, long, StringBuilder, String...) - Static method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.ProcUtils
-
S
- SERVER_EXTRAS - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- SERVER_IPADDRESS - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- SERVER_PORT - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
T
- tryInContainer(String, int, int, String...) - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
- tryProcess(String, long, String...) - Static method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.ProcUtils
-
Run a process.
- tryProcess(String, long, StringBuilder, String...) - Static method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.ProcUtils
-
Run a process, collect the stdout.
U
- USERSPACE_ENABLED - Static variable in interface org.opendaylight.ovsdb.utils.ovsdb.it.utils.ItConstants
-
- usingExternalDocker() - Method in class org.opendaylight.ovsdb.utils.ovsdb.it.utils.DockerOvs
-
Are we using some other OVS, not a docker we spin up?.
B C D G I L N O P R S T U
Copyright © 2020 OpenDaylight. All rights reserved.