aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional-tests/2-nodes-vpp-bridge.robot
blob: fd3d42fe0758784a8ee7545689e4f4d8194276b5 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
*** 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


*** Test Cases ***
Throughput Testing Raaqm Server VPP bridge
    Run Throughput Test Raaqm
    ...    2-nodes
    ...    vpp-bridge
    ...    500
    ...    500
    ...    500

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

RTC Testing Server VPP bridge
    Run RTC Test
    ...    2-nodes
    ...    vpp-bridge
    ...    4
    ...    4
    ...    4

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