Open Kilda Java Documentation
org.openkilda.atdd.Common Class Reference

Public Member Functions

 Common ()
 
Common setHost (String kildaHost)
 
void a_clean_controller () throws Throwable
 
void a_clean_flow_topology () throws Throwable
 

Public Attributes

String kildaHost = "localhost"
 

Static Public Attributes

static Common latest
 

Detailed Description

Created by carmine on 5/3/17.

Definition at line 26 of file Common.java.

Constructor & Destructor Documentation

◆ Common()

org.openkilda.atdd.Common.Common ( )

Definition at line 36 of file Common.java.

Member Function Documentation

◆ a_clean_controller()

void org.openkilda.atdd.Common.a_clean_controller ( ) throws Throwable

This code will make sure there aren't any topologies

Definition at line 49 of file Common.java.

◆ a_clean_flow_topology()

void org.openkilda.atdd.Common.a_clean_flow_topology ( ) throws Throwable

This code will make sure there aren't any flows

Definition at line 60 of file Common.java.

◆ setHost()

Common org.openkilda.atdd.Common.setHost ( String  kildaHost)

Definition at line 40 of file Common.java.

Member Data Documentation

◆ kildaHost

String org.openkilda.atdd.Common.kildaHost = "localhost"

Definition at line 33 of file Common.java.

◆ latest

Common org.openkilda.atdd.Common.latest
static

Scenarios are not parallel .. so use singleton pattern for now.

Definition at line 31 of file Common.java.


The documentation for this class was generated from the following file: