go.ligato.io/vpp-agent/v3@v3.5.0/tests/robot/libraries/vpp_api.robot (about)

     1  [Documentation]     Keywords for working with VPP API
     2  
     3  *** Settings ***
     4  Library      Collections
     5  Library      vpp_api.py
     6  
     7  *** Variables ***
     8  ${interface_timeout}=     15s
     9  ${terminal_timeout}=      30s
    10  
    11  *** Keywords ***
    12  Execute API Command
    13      [Arguments]    ${node}    ${command}    &{arguments}
    14      ${out}=    execute api    ${DOCKER_HOST_IP}    ${DOCKER_HOST_USER}    ${DOCKER_HOST_PSWD}    ${node}    ${command}    &{arguments}
    15      [Return]    ${out}