blob: 31f5143ea164616b75918d7ed374d1c970a5d04c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
*** Settings ***
Resource ../resources/libraries/robot/runtest.robot
Resource ../resources/libraries/robot/common.robot
Suite Setup Run Keywords
... Build Topology
... 2-nodes
... vpp-memif-local-remote
... AND
... Check Environment
Suite Teardown Run Keywords
... Destroy Topology
*** Test Cases ***
Test traffic received from local face is forwarded to remote face
Log to console Test traffic received from local face is forwarded to remote face
${result} = Run Process bash -x ${EXECDIR}/config.sh localremote
Log Many
... stdout: ${result.stdout}
... stderr: ${result.stderr}
|