summaryrefslogtreecommitdiffstats
path: root/tests/functional-tests/2-nodes-vpp-bridge.robot
blob: 83c8818ab51937be2bd885d172377d47787e00af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*** Settings ***
Resource          resources/libraries/robot/runtest.robot
Resource          resources/libraries/robot/common.robot
Suite Setup       Run Keywords
...               Build Topology                             2-nodes    vpp-bridge    AND
...               Check Environment
Suite Teardown    Run Keywords
...               Destroy Topology
Resource          resources/libraries/robot/runtest.robot

*** Test Cases ***

Throughput Testing Raaqm Server VPP bridge
    Run Throughput Test Raaqm    vpp-bridge    500    500    500

Throughput Testing CBR Server VPP bridge
    Run Throughput Test CBR    vpp-bridge    1000    1300    1200

RTC Testing Server VPP bridge
    Run RTC Test    vpp-bridge    4    4    4

Latency Testing Server VPP bridge
    Set Link            hicn-light    500     1       0       0
    Run Latency Test    vpp-bridge    3000    3000    3000