java.lang.Object
org.opendaylight.ovsdb.utils.ovsdb.it.utils.NodeInfo

public class NodeInfo extends Object
Utility class for connections to an OVSDB node. Contains various info for the node as public data members.
  • Field Details

  • Method Details

    • connect

      public void connect() throws Exception
      Connect to the OVSDB node, wait for the connection to be established and for the integration bridge to be successfully created. Contains assertions for unexpected states
      Throws:
      InterruptedException - if interrupted while waiting for connection
      Exception
    • disconnect

      public void disconnect() throws Exception
      Remove integration bridge and teardown connection. Contains assertions for unexpected states.
      Throws:
      InterruptedException - if interrupted while waiting for disconnect to complete
      Exception