![]() |
Open Kilda Java Documentation
|
Variables | |
string | url = "http://localhost:80/api/v1/push/flows" |
dictionary | headers |
list | j_data |
result = requests.put(url, json=j_data, headers=headers) | |
push_flows.py facilitates testing the feature through the NB API. This will create some Switches if they don't exist, flows between them, and possibly isls with the available_bandwidth adjusted (possibly negative since I won't know what it is). The path will hit 2 places: (1) NB -> TER -> NEO4J (2) NB -> kafka -> FLOW TOPOLOGY
dictionary app.tests.push_flows.headers |
Definition at line 19 of file push_flows.py.
list app.tests.push_flows.j_data |
Definition at line 24 of file push_flows.py.
Definition at line 44 of file push_flows.py.
string app.tests.push_flows.url = "http://localhost:80/api/v1/push/flows" |
Definition at line 17 of file push_flows.py.