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')