Ubuntu Pastebin

Paste from bdx at Tue, 21 Nov 2017 21:18:23 +0000

Download as text
1
2
3
4
5
@when('endpoint.http.joined')
def provide_http_relation_data():
    context.endpoints.http.configure(PRIVATE_IP, 5000)
    status_set('active', "Http relation joined")
    clear_flag('endpoint.http.joined')
Download as text